Displaying 1 result from an estimated 1 matches for "whatwouldyoudo".
2007 May 18
0
Naming convention and search engines
...n tip that is fairly
common in most of the SEO checklists that I have read.
Hyphens - Use hyphens ( - ) and not underscores ( _ ) to separate
words in directory and file names. Most search engines parse a hyphen
like a reader would parse a space. Using underscores makes
what_would_you_do look like whatwouldyoudo to most search engines. You
should definitely separate words in your URLs.
Let''s say I create a small test app.
# rails test
create a controller, edit the controller, create a template, and run
the server
# script/generate controller WebResources
# do the manual editing stuff here.
# scr...