Question:
If you rename the webpages then will it create a broken link for customers that have bookmarked my site?
2007-10-28 21:47:28 UTC
If you rename the webpages then will it create a broken link for customers that have bookmarked my site already?
Five answers:
Heidi
2007-10-28 22:06:14 UTC
If you re-name the files, then yes, old bookmarks won't work. If you're concerned about this, you can always keep the old file names to create re-direct pages.



Example: You re-name your "Products" page, which USED to be named "products.html" - now it's something else. So you would create a NEW file called "products.html" - and all it needs to say is "We've reorganized our website. Please update your bookmarks." Then have a link to the new page.
Mark Welch
2007-10-29 06:09:04 UTC
As someone else noted, there are two "changes" you can make: to the FILE NAME for your web page, or to the TITLE and content that appear in that file. Changes inside the file don't affect inbound links (with some exceptions); changing the file name definitely does "break links" that are out there.



Obviously, your best strategy is to NOT change file names, though you may change the content on existing pages, including using a "redirect" to send traffic to another page at your site (or elsewhere).



If you absolutely MUST change the file names, you should still maintain files with the "old" file names on your server; usually they will just "redirect" to the new versions of those pages. Do NOT just rely on the standard "page not found" error message.



The most common reason for "changing file names" is a decision to switch to a different scripting language; the original files might have been plain .HTM or .HTML files, but if you use ASP you'd usually need to create files with the .ASP or .ASPX suffix, likewise PHP files would have a .PHP or .PHP4 suffix; ColdFusion pages would have a .CFM suffix.



Note that it is possible to re-configure a dedicated server so that files with a .HTM or .HTML suffix are processed using the scripting language. I've done this for my server, which interprets all .HTM pages as .ASP pages, so I can include ASP scripting within my .HTM and .HTML pages. (This can ONLY be done if you have a dedicated server, not for traditional "shared servers," "virtual private servers," or basic "web hosting accounts.")



You should try hard to NEVER have any pages simply "disappear" from your site, but instead use the 301 or 302 redirect functions if a file is moved. However, it's always a good idea to also have a customized 404 error file that includes a short site map or redirect, so that visitors who do try to access an old page (or who mistype a page name) will see something besides a generic error message.
2007-10-29 09:05:58 UTC
Yes it will but what you can do is keep the old links active and just place a copy of the new forward link on that page.

If you've already wiped the links just rename a page/s with the old links and do as above.

Here are some tips for marketing your website:



It’s rarely an instant return on the Internet. You need your site coming up relevant to what people "search for" on the Internet. It takes time to get placement in the right places within the Internet and if you're listed in the right category of searches you stand a better chance of returns. The following is one of the better ways.



For a small charge you can have a “Permanent” website advertisement placed in an index such as this in a choice of around 750 categories to target your business trade.



This will raise your website profile and increase its chances of extra sales because this site is indexed by the search engines placing your site within public searches.



The advantage of a site like this is that you don’t have to update your listing again.

For a permanent ongoing promotion:

http://www.search-the-world.com/form/listing
JustinM
2007-10-29 05:27:44 UTC
Yes. Broken Link. But it's not that big of a deal. The way you manage this (it happens every day with me!) is by using a 301 redirect.



A 301 Redirect automatically sends the user AND the search engines to your new page so fast that it is practically unnoticeable.

If you have any concerns about search engine optimization and search traffic this is an absolute must.



You will first need to create a .htaccess file. It sounds complicated, but it really isn't! Just read this...



http://www.freewebmasterhelp.com/tutorials/htaccess/



Once create it, you need to implement the 301 redirect for all the pages you renamed. Here's how...



http://www.isitebuild.com/301-redirect.htm





Don't be discouraged! This is actually very simple and you will be doing a great service to your websites future!
nashgirl21
2007-10-29 04:58:49 UTC
if you rename the files (i.e. saving them as something different), the links will be different, yes... BUT... if you are simply re-titling them, then they will be the same.



however, most people only bookmark the main (index) page, so I wouldn't worry about it too much.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...