Web Design Help
It's free to register, to post a question or to start / join a discussion
Advice on changing page names pls.
Likes # 0
Posted July 26, 2009 at 6:31PM
I have decided to change some page names on my site.
For some time they have been automatically named (.7html and so on) rather than actually giving a correct descriptive name such as 'about me' and so on.
My concern is that I may have made links to the existing pages on forums and so on, and to find all these links and change them would be necessary otherwsie they are broken links. I have a SEO in mind.
How can I best track down links to these what will become old pages and change them please?
Many thanks in advance.
Nick
Likes # 0
Posted September 1, 2009 at 1:29AM
As mentioned earlier, file names are not vital to search engines, maybe a minimal edge but not worth changing for. For those that look, they can be more help for human visitors and to an extent, improve click through rate from search results.
If you do decide to change, best to put in place page by page 301 redirects from each old URL to the new equivalent. Search engines will generally carry forward any value in the pages/inbound links and any one following an old link or bookmark will be taken seamlessly to the new page.
Should your site be on an apache server, simple job using a .htaccess file. If you are using another system, try a web search, plenty of help.
Likes # 0
Posted September 3, 2009 at 1:29AM
your 301 redirect lines would look like this:
Redirect 301 /oldpage.html click here
You can also do the job using PHP:
<?PHP
header("HTTP/1.1 301 Moved Permanently");
header ('Location: click here');
exit (); ?>
Likes # 0
Likes # 0
Posted September 3, 2009 at 9:14AM
Thank you all very much indeed.
I shall do that when I get around to it.
Nick
Reply to this topic
This thread has been locked.
Check out PC Advisor's other tech forums
Top 5 Most Popular
-
iPad 5 release date, news, specs and rumours
-
Samsung Galaxy S4 vs iPhone 5 vs HTC One comparison review
-
Apple iPad 4 review: is this the best tablet money can buy?
-
New iPhone 5S, iPhone 6 release date UK: When will the new iPhone arrive?
-
Galaxy S4 vs BlackBerry Z10 comparison review - which is best, the Samsung or the BlackBerry?



