Tumblr automatically inserts a "X-Robots-Tag: noindex" line in the HTTP header for all tagged pages; e.g. "blog.tumblr.com/tagged/tag". Is there a way to override this? Or is there a way to modify the header in any way using scripts or any other tool?
Asked
Active
Viewed 429 times
0
-
Afaik, no. The header will be included server side, which we have no control over. – mikedidthis Apr 01 '15 at 20:04
-
Thanks for the reply. I guess even if the header is modified by javascript after the page loads, it would be too late as the googlebot will have already followed the directive in the header, correct? If so, I guess there is nothing that can be done about this? – NDG Apr 01 '15 at 20:25
-
I believe you are correct. The headers will already be set / read. – mikedidthis Apr 07 '15 at 08:35
1 Answers
0
Is there a way to override this?
As mentioned by mikedidthis in the comments, NO. The header will be included server side
PS: adding an answer so this question doesn't appear as missing an answer.

Rafa
- 1,397
- 15
- 21