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 | SEO title for the shop. |
description | String | Meta description for search engines. |
favicon | String | URL to the favicon image. |
image | String | URL to the default social sharing image. |
robots | String | Robots meta tag content. |
index | Boolean | Whether search engines should index the shop. |
indexCatalogue | Boolean | Whether search engines should index the catalog. |