Forum Moderators: open
example.com/_page-name
example.com/_another-cool-page
If not underscores, then which other printable character would do the trick?
As an alternative I can have a one character folder name. That'd also work. But I don't want the SEs to think that my content is one level deep, even if there is no level 0 per se. For example:
example.com/c/page-name
example.com/c/another-cool-page
The reason I need this is because the whole site will run under an engine which rewrites all the requests to the root and on. To avoid rewriting, I need some recognizable (regexnizable) pattern to distinguish engine URLs from other URLs.
What do you all think?
[mattcutts.com...]
His example is that _MAXINT is different than MAXINT or at least Google treats them differently.
So the upshot is to only use underscores when you really mean underscores.