PDA

View Full Version : Is the number sign symbol (#) ok in URLs?


stacywms
12-06-2004, 12:04 PM
Everyone,

I know that we don't want symbols such as ?, % and = to appear in URLs because they tip off search engine spiders that the page is dynamically generated, but what about the number sign symbol (#)? Is that one okay?

Thanks,

Stacy Williams
Prominent Placement, Inc.
Strategic Search Engine Marketing

seomike
12-06-2004, 12:38 PM
# signs are used as page anchors

<a href="index.php#header2">jump to second paragraph</a>

If you click that link it would scroll you down to on the index.php page.

<a name="header2"></a>

Most FAQ pages use anchors. And you can also drop keywords in as anchor text. You have to use an _ though instead of a -.

stacywms
12-06-2004, 12:43 PM
Oh, geez, SEO Mike, I knew that. Just didn't put two and two together. Thanks for your fast reply!