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
titleStringSEO title for the shop.
descriptionStringMeta description for search engines.
faviconStringURL to the favicon image.
imageStringURL to the default social sharing image.
robotsStringRobots meta tag content.
indexBooleanWhether search engines should index the shop.
indexCatalogueBooleanWhether search engines should index the catalog.