diff --git a/memory/2026-03-01-signet-marketing-site-seo-aeo-enhancements.md b/memory/2026-03-01-signet-marketing-site-seo-aeo-enhancements.md new file mode 100644 index 000000000..dce8df736 --- /dev/null +++ b/memory/2026-03-01-signet-marketing-site-seo-aeo-enhancements.md @@ -0,0 +1,20 @@ +# 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. \ No newline at end of file diff --git a/memory/memories.db-wal b/memory/memories.db-wal index bce16cfda..c4f442c8a 100644 Binary files a/memory/memories.db-wal and b/memory/memories.db-wal differ