Moving content and changing to text urls
Bob,
We are using Drupal for our content management and
wonder about changing the urls for our site. The old
urls were with ID numbers and a short query string
http://www.oursite.com/?q=node/456
and the new will be
http://www.oursite.com/a_keyword_variable
Should we have any concerns about this move?
-------------------
Well, switching to text urls is good for two reasons.
1. Search engines handle text urls better than query*
2. Keyword rich urls will emphasise the content of each
page to Google
IMPORTANT ...REDIRECTS
One further issue to consider. If this is being used to
create new urls for content that has already been indexed,
then you MUST have a way to create redirects from the old
query URL to the new text url. If you do not use redirects,
you will create a large number of 404s (page not found)
for your already indexed content.....a very bad thing.
Finally, make sure all redirects are permanent redirects
(301) not temporary redirects (302).
Bob
* Google on Query string urls...
If you decide to use dynamic pages (i.e., the URL contains
a "?" character), be aware that not every search engine spider
crawls dynamic pages as well as static pages. It helps to keep
the parameters short and the number of them few.
We are using Drupal for our content management and
wonder about changing the urls for our site. The old
urls were with ID numbers and a short query string
http://www.oursite.com/?q=node/456
and the new will be
http://www.oursite.com/a_keyword_variable
Should we have any concerns about this move?
-------------------
Well, switching to text urls is good for two reasons.
1. Search engines handle text urls better than query*
2. Keyword rich urls will emphasise the content of each
page to Google
IMPORTANT ...REDIRECTS
One further issue to consider. If this is being used to
create new urls for content that has already been indexed,
then you MUST have a way to create redirects from the old
query URL to the new text url. If you do not use redirects,
you will create a large number of 404s (page not found)
for your already indexed content.....a very bad thing.
Finally, make sure all redirects are permanent redirects
(301) not temporary redirects (302).
Bob
* Google on Query string urls...
If you decide to use dynamic pages (i.e., the URL contains
a "?" character), be aware that not every search engine spider
crawls dynamic pages as well as static pages. It helps to keep
the parameters short and the number of them few.
Labels: moving content, query string urls

0 Comments:
Post a Comment
Links to this post:
Create a Link
<< Home