Variables

ProductSeo

declaration

const ProductSeo: { ~schema: { description?: string; robots?: string; title?: string; }; }

SEO information for a product.

Relevant for detail page meta.

Type declaration

NameTypeDescription

~schema

{ description?: string; robots?: string; title?: string; }

~schema.description?

string

~schema.robots?

string

E.g. "index, follow", "noindex, nofollow", etc.

See

https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag

~schema.title?

string