Hi
Basically my wordpress site exists of 4 Parent Categories, each of them having + 50 subpages (or child pages) in them. Some of these child pages have other child pages in them. This creates URL's (or slugs) looking like this:
mydomain.com/sunflower-seeds/exotic-sunflower-seeds/new-york-seed-shops
I found a plugin that 301 redirects a page to any given url. This way i can make www.mydomain.com/sunflower-seeds/exotic-sunflower-seeds/new-york-seed-shops redirect to mydomain.com/new-york-seed-shops, only with the purpose to have shorter links and the keyword appearing 'earlier' in the url.
Another option to shorten the url's is to shorten the parent pages slugs, something like this: mydomain.com/seeds/exotic/new-york. Only downside is that the keyword for the parent pages themselves won't appear in the slug anymore. The keywords will still be there in the Title, Description and H1 tag, but not in the url. so if my keyword is stunflower seeds, instead of having www.mydomain.com/sunflower-seeds i'll have www.mydomain.com/seeds
What would you do?
1: Leave urls like this - really long urls, keywords don't come 'early' in url
mydomain.com/sunflower-seeds/exotic-sunflower-seeds/new-york-seed-shops
2: Make child pages 301 redirect - short urls, but url structure is lost (parent pages don't show in the url)mydomain.com/new-york-seed-shop3: User shorter slugs for Parent Pages - to me looks like the best option, but then i'll loose my keywords in the slugs for parent pages.mydomain.com/seeds/exotic/new-york4: Yes there's even a 4th option, again the example of how my slugs look now:
mydomain.com/sunflower-seeds/exotic-sunflower-seeds/new-york-seed-shops
I could use the plugin to redirect every child page (for example new-york-seed-shops) to this: mydomain.com/seeds/exotic/new-york-seed-shops. But i don't know if it's okay to redirect to different parent pages with wordpress...I'd also like to know if backlinks to 301 redirect pages count for the page they redirect to. And if they have the same impact/strength as links that link directly to the page.Thanks in advance