> 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: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/sdk/frontend-modules/seo/introduction.md ## Article Content: # About SEO The SEO API gives you full control over your site’s search engine optimization settings, allowing you to customize how search engines interpret and display your pages in search results. With this API you can dynamically set or retrieve the content of key SEO elements including [meta tags](https://dev.wix.com/docs/sdk/frontend-modules/seo/meta-tags.md), [structured data](https://dev.wix.com/docs/sdk/frontend-modules/seo/set-structured-data.md), and [page titles](https://dev.wix.com/docs/sdk/frontend-modules/seo/set-title.md). These adjustments can improve how your content appears in search results and make your site discoverable across search engines like Google. ## Terminology - **SEO (Search Engine Optimization)**: The process of improving a site's visibility on search engines by optimizing content and metadata. - **Rich snippet**: Enhanced search result listings (for example, with star ratings, product details) powered by structured data like JSON-LD. - **JSON-LD**: A format for expressing structured data using JavaScript Object Notation (JSON), typically used in SEO to mark up content for search engines.