SEO · Crawlers · Agents
Protocols & Machine-Friendly Files
Feeds, sitemap, robots.txt, llms.txt, and formal instructions for search engines, agents, and custom integrations, all in one place.
Sitemaps & Discovery
Official XML endpoints that help Google, Bing, and other crawlers understand the site structure.
Main index referencing every autogenerated sitemap.
Contains all public URLs (<= 50k), refreshed at each deploy.
Multi-format feeds
RSS, Atom, and JSON Feed with full text, hreflang alternates, and WebSub hubs.
Default for every reader.
W3C-compliant syndication.
Perfect for APIs and automations.
Detailed explanation plus pillar-specific feeds.
Crawler & LLM instructions
Plain-text manifests defining usage policies and offering machine-ingestable versions of the content.
Crawl permissions + sitemap reference.
Semantic index for agents/LLMs with the key entry points.
Extended full-text dump for controlled ingestion.
Rights Statement Language machine-readable policy.
Search & integration
Endpoints enabling custom search integrations inside browsers or native apps.
Lets you install ireneburresi.dev as a browser search engine.
Implementation notes
Consistent HTTP headers
All static assets and feeds expose Content-Type, Cache-Control, and ETag so you can leverage conditional requests (304).
WebSub / real-time
Feeds expose rel="hub" pointing to PubSubHubbub: anyone subscribed is notified automatically after every deploy.
Content Negotiation
Requesting /rss.xml with different Accept headers will automatically return RSS/Atom/JSON without changing the URL.
Need custom automations or want to embed the feeds in your workflow? Get in touch.