Site Seo Tags Object


Site-wide SEO tags are the meta tags that apply to every page of a site, such as site verification tags, the default social share image, and whether search engines may index the site.

A site has exactly one set of site SEO tags. Tags that belong to a single page, such as titles and descriptions, are managed with the Item SEO Tags API, and the patterns that generate them with the SEO Patterns API.

Properties
embedTagsArray <Tag>Read-onlymaxItems 500

Site verification tags that were added through the site's SEO settings in the dashboard, which stores them as HTML embeds rather than as site tags.

Returned so that a read reflects every verification tag on the site. These tags are never included in tags. Empty when the site has none, and also when they can't be retrieved.


idstringRead-onlyformat GUID

Site ID.


languagestringRead-onlymaxLength 100

Language the tags apply to.

Site SEO tags aren't language specific: one set of tags applies to every language version of a site. Currently always empty.


originstringRead-only

tagsArray <Tag>maxItems 100

Site-wide tags that apply to every page of the site.

Supported tags:

  • og:image: Default social share image for the site.
  • robots with a noindex or none directive: Stops search engines indexing the site.
  • Site verification tags, such as google-site-verification, msvalidate.01, p:domain_verify, and yandex-verification. A site supports a single tag per verification provider.
  • Other site-wide meta tags, specified as a name and content pair.

Tags that belong to a single page, such as titles, descriptions, and canonical links, aren't site-wide. Set those with the Item SEO Tags API.

Did this help?