review · segments
Untitled session
claude 38 events 1 segments main
segment 1 of 1
Review SEO, share-card, and LLM-discoverability of public pages
Acting as a review-only SEO/share-card/LLM-discoverability specialist, the assistant read the target public views (privacy, terms, faq, referral landing, overlay, overlay-progress) and their supporting head infrastructure (marketing-page and legal-page components), then investigated conventions across guide pages, referral routes, the referral landing controller, and app-name config. It confirmed patterns (site-name title suffix used by guides/FAQ, structured-data/canonical usage in guides, noindex handling) and delivered a concise findings report.
outcome
A written review was produced identifying: missing '— VOD Manager' suffix in title/og:title/twitter:title for privacy and terms; thin/generic meta descriptions with suggested rewrites; absent JSON-LD structured data (WebPage with dateModified from last-updated prop); and a vestigial robots='index,follow' prop on x-legal-page that renders nothing.
next steps
- Apply suggested title suffixes to privacy.blade.php and terms.blade.php
- Replace thin meta descriptions with the recommended content-rich sentences
- Add optional WebPage JSON-LD with dateModified sourced from last-updated prop
- Remove or fix the vestigial robots='index,follow' prop usage
key decisions
- Review-only engagement — no code was to be changed, only findings reported
- Site convention is '<Page> — VOD Manager' title pattern (used by all guides and FAQ), which legal pages should follow
- APP_NAME is 'VOD Manager'; og/twitter titles wire straight from $title in marketing-page.blade.php
open questions
- Whether the identified head-infrastructure drift between welcome.blade.php and marketing-page.blade.php (theme-color variants) is in scope for a follow-up fix
2 days ago → 2 days ago