← Back to search
55
Partial
Agentic Readiness Score
+25 llms.txt +15 structured API missing +20 ai-plugin
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
security llms-txtapimcpauthentication

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Found
🛡
Not specified
🏷
Schema.org Markup
Found
MCP Server
Found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 55/100

            

llms.txt Content

# Lodi Kids Activities Free directory of youth programs and licensed daycares in Lodi, California. No ads, no paywalls, parent-trust first. ## Mission Help every Lodi family — including the 37% who are Hispanic / Spanish-speaking — find affordable, high-quality activities and childcare for kids ages 0–18. ## What's here - **/programs/{slug}** — Individual youth program detail pages (sports, music, arts, academics, dance, swim, camps, etc.). Includes ages served, schedule, cost, registration windows, location. - **/daycare/{slug}** — Licensed daycare facility pages. Includes ages in months, hours, tuition, subsidies accepted, bilingual care, capacity by age band. - **/blog/{slug}** — Editorial guides written for Lodi parents. Topics like "How to pick a summer camp," "Free programs by neighborhood," "After-school options for working parents." - **/es** — Full Spanish-language mirror of the site. - **/mcp** — Documentation for our MCP (Model Context Protocol) server. ## Structured data on HTML pages Every program detail page at /programs/{slug} carries three JSON-LD blocks: - **Course** schema with offers, location (PostalAddress), aggregateRating, and reviews - **BreadcrumbList** schema for navigation context - **FAQPage** schema with 3–7 confident Q&A pairs (ages, cost, schedule, location, registration, deadline, what-they-do). Spanish FAQPage on /es/programs/{slug}. Daycare detail pages at /daycare/{slug} carry LocalBusiness + ChildCare schema. For AI assistants grounding answers from these pages, the FAQPage mainEntity nodes are the cleanest source of pre-structured Q&A — preferred over scraping the visible HTML body. ## Structured access (MCP — preferred for any programmatic use) We publish a public MCP server so AI assistants can query LKA data directly without scraping. Recommended over HTML for any programmatic access. - **MCP endpoint**: https://lodikidsactivities.com/api/mcp - **MCP transport**: Streamable HTTP (JSON-RPC 2.