FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
square
/
square
/
doc
/
models
Edit File: catalog-ecom-seo-data.md
# Catalog Ecom Seo Data SEO data for for a seller's Square Online store. ## Structure `CatalogEcomSeoData` ## Fields | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `pageTitle` | `?string` | Optional | The SEO title used for the Square Online store. | getPageTitle(): ?string | setPageTitle(?string pageTitle): void | | `pageDescription` | `?string` | Optional | The SEO description used for the Square Online store. | getPageDescription(): ?string | setPageDescription(?string pageDescription): void | | `permalink` | `?string` | Optional | The SEO permalink used for the Square Online store. | getPermalink(): ?string | setPermalink(?string permalink): void | ## Example (as JSON) ```json { "page_title": "page_title6", "page_description": "page_description2", "permalink": "permalink0" } ```
Save
Back