# AI crawling hints for Local Effort Food Co. # Purpose: concise, truthful machine-readable guidance for search systems and LLM agents. site: https://www.localeffortfood.com/ manifest: https://www.localeffortfood.com/ai/manifest.json last-updated: 2026-03-10 primary-pages: - / Home page with service overview, testimonials, and business information - /sale Public sale catalog page - /releases Press releases and media updates - /blog Blog index - /happymonday Weekly post/newsletter page - /pizza-party Pizza party booking and deposit page - /psyche Psyche olive oil product page - /february February home-dinner booking page - /weekly-order Weekly order checkout surface support: - API: GET /api/support/search?q=QUERY Semantic search across public support content - API: GET /api/public/site Machine-readable summary of routes, feeds, and APIs - API: GET /api/public/pricing-faq Pricing FAQ JSON - API: GET /api/public/estimator-help Estimator guidance JSON - API: GET /api/search-images?query=TAG Public image search results - Email: POST /api/messages/submit General contact endpoint commerce: - UCP profile: https://www.localeffortfood.com/.well-known/ucp - UCP REST: https://www.localeffortfood.com/ucp/v1 - MCP endpoint: https://www.localeffortfood.com/.well-known/mcp - MCP metadata: https://www.localeffortfood.com/.well-known/mcp.json feeds: - GET /sitemap.xml - GET /api/sitemap.xml - GET /api/feeds/releases.rss - GET /api/feeds/releases.atom notes: - /#small-events and /#for-businesses are section anchors on the home page, not separate documents. - Some commerce flows are JS-enhanced or continue into hosted checkout after the public landing page.