webdevops / TYPO3-metaseo

TYPO3 MetaSEO Extension
https://typo3.org/extensions/repository/view/metaseo
GNU General Public License v3.0
38 stars 25 forks source link

Define mobile page as alternative for search engines #120

Open thomaszbz opened 9 years ago

thomaszbz commented 9 years ago

by Daniel Wagner via https://forge.typo3.org/issues/65401

Google adds more and more mobile-friendlyness as ranking signal. Some websites are responsive others use separate (sub)domains for mobile and desktop. Help Google and other searchengines finding the adequate version.

Connect desktop and mobile pages to each other if they match. Add rel="alternate" to the desktop page (additional to rel="canonical") as meta tag. Let meta tag rel="canonical" on the mobile page link to the desktop page.

thomaszbz commented 9 years ago

Workaround would be using media queries in css3 and use one url for all devices. However, old browser can't handle new types of media queries.

thomaszbz commented 7 years ago

If this is still required by somebody now that most mobile browsers in the wild should be able to handle CSS media queries, please report back.