Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 4 of 4

Thread: Google indexing https pages

  1. #1
    DaveW is offline Junior Member
    Join Date
    Oct 2007
    Posts
    8

    Default Google indexing https pages

    We are finding duplicate pages being listed in Google search results. http and https has anyone got a fix for this. As you are all aware this is removing the importance of the pages you do want indexed.

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    See this thread.

  3. #3
    DaveW is offline Junior Member
    Join Date
    Oct 2007
    Posts
    8

    Default Google indexing secure https page.

    Sorry Alfred the above thread is not helpful. We have over 20,000 https pages indexed by Google search. The files we submit to Google Base is not the problem. Is there any code we can add to block the Google bot indexing https pages? We have FULL access to our web server. We installed the mobile plug-in from Vortx maybe this is the problem.
    Last edited by DaveW; 06-21-2010 at 05:55 AM.

  4. #4
    Vegarari is offline Member
    Join Date
    Nov 2006
    Posts
    35

    Default

    Recently I setup URL rewrite rules in IIS7.5 to handle this.
    When there is a request for https://www.(yourdomainnamehere).com/robots.txt we send it to robots_ssl.txt which contains:
    # robots.txt file for https://www.(yourdomainnamehere).com
    User-agent: *
    Disallow: /*

    This appears to have reduced bandwidth a bit and am no longer finding any of our pages linked as https in Google.
    Thanks,
    Casey,

    MS 9.3.0.0 - Next stop MS 9.3.1.0