A lot of the articles I write for use on my own site are a bit long, with lots of pictures to illustrate, so they need a table of contents. I use anchors just before the H2 section, and a TOC with a lot of hyperlinks to #someSection.
In photo forums, sometimes a person will ask a question that I've covered exactly in part of an article, so I'll refer them to that section. But this transforms a URL, say from .../Protecting-Digital-Images.html to .../Protecting-Digital-Images.html#imgRedSection. Do bots understand that these are the same page? I've been assuming they just ignore the #anchor, but thought about dynamic query strings, and wanted to make sure.
I'm working on a couple of new articles, and thinking about using javascript to move from the TOC downward, which wouldn't change the URL in the address bar when people decide to link to me. 
|