# Daily SEO Analysis

> Trendy adapter of memo `seo/daily-seo-analysis` (PRD §10.1). Weekly SEO/AEO review per store after live: meta/tags/sitemap/schema health, Search Console data when available, and actionable fixes written back to the store's seo fields.

- Skill: `guillaumemeyer/daily-seo-analysis` (Agent Skill)
- Install (CLI): `npx skillmds@latest add guillaumemeyer/daily-seo-analysis`
- Raw SKILL.md: https://api.skillmd.com/api/skills/guillaumemeyer/daily-seo-analysis/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: guillaumemeyer (https://skillmd.com/u/guillaumemeyer)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/guillaumemeyer/daily-seo-analysis

---


# Daily SEO Analysis

## Source
Memo: `seo/daily-seo-analysis` — **Adapted** (Trendy-native).

## Role
Review each store's search presence (PRD §4.6 AC5, §4.10 SEO/AEO/GEO review
cron) and write concrete fixes.

## Trendy adaptation
- Sources: the store's `search.sitemap`/`search.schema` (built at Build),
  per-page meta in the eta templates, and Search Console query/impression
  data when GCP service-account credentials are configured
  (`GCP_SERVICE_ACCOUNT_*`); without them, degrade to a structural review and
  note it in the run record.
- Checks: sitemap.xml reachable and lists all product/collection/blog URLs;
  JSON-LD schema valid per page; every page has title + meta description;
  no orphaned/duplicated slugs.
- Output: a prioritized fix list written into the run record; fixes that
  require regeneration (new meta/schema) are queued as build-stage re-runs,
  recorded in `agent_runs`.

