Vary HTTP header

Modified on Mon, 30 Mar, 2020 at 12:49 AM

Overview

Sites built on our platform are not only responsive to different screen sizes, but also automatically detect the type of device that's being used to access the website (desktop, tablet, or mobile).  The system will then display custom content and features specific to that device.  This process is called "dynamic serving," and the system automatically adds a custom HTTP header to inform search engines that the content will vary by device.


Vary header

To follow SEO best practices, the system automatically implements the vary http header for your site. This is not visible to any user but notifies search engines that we are delivering different content to different device types. This way the search engines can correctly index your website.


The vary http header would look something like this to a browser or search engine:


HTTP/1.1 200 OK
Content-Type: text/html
Vary: User-Agent
Content-Length: 5710
(... rest of HTTP response headers)


This communicates that the website varies by user-agent (a technical term for browser type).  No action is required on the user's part to implement the vary header, we take care of it for you automatically.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article