sitemap.js icon indicating copy to clipboard operation
sitemap.js copied to clipboard

Alternate mobile pages?

Open vsnig opened this issue 6 years ago • 2 comments

Is it possible to implement such structure?

...
<url>
  <loc>http://www.example.com/page-1/</loc>
  <xhtml:link
    rel="alternate"
    media="only screen and (max-width: 640px)"
    href="http://m.example.com/page-1" />
</url>
...

https://developers.google.com/search/mobile-sites/mobile-seo/separate-urls

vsnig avatar Mar 04 '18 20:03 vsnig

+1

Matiyeu avatar May 23 '20 10:05 Matiyeu

+1

geun avatar Sep 29 '21 23:09 geun