Question

I do a lot of development in Codeigniter and Wordpress, but I'm wondering something in terms of SEO when it comes to URL segmentation. Wordpress automatically adds children page slugs onto a parent page. For example:

http://example.com/parent/child/child/

Would it be better for SEO reasons to go with the following?

http://example.com/parent-child-child/

Thanks in advance.

Was it helpful?

Solution

Based on the reports of consultants that we've hired in the past: Yes. According to them lower precedence is placed on each path-part keyword as it's distance from the root increases.

Basically meaning that this:

example.com/my-post-name-that-contains-good-keywords/2011/01/01

is better than:

example.com/2011/01/01/my-post-name-that-contains-good-keywords

OTHER TIPS

Short Answer: No.

Search engines place little ranking relevance on where a page is located in terms of its folder depth/heirachy.

@spuriosdata's "consultants" are confusing link-level depth (e.g. how many 'hops') from the root level a page is accessed, with ranking decay based on how many nested folders deep the page is.

Linking hierarchy is different from folder hierarchy - hence the recommendation that you try to link from your top level content (e.g. homepage) to your deeper content directly.

Additionally, little SEO or ranking value is based on URL structure. Yes, all other things being equal, keywords in the URL tend to perform better than those without. Yes, all other things being equal, keywords positioned closer to the domain in the URL tend to perform better (for exact matches) than those that don't. But we are talking 9/10th of stuff-all in terms of the overall ranking algorithm.

You should be concentrating on making your URLs usable for your visitors just as much as search engines. This means communicating where pages sit in relation to their parent pages/folders as well.

StackOverflow (and by extension, the larger StackExchange network) has a pretty good example of a SEO friendly URL structure.

This google guy from 2010 says it doesn't matter. What matters is, from what page you link to your other page: http://www.youtube.com/watch?v=l_A1iRY6XTM

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top