SEO Tags Service: Sample Flows

This article presents possible use cases and corresponding sample flows that you can support. This can be a helpful jumping off point as you plan your implementation.

Generate dynamic SEO tags for product pages

You can generate dynamic, real-time SEO tags for Wix product pages that reflect product availability and pricing. Retrieve SEO tags when a site visitor accesses a product page to enable personalized content based on the product state.

To generate dynamic SEO tags for product pages:

  1. When a site visitor navigates to a Wix product page URL (for example, "https://store.com/products/air-jordan-1"), call the Resolve Item SEO Tags method, specifying the full canonical URL, item type, and product slug to retrieve product-specific SEO tags. The method's response includes SEO tags: title, meta description, Open Graph tags, canonical links, and structured data.

  2. Inject the SEO tags from the method response into the product page's HTML head section and serve the complete page to the site visitor. The service dynamically generates the tags based on the product state, ensuring search engines and social media platforms receive accurate information about price, availability, and reviews.

Did this help?