Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Erasing old site

  • 30-08-2010 1:29pm
    #1
    Registered Users, Registered Users 2 Posts: 2,789 ✭✭✭


    I've put up a site of a client, but a Google search still shows the old eircom.net site. What can I do to fix? I've submitted my site to Google for listing (added robots etc). Will deleting the old index file of the eircom site fix this? Is there any best practice for this?


Comments

  • Registered Users, Registered Users 2 Posts: 2,789 ✭✭✭grizzly


    Rereading this post it sounds obvious that I should get the old site taken offline. I'm wondering should I maybe leave it up with "no not index" code inserted?


  • Moderators, Sports Moderators, Regional Abroad Moderators Posts: 2,666 Mod ✭✭✭✭TrueDub


    Or simply leave a page with a "Site has moved - redirecting" message, and automatically redirect to the new site?


  • Registered Users, Registered Users 2 Posts: 2,789 ✭✭✭grizzly


    By placing a redirect, would Google automatically not list the redirecting site? Also would a redirect in the index code work or is it better to do it server side?


  • Registered Users, Registered Users 2 Posts: 21,263 ✭✭✭✭Eoin


    Google "301 redirect" - that's a permanent redirect.


  • Registered Users, Registered Users 2 Posts: 241 ✭✭fcrossen


    Also it is best to 301 redirect from the individual pages to the relevant new ones. i.e.:

    Good:
    old-page1.html -> new_page-a.php
    old-page2.html -> new_page-b.php

    Bad:
    old-page1.html -> new_index.php
    old-page2.html -> new_index.php


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 2,789 ✭✭✭grizzly


    Thanks for the replies. I'll try a 301.


Advertisement