diff --git a/api-specs/api/types/product-tailoring/ProductTailoringData.raml b/api-specs/api/types/product-tailoring/ProductTailoringData.raml index 82bc16295..2954e1db2 100644 --- a/api-specs/api/types/product-tailoring/ProductTailoringData.raml +++ b/api-specs/api/types/product-tailoring/ProductTailoringData.raml @@ -16,15 +16,15 @@ properties: metaTitle?: type: LocalizedString description: | - Tailored title of the Product used by external search engines for improved search engine performance. + Tailored title of the Product as displayed in search engine results. metaDescription?: type: LocalizedString description: | - Tailored description of the Product used by external search engines for improved search engine performance. + Tailored description of the Product as displayed in search engine results. metaKeywords?: type: LocalizedString description: | - Tailored keywords related to the Product used by external search engines for improved search engine performance. + Tailored keywords related to the Product that are used by search engines. slug?: type: LocalizedString description: | diff --git a/api-specs/api/types/product/ProductData.raml b/api-specs/api/types/product/ProductData.raml index 7419a7e24..5a131faea 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 displayed in search results. + Title of the Product as displayed in search engine results. metaDescription?: type: LocalizedString description: | - Description of the Product displayed in search results below the meta title. + Description of the Product as displayed in search engine results below the meta title. metaKeywords?: type: LocalizedString description: | diff --git a/api-specs/api/types/product/ProductDraft.raml b/api-specs/api/types/product/ProductDraft.raml index 33b085d67..8ff7e20ab 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 displayed in search results. + Title of the Product as displayed in search engine results. metaDescription?: type: LocalizedString description: | - Description of the Product displayed in search results. + Description of the Product as displayed in search engine results. metaKeywords?: type: LocalizedString description: |