Skip to content

EPIC: SEO & Metadata #39

@Weretik

Description

@Weretik

🎯 Goal

Ensure the Kedr platform is fully optimized for search engines by implementing structured metadata, clean URLs, and crawlable page structures.

This module must guarantee that all public-facing pages are SEO-compliant and meet modern indexing requirements (Google, Bing, etc.).

📝 Notes

  • Static metadata must be defined per page/component (title, description, og:image, etc.)
  • Use dynamic rendering of meta tags in Blazor components (via layout injection or cascading parameters)
  • Human-readable, localized URLs for catalog, categories, and product pages
    • Example: /catalog/locks, /product/brass-handle-123
  • Generate and expose:
    • robots.txt
    • sitemap.xml (automated via URL scan or database entries)
    • Open Graph and Twitter Card metadata
  • Ensure page rendering is SSR-friendly or prerendered (for SEO bots)
  • Canonical URLs and pagination tags (rel="prev", rel="next") for catalog
  • Avoid duplicate content — consolidate filters/sorts under canonical rules
  • Integrate with search console tools for indexing feedback

Metadata

Metadata

Assignees

Labels

Projects

Status
Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions