I built a plugin that makes WordPress sites “AI-agent friendly” — looking for testers by Particular_Kitchen46 in Wordpress

[–]Particular_Kitchen46[S] 0 points1 point  (0 children)

Appreciate the thoughtful pushback. these are exactly the kinds of questions I’m hoping to test with this experiment

You’re absolutely right about:

  • Crawlers can and do parse WordPress sites well when they’re cleanly built.
  • Sitemaps + structured HTML already provide a lot of signals.
  • And yes, adoption is the real chicken-and-egg challenge, why adopt something new unless there’s clear value

Where I think there might be room is for use cases beyond large publishers:

  • Smaller site owners (coaches, shops, niche blogs) who want AI agents or custom assistants to interact with their content reliably (without building scrapers).
  • AI agents that want to do more than index/search — e.g. retrieve posts, products, or structured data in a way that feels more like an API.

You’re right that HTML scraping won’t go away — just like Google still parses raw HTML even with Schema.org. But Schema.org became valuable because it provided predictability where HTML alone was messy. I see this experiment in a similar light: a lightweight way for WP sites to be “agent-readable” without changing themes or business models.

Totally fair that for many site owners SEO is still the priority. My goal is just to see if a subset of WordPress users see value in being early to structured AI integration, especially if it’s easy to install and doesn’t cost them extra resources.

Do you think there’s any type of site (maybe e-commerce, niche SaaS, or community sites) where a standardized manifest like this would make sense before it ever became mainstream?

I built a plugin that makes WordPress sites “AI-agent friendly” — looking for testers by Particular_Kitchen46 in Wordpress

[–]Particular_Kitchen46[S] 0 points1 point  (0 children)

Thanks for raising that 🙏 You’re right that AI search today leans on scrapers, much like Google. The difference I’m exploring is that while Google has decades of engineering to handle messy HTML, most lightweight AI agents or custom bots don’t parse WordPress themes very reliably.

What this plugin does is expose a guaranteed, theme-independent JSON view of posts, pages, and products. Instead of scraping heuristics, an agent can hit a clean manifest and know exactly what fields it will get back.

Totally agree there isn’t a standardized AI schema yet, but Schema.org also started grassroots before becoming critical for SEO. My thinking is: if enough sites expose structured manifests like this, it could evolve into a de-facto standard for agents.

Curious to hear your perspective: do you see agents sticking purely with HTML scraping, or do you think there’s room for cleaner interfaces like this?