> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Sample Flow ## Article: Sample Flow ## Article Link: https://dev.wix.com/docs/api-reference/site/viewer/seo-tags/sample-flow.md ## Article Content: # 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](https://dev.wix.com/docs/api-reference/site/viewer/seo-tags/resolve-item-seo-tags.md) 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.