.agents/memory/2026-03-01-signet-marketing-site-seo-aeo-enhancements.md

1.3 KiB

2026-03-01 Session Notes

Signet Marketing Site SEO/AEO Enhancements

Session initiated work on the Signet marketing website (/home/nicholai/signet/signetai/web) to add SEO and AEO (AI Engine Optimization) features. The astro-portfolio-site skill was invoked to guide implementation of:

  • llms.txt and llms-full.txt endpoints for AI/LLM discovery and citation
  • RSS feeds for blog content distribution
  • Additional SEO improvements including structured data, meta tags, sitemaps, and robots.txt configuration

The Astro 5 site is built with React 19, Tailwind CSS 4, and GSAP for animations, deployed to Cloudflare Pages. The skill documentation outlines 12 implementation phases including blog infrastructure (content collections, archives), contact form backend (Resend integration), and deployment patterns.

Key implementation areas identified:

  • Prerendered RSS endpoint via @astrojs/rss
  • LLM-specific endpoints (llms.txt for index, llms-full.txt for full content)
  • Enhanced robots.txt with LLM-Policy directive
  • JSON-LD structured data for Organization, Article, and Product schemas
  • Blog collection with Zod schema and dynamic routing

Work is in planning/scaffolding phase with focus on maximizing discoverability across both traditional search and AI search/citation.