Forum Moderators: Robert Charlton & goodroi
The CMS I'm using puts links for each keyword at the bottom of each article (example.com/keyword/Acme_Widgets), and the links go to a page that lists all the other articles with that keyword.
I'd prefer those links went my Guides to each brand, both for users' benefit and because I'd like to signal the Guides' importance to Google.
So, can I just add a 301 redirect from /keyword/Acme_Widgets --> /guide/Acme_Widgets ?
Would this convey all the benefits of "true" within-site links? Any risks?
So, can I just add a 301 redirect from /keyword/Acme_Widgets --> /guide/Acme_Widgets ?
You should 301 redirect and hard code the old links to the new links.
You will see that Google will find the new links fast and remove the old links from the index this way.
Risk? Always when you change the navigation (flow) of a site you have risk, but from my understanding you are not changing the true content pages so it should be minimal.
I'd rather not hack my CMS, and it's not hard-coding friendly.
FWIW, there are plenty of articles G hasn't indexed yet (it's slow but steady), so even if it didn't revise anything that's already indexed I'll still have plenty pointing to my Guides (eventually).
It's generating new links on 5,000 articles that'll be a pain. I'll need to figure out a systematic way to do this, something that'll read the keyword link and figure out an appropriate guide link.
I've just put it up, and it looks good. =)