How to redirect domain.com/index.html to domain.com on Blogger

Discussion in 'Search Engine Optimization' started by almir, Jul 12, 2008.

  1. #1
    I didnt even know that there is such a thing on Blogger.

    But few days ago, I submitted my site to Digg and haven't notice that I have submitted /index.html url. Don't have idea how I came to that

    Is there any way I could 301 it on Blogger blog ?
     
    almir, Jul 12, 2008 IP
  2. almir

    almir Peon

    Messages:
    1,104
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #2
    OK, I've found a solution for redirecting it, but I dont think it acts as 301.

    Just add a page element, and paste this code in it :

    <script type="text/javascript"> if(window.location.href.match(/.*?index.html/)) window.location = window.location.href.match(/(.*)?index.html/)[1]; </script>
     
    almir, Jul 12, 2008 IP