Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 829 Bytes

gatsby-plugin-next-seo.baseseoprops.mobilealternate.md

File metadata and controls

36 lines (23 loc) · 829 Bytes

Home > gatsby-plugin-next-seo > BaseSeoProps > mobileAlternate

BaseSeoProps.mobileAlternate property

Mobile configuration object.

Signature:

mobileAlternate?: MobileAlternate;

Remarks

This link relation is used to indicate a relation between a desktop and a mobile website to search engines.

Example:

mobileAlternate={{
  media: 'only screen and (max-width: 640px)',
  href: 'https://m.canonical.ie',
}}
languageAlternate={{
  hrefLang: 'de-AT',
  href: 'https://www.canonical.ie/de',
}}