You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 24, 2019. It is now read-only.
Hi,
I think it would be great if there would be a way to set an alternate link in the sitemap for mobile pages. It's quite easy and described here. I'm not sure what the best way to add this would be.
If you do not have a separate mobile Domain the easiest thing to do would be to add more params to the addItem() function for the alternate link and the media string. but there are already 4 params. At least it wouldn't break anything :-).
But if you have a separate mobile domain (like m.) you would have to set an extra mobile Domain or something like that. So in most cases it would be enough to set the mobile Domain and the media string one time and then automatically create an alternate link. What do you think?
Hi,
I think it would be great if there would be a way to set an alternate link in the sitemap for mobile pages. It's quite easy and described here. I'm not sure what the best way to add this would be.
If you do not have a separate mobile Domain the easiest thing to do would be to add more params to the addItem() function for the alternate link and the media string. but there are already 4 params. At least it wouldn't break anything :-).
But if you have a separate mobile domain (like m.) you would have to set an extra mobile Domain or something like that. So in most cases it would be enough to set the mobile Domain and the media string one time and then automatically create an alternate link. What do you think?