Forum Moderators: phranque
But no, it will be indexed by search engines as long as they find it as a link on your page(s).
If you're looking to make search-engine-friendly URLs, you must change the the links on your pages, then rewrite (not redirect) the new search-friendly links back to the form needed by your script. You can then optionally redirect direct client requests for the old unfriendly URL to the new friendly one. However, this is the last step, not the first.
Details here: Changing Dynamic URLs to Static URLs [webmasterworld.com], and background information in the documents cited in our forum charter [webmasterworld.com] and the tutorials in the Apache forum section of the WebmasterWorld library [webmasterworld.com].
Jim
Once my web designer is done, is there a simple way I can check and make sure he has done this correctly?
What would I look for? Can I simply look for something in the source code?
thanks again
That part is easy. Three checks:
1) You see only static URLs when hovering over any/all links on your pages.
2) Your Web site still works.
3) If you type an old dynamic link into your browser, the server redirects it to the corresponding new static link, and the browser address bar updates to show the static link.
Each of these checks is related to a step in the implementation described in the thread I cited above.
Jim
[webmasterworld.com...]
I guess my main concern is that these urls dont get indexed or seen as duplicate content.
But from what I have read in the instructions you give with your post located at the above link, this shouldn't be a problem as long as he does the 301 redirect?
Is this something I can check on as well?
Use the "Live HTTP Headers" extension for Firefox and Mozilla browsers to view the headers returned by your server in real-time. If you request a URL that should be redirected, and see anything other than a 301-Moved Permanently status response, then there's a problem. This extension is available free from mozilla.org.
Jim