vote up 1 vote down star
1

Working on routing my site and am wondering what a good standard is for naming regular pages? I was going to name them like:

/Daily-Winners

But I want to reserve the - multiword syntax for titles of threads, blog posts, etc., not for regular traffic pages.

Is there a standard or guideline to make this more attractive for SEO?

Especially for acronyms, like SEO:

/SEO/mySeoPage
/Search-Engine-Optimization/mySeoPage

Better to use full words or the acronym?

TIA

flag

"But I want to reserve the - multiword syntax for titles of threads, blog posts, etc., not for regular traffic pages" - why? What is the difference between "regular traffic pages" and the other stuff? – bzlm Mar 19 at 0:02
I was working on the assumption that for users who type in pages, keeping them simpler instead of with "-" would be easier. But then again, who types anymore. :) And I can always create shortcut routes as well. – peiklk Mar 19 at 4:00
Don't discourage people from "hacking" your URLs manually! Lots of people "remove the last path part" as a "cd .." operation, so you might want to make that work. Either way, just check your 404 (and similar) logs, and you'll notice what people are expecting of your URLs. – bzlm Mar 19 at 8:34
Good tip, thanks! – peiklk Mar 19 at 12:05

2 Answers

vote up 2 vote down check

As a general rule, the more sense an URL makes to a human, the more sense it makes to a search engine, and the higher rank it will get. For example, compare

http://yoursite.com/SEO/tips?id=1

to

http://yoursite.com/Search-Engine-Optimization/Tips/1

Everyone, including search engines, will like the latter better.

link|flag
vote up 1 vote down

Full words is a winner since you'll get more keyword matches.

Regarding regular pages vs article URLs, I don't think it will make any difference (SEO wise) to group them.

link|flag

Your Answer

Get an OpenID
or

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