DaffRouteWithSeoData

An interface that extends Angular's Route to include support for seo structures. This helps add route-specific metadata for SEO and search engines.

Properties

Name Type Description
data { daffSeoData?: { canonical_url?: string; meta_description?: string; title?: string; schema?: Schema<T>; }; } & Route['data']
Graycore, LLC © 2018 - 2025. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.