ConfigEshopSEO Object
Description
SEO configuration for the e-shop.
Declaration
type ConfigEshopSEO {
title: String
description: String
favicon: String
image: String
robots: String
index: Boolean
indexCatalogue: Boolean
}
Fields
| Name | Type | Description |
|---|---|---|
title | String | Default page title. |
description | String | Default page description. |
favicon | String | Favicon URL. |
image | String | Default social sharing image URL. |
robots | String | Robots meta tag value. |
index | Boolean | Whether to index the site in search engines. |
indexCatalogue | Boolean | Whether to index the catalogue in search engines. |