开发者

Does Google index HTTPS ASP.NET pages?

开发者 https://www.devze.com 2022-12-27 18:55 出处:网络
I have an online application that all of its pages use HTTPS. I 开发者_如何学编程have 3 questions:

I have an online application that all of its pages use HTTPS. I 开发者_如何学编程have 3 questions:

  1. Does Google index HTTPS pages?

  2. I have a password protected single ASP.NET page (using HTTPS). Password protection is basically achieved by a Session object. When the correct password is entered, it hides the login panel and displays the same page which has a sensitive data. Is this page indexed by Google?

  3. I have a Secure folder that I implemented Forms Authentication. All pages in folder use HTTPS as well. Are the pages in this folder indexed by Google?

Thank you for your help,

Niyazi


If the pages are password protected, and you've implemented that correctly, there's no way the Googlebot would be able to access them. As with any other web client, they'd still need the password, and Googlebot, as far as I know, doesn't make any attempts at authorization.

Also, to be clear, HTTPS provides encryption, not authentication. This means that the data is encrypted between your server and the client, which ensures that nobody can catch the data midstream and view or modify it. However, unless you protect access to that data with an authentication mechanism, anyone can still look at it.


I have a partial answer for you:

1) Yes Google can index HTTPS pages

2) Not sure about this but you could always put it in a robots.txt file to make sure it is not indexed.

3) if its behind forms authentication then google should not bea ble to index it

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号