Search by

SEO building blocks for Waaseyaa (sitemap, robots.txt, meta tags, JSON-LD, Twig helpers)

Package info

github.com/waaseyaa/seo

pkg:composer/waaseyaa/seo

Statistics

Installs: 6 590

Dependents: 5

Suggesters: 0

Stars: 0

Open Issues: 0

v0.1.0-alpha.300 2026-09-02 15:49 UTC

This package is auto-updated.

Last update: 2026-09-02 16:17:57 UTC


README

Layer 3 — Services

SEO building blocks for Waaseyaa: sitemap, robots.txt, meta tags, JSON-LD, Twig helpers.

SitemapGenerator produces sitemap.xml from SitemapUrl value objects supplied by entity-type-specific contributors. MetaTagBuilder and JsonLdBuilder emit head metadata from canonical entity data; RobotsTxtGenerator reads access-policy state to decide whether a path should be Disallow-listed for unauthenticated crawlers. Twig helpers expose all of the above to template authors.

Key classes: SitemapGenerator, SitemapUrl, MetaTagBuilder, JsonLdBuilder, RobotsTxtGenerator, SeoServiceProvider.