Links pointing to both Index.htm and Index.html

Discussion in 'Google Sitemaps' started by mark5022, Nov 13, 2008.

  1. #1
    When using Google's web tools submitting a new sitemap I noticed that when Google crawled my site last that it found over 100 external links pointing to a page that was not found "404 errors".

    On further investigation I found that Google says that several of the external links pointing to my site are pointing to index.htm vers index.html. When I went to the sites that Google said were pointing to the index.htm most are just pointed at www.mydomainname.com with no page specified. Can I create a index.htm page and redirect to the index.html page or is there an easier way?

    Thanks,
     
    mark5022, Nov 13, 2008 IP
  2. Colbyt

    Colbyt Notable Member

    Messages:
    3,224
    Likes Received:
    185
    Best Answers:
    0
    Trophy Points:
    210
    #2
    It would be easier to use the .htaccess file or a cPanel redirect than to create the page. Be sure to make it a permanent (301) redirect.

    Your control panel will just write the .htaccess line for you.
     
    Colbyt, Nov 13, 2008 IP
  3. palme

    palme Active Member

    Messages:
    320
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #3
    your ide is very good, i can se 2 good point in that
    - drive lost traffic to your site back
    - correct sitemap wrong
    but i understand also , if you have to index file with htm and html extension, browser select htm like index file
     
    palme, Nov 13, 2008 IP
  4. geckojohn

    geckojohn Peon

    Messages:
    1,037
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Can you have both an index.html and an index.htm on your website?
     
    geckojohn, Nov 13, 2008 IP
  5. mark5022

    mark5022 Peon

    Messages:
    106
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Unfortunately I am hosting on an IIS server “Yahoo Hosting” and the only redirect is for the entire site. I did find this bit of HTML for redirecting a page.

    <head>
    <title>Your Page Title</title>
    <meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com">
    </head>

    I do fear that Google may penalize my site for redirecting the page?
     
    mark5022, Nov 14, 2008 IP
  6. mark5022

    mark5022 Peon

    Messages:
    106
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Yes, you can have both. Someone told me to just copy the index.html file as index.htm but then I would get hit with a duplicate content penalty from Google.
     
    mark5022, Nov 14, 2008 IP