866 B
866 B
Documenter — F-015 SEO core
Documentation updated
Updated project/README.md with the F-015 public SEO behavior:
- Added public
GET /brandsroute to the Brands table. - Documented JSON-LD coverage:
- Organization JSON-LD in root layout.
- Product JSON-LD on product pages.
- BreadcrumbList JSON-LD on product/category/brand pages.
- Documented generated
sitemap.xmlandrobots.txtbehavior. - Documented that sitemap includes static public URLs, active products, categories and brands, and degrades safely when API calls fail.
- Documented permanent redirects via
REDIRECTS_JSONandsrc/proxy.tsusing local same-origin path entries only.
Evidence
project/README.mdwas formatted with Prettier during implementation.cd project && npm run lint— PASS after README update../scripts/verify.sh— PASS after README update.