> 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: Tag Suggestions V1

# Type: Tag Suggestions Object

# Link: https://dev.wix.com/docs/api-reference/business-management/seo/tag-suggestions-v1/tag-suggestions-object.md

## Description: SEO tag texts generated for a page.

Suggestions are generated for each call and aren't stored, so there's no ID
to retrieve them by later. Calling the same method twice may return
different suggestions.

## Schema:

```json
 Type: Tag Suggestions Object | type: TagSuggestions
 Description: SEO tag texts generated for a page.

Suggestions are generated for each call and aren't stored, so there's no ID
to retrieve them by later. Calling the same method twice may return
different suggestions.
       - name: suggestions  | type: Array<string> | description: Suggested tag texts, best match first.

```