vote up 0 vote down star

Something that I do not see much and wonder if any SEO guru knows the best approach that will not hurt SEO.

URL Examples, which one is best?

http://www.example.com/widgets/partnumber/widget-001

or

http://www.example.com/widgets/widget-001/partnumber

flag

62% accept rate

5 Answers

vote up 1 vote down check

It shouldn't make too much difference, but you might consider combining the widget name and its part number into something like:

http://example.com/widgets/name-partnumber

Unless each widget has more than more part number, each with its own page, in which case it'd make sense to keep the widget/partnumber directory hierarchy.

The Google SEO Starter Guide has a section on good practices for URL structure:

Use words in URLs - URLs with words that are relevant to your site's content and structure are friendlier for visitors navigating your site. Visitors remember them better and might be more willing to link to them.

Avoid:

  • using lengthy URLs with unnecessary parameters and session IDs
  • choosing generic page names like "page1.html"
  • using excessive keywords like "baseball-cards-baseball-cards-baseballcards.htm"
link|flag
vote up 1 vote down

I've heard that keywords higher in the path (i.e. more to the left) are weighted more heavily. Determining whether this is true would require more experimentation.

link|flag
vote up 1 vote down

Search engines tend to treat slashes and dashes as word separating characters, so if they stumbled upon the URLs as visible text (possibly the only instance in which keywords in the URL matter) the two may look like:

http www example com widgets partnumber widget 001

and

http www example com widgets widget 001 partnumber

Therefore, these are very similar to each other, and given the amount that a search engine cares about keywords in a URL (probably almost never) it may not make any difference.

  • The 001 is probably meaningless to a search index, unless users actually know your widget by its number and are likely to search for that number. Otherwise, it would be far better to give it a descriptive name than have a number. Consider that 'how to build a shed' is much better than 'article 001'. If it would be at all possible to identify your parts by a name on the URL instead of a number (this doesn't mean they can't still have a number shown somewhere) that would be good.
  • The word partnumber appears to be unnecessary - presumably you could make the application so that if it saw widgets/widget-001 it would realise that the second part is the partnumber.

Note

  • You were right to use dashes rather than underscores in your examples. Search indexes tend to treat underscores as combining characters rather than word separators, so they may treat foo_bar as a single word.
link|flag
vote up 0 vote down

I don't think it'll effect your search engine results at all, but the hierarchy of the top makes more sense (assuming that "widget-001" is a part number. It's typically nicer to go broad > specific from right to left. I'd recommend:

widgets/widget-name/parts/part-number

e.g.

widgets/super-widget/parts/super-widget-gear

link|flag
vote up 0 vote down
  1. Do not repeat "widget".
  2. Product number will not help. See how SO appends the post description after it's id to enhance it's SEO:

http://stackoverflow.com/questions/621380/seo-url-structure

http://stackoverflow.com/questions/621380/whatever

http://stackoverflow.com/questions/621380/

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.