Skip to main content

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

NameTypeDescription
titleStringDefault page title.
descriptionStringDefault page description.
faviconStringFavicon URL.
imageStringDefault social sharing image URL.
robotsStringRobots meta tag value.
indexBooleanWhether to index the site in search engines.
indexCatalogueBooleanWhether to index the catalogue in search engines.