SeoHead constructor
const
SeoHead({
- Key? key,
- String? title,
- String? description,
- List<
String> ? keywords, - String? canonicalUrl,
- String? author,
- OgTags? ogTags,
- String? ogImage,
- OgType? ogType,
- TwitterCardConfig? twitterCard,
- bool? indexable,
- bool? followable,
- String? robots,
- List<
JsonLdSchema> ? structuredData, - String? noscriptTitle,
- String? noscriptDescription,
- String? noscriptBody,
- List<
NoscriptLink> ? noscriptLinks, - Map<
String, String> ? customMeta, - Map<
String, String> ? customPropertyMeta, - List<
Map< ? customLinkTags,String, String> > - bool trackPageView = true,
- Map<
String, dynamic> ? trackingParameters, - Widget? child,
Implementation
const SeoHead({
super.key,
this.title,
this.description,
this.keywords,
this.canonicalUrl,
this.author,
this.ogTags,
this.ogImage,
this.ogType,
this.twitterCard,
this.indexable,
this.followable,
this.robots,
this.structuredData,
this.noscriptTitle,
this.noscriptDescription,
this.noscriptBody,
this.noscriptLinks,
this.customMeta,
this.customPropertyMeta,
this.customLinkTags,
this.trackPageView = true,
this.trackingParameters,
this.child,
});