Results 1 to 5 of 5

Thread: Redirect or other

  1. #1
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default Redirect or other

    I designed a page with an index.html but then changed it to index.php. There are now however 50 pages linking to the index.html and I was wondering what the best way to redirect them was both for SEO and for users. Would it be a meta redirect or some javascript or something else?

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    You want to redirect them based on the referral url? Or what?
    Jeremy | jfein.net

  3. #3
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    I'm not sure on what referral means I'm not controlling where links are coming from. But I'm assuming the pages linking have <a href="site/index.html"></a> and when the user loads that index.html I want it to go to index.php. I also don't want the index.html coming up in search results which is why I deleted it because when there was a .php and .html the .html come up in searchs.


    ....Sometimes I lose track of my own posts haha.

  4. #4
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Try searching Google for robots.txt, and I would use meta redirection.
    Jeremy | jfein.net

  5. #5
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Quote Originally Posted by Nile View Post
    Try searching Google for robots.txt, and I would use meta redirection.
    Meta direction won't work to fix his SEO.

    @bluewalrus,
    You want to use 301 redirects for this at the server level.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •