Home > gatsby-plugin-next-seo > BaseSeoProps > mobileAlternate
Mobile configuration object.
Signature:
mobileAlternate?: MobileAlternate;
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',
}}