I have page which requires SSL so the page is https://. I want to fetch this page as google bot inside of google webmasters' diagnostic tools however Google, from what I can tell, only allows http calls. So when I put in my page all I get is a redirect from the http to the https page.

How can I fetch a page as google bot that is https?

link|improve this question
feedback

1 Answer

You need to add your domain a second time in the home page with the prefix of https. So your domain will be registered twice, once with http://* and once with https://*. You can then request the page from site with the https prefix.

http://www.google.com/support/forum/p/Webmasters/thread?tid=7c6303361bcaeaf7&hl=en

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.