WebSavvy
24-07-2006, 01:09/01:09AM
Over the past several months I've spent a lot of time restructuring the directory, and making a big push toward WAI compliance.
Currently, our category URLs are mixed case (upper & lower)
Example: Category-Name
In our new setup, the category URLs are all lowercase;
Example: category-name
Sending old URLs to new URLs is easy enough (301).
However, we have categories that are empty either due to lack of submission for that category or lack of quality in what has been submitted to that category.
Google has indexed all of our empty cats (and full ones too).
In our new setup, empty cats are disabled.
So, now we have the problem:
Using 301 to send old to new
Disabled cats would be old to new (301)
But, 301 them ... where?
I've been speaking with a few others regarding this, and it's been suggested to 301 the disabled child category to it's enabled parent.
At first, I thought this would be a good idea, but ... it creates a new issue.
It's telling the SEs that the old category which has a new URL, but is now disabled that it has moved permanently to the parent category.
When that child category does become enabled, it might not get indexed because we've told the SEs it's moved permanently.
Now, here's what I'm thinking might be a better idea?
I'll create a page that's simply called :: disabled.php
Then 302 all old (now disabled) URLs to this page.
Then when the disabled child category has listings, we would simply remove the 302 to the disabled.php page and 301 it to the proper category URL.
Is this the best way? Does anyone else have any suggestions?
Currently, our category URLs are mixed case (upper & lower)
Example: Category-Name
In our new setup, the category URLs are all lowercase;
Example: category-name
Sending old URLs to new URLs is easy enough (301).
However, we have categories that are empty either due to lack of submission for that category or lack of quality in what has been submitted to that category.
Google has indexed all of our empty cats (and full ones too).
In our new setup, empty cats are disabled.
So, now we have the problem:
Using 301 to send old to new
Disabled cats would be old to new (301)
But, 301 them ... where?
I've been speaking with a few others regarding this, and it's been suggested to 301 the disabled child category to it's enabled parent.
At first, I thought this would be a good idea, but ... it creates a new issue.
It's telling the SEs that the old category which has a new URL, but is now disabled that it has moved permanently to the parent category.
When that child category does become enabled, it might not get indexed because we've told the SEs it's moved permanently.
Now, here's what I'm thinking might be a better idea?
I'll create a page that's simply called :: disabled.php
Then 302 all old (now disabled) URLs to this page.
Then when the disabled child category has listings, we would simply remove the 302 to the disabled.php page and 301 it to the proper category URL.
Is this the best way? Does anyone else have any suggestions?