Resolves SEO tags for a static page using its page name and optional SEO data parameters.
This method is optimized for static pages and supports SEO data parameters to customize the generated tags. It returns page-specific SEO tags that include standard meta tags and structured data appropriate for static content.
When seoData or pageName is omitted, this method resolves the page matching pageUrl in the
site structure and derives the missing value from it; a value supplied on the request takes
precedence. That per-page lookup covers Vibe/Wix-managed-headless pages only — classic Wix Editor
and Wix Studio pages have no entry in it, so their stored per-page SEO configuration is not read
back and only site-level defaults and patterns apply. Pass seoData explicitly to resolve against
a known set of tags.
Note: the response's Tag.custom field does not indicate whether a standard tag (title,
description, etc.) came from a manual per-page override; it only flags entries from the site's
separate Advanced/Custom Tags list. Use the returned Tag.children/props content itself, not
custom, to inspect the resolved tags.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.