Forum Moderators: open
When I do a search on my site the SRP will contain links that have a URL beginning with https:// and not with http://. All but one backlink have http://, it doesn't seem to matter as the one having the https:// backlink has the biggest PR, more specifically PR7.
Is there anything I can do? A Apache Rewrite for Google Bot?
The site itself has PR6
Sites don't have PR, only Webpages do.
something happened 2-3 weeks ago that broke at least Google Directory
That is rather vague.
https:// and not with [<...]the "s" means it's a secure page.
Is there anything I can do? A Apache Rewrite for Google Bot?Anything you can do about what?
Dave
Example: say my webpage is located at [mypage.org...] and has a PR of 6. Now [mypage.org...] isn't indexed at all. Now there is another site [anothersite.org...] (PR7) that links to my webpage with the URL [mypage.org....] In the SERP Google will list my webpage with the URL [anothersite.org...] instead of [mypage.org...] which is used in all the other places except [anothersite.org...] (rest of the backlinks, ODP, submission to Google, etc).
By the Apache Rewrite condition I could redirect all access to https:// by the GoogleBot to [....] Maybe that would solve my problem if there is no other way.
Why do you have a secure page and an unsecure mirror page anyway?
Dave
Sites don't have PR, only Webpages do
People keep saying this but I don't think it's necessary. There's hardly a webmaster who doesn't know that PR refers to a webpage. When they say "my site has a PR of x" I take it to mean they are talking about their homepage; they invariably are.
Why do you have a secure page and an unsecure mirror page anyway
I don't believe he has a mirror page.
samkaski, it's probably the case the anothersite.org's webmaster just copied the URL from his address bar when browsing your site and didn't notice the "s". Have you tried contacting him to request a change in the link?
People keep saying this but I don't think it's necessary
It's probably more necessary than repeating what I already suggested prior to your post. Besides, we cannot assume we all know the same things. If we did this forum wouldn't exist.
Dave
Dave.
Any ideas other then the Apache Rewrite condition trick?
Not really if you can't request a link change.
Some options remain though:
As it seems to be a little bit redundant to have the page in two versions (http and https) and since https only makes sense if you need some encryption, why not change all the links from the linked to https page to links only containing http. From the ordinary http pages link https stuff only when necessary.
This way you would transfer the PR from the https main entry to the http version.
I know this could be a little bit shortsighted since I don't know your site, but maybe it helps.