Quote:
Originally Posted by ADAM Web Design
What difference does it make whether https:// has PageRank or not, anyway? https:// is all about the security, which is a user thing, not a search engine thing.
|
Thats wrong, http and https does hot have to be pointing to the same server, completely different content can be served from https as to http. remember that its running under a different port, so it is likely there are two daemons running.
https ensures that data transmission is encrypted on transit. Public facing https pages can contain a lot of useful information. https is used a lot to protect session id's when being transmitted.
A lot of e-commerce site apply https to everything to ensure that there are no chances of person data being sent in plain text.
There is no reason why the toolbar should not show the page rank of https pages, however of course it doesn't. I reckon it does this for one or more of three reasons:
1. The browser does not allow data to be transfer to domains that are not covered by the current certificate. or
2. Google thinks that the load of decrypting the page is high, therefore it does not grab the page rank data to reduce cpu load.
3. Google does not wish to share the data for some private reason.
It's important to note that https pages rank just as well as http pages. just make sure that you don't have duplicate data so 301 redirect the pages correctly https or http not both.
|