diff --git a/api-specs/api/types/product-tailoring/ProductTailoringData.raml b/api-specs/api/types/product-tailoring/ProductTailoringData.raml index 2954e1db2..8525936ec 100644 --- a/api-specs/api/types/product-tailoring/ProductTailoringData.raml +++ b/api-specs/api/types/product-tailoring/ProductTailoringData.raml @@ -16,11 +16,11 @@ properties: metaTitle?: type: LocalizedString description: | - Tailored title of the Product as displayed in search engine results. + Tailored title of the Product as used by search engines. metaDescription?: type: LocalizedString description: | - Tailored description of the Product as displayed in search engine results. + Tailored description of the Product as used by search engines. metaKeywords?: type: LocalizedString description: | diff --git a/api-specs/api/types/product/ProductData.raml b/api-specs/api/types/product/ProductData.raml index 5a131faea..4df2e0d4b 100644 --- a/api-specs/api/types/product/ProductData.raml +++ b/api-specs/api/types/product/ProductData.raml @@ -31,11 +31,11 @@ properties: metaTitle?: type: LocalizedString description: | - Title of the Product as displayed in search engine results. + Title of the Product as used by search engines. metaDescription?: type: LocalizedString description: | - Description of the Product as displayed in search engine results below the meta title. + Description of the Product as used by search engines. metaKeywords?: type: LocalizedString description: | diff --git a/api-specs/api/types/product/ProductDraft.raml b/api-specs/api/types/product/ProductDraft.raml index 8ff7e20ab..663f729a8 100644 --- a/api-specs/api/types/product/ProductDraft.raml +++ b/api-specs/api/types/product/ProductDraft.raml @@ -41,11 +41,11 @@ properties: metaTitle?: type: LocalizedString description: | - Title of the Product as displayed in search engine results. + Title of the Product as used by search engines. metaDescription?: type: LocalizedString description: | - Description of the Product as displayed in search engine results. + Description of the Product as used by search engines. metaKeywords?: type: LocalizedString description: |