Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Lee4591628

1 Comments

Sorted by latest first Latest Oldest Best

 

@Jennifer507

You only need to use vary header if you dynamically change the content for specific devices on the same URL depending on the user agent.

You can see this outlined here: Google guide on Dynamic Serving

If you use separate URLs for mobile you do not need to use the vary header. You should however tell Google the relationship between two URLs by tagging them with the rel="canonical" (on mobile URLs) and rel="alternate" (on the mobile pages) elements.

You can see this outlined here: Google guide Separate Mobile URLs

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme