Posts: 488
Name: Chip Johns
Location: Savannah Georgia
|
Whenever in doubt of text being crawled by the spidders, you can open the page in a browser, then View Page Source, and look and see if the text is on the page. If you can see the text on the page, most likely, the spidder will see it too.
This is a general rule. Doesn't apply all of the time. For instance inside of script tags for JavaScript.. or any text inside of your css.
But most of the time it holds true
// Sidebar
If you use keywords to name your id's and/or classes, it doesn't work. The spidders do not look at your css...
You will not get any weight added to your page for the use of these keywords..
// End Sidebar
~Chip
|