Can you spider only portions of a web page?

Hello. I'm interesting in knowing if there is a "Content" tag that would
highlight the unique content of a web page. That is to say, can you spider
only portions of a web page?

For example, the Global Hemp website, <http://www.globalhemp.com/>, is a
three column website with lots of repetitive information in the left and
right columns. Only the middle column contains unique content.

I think that when Google spiders my website, Google should only search for
the main columns content, not the highly repetitive left and right column
content.

Therefore, I suggest a "content" tag such as the following:

<HTML>
    <BODY>
        <TABLE>
            <TR>
                <TD>left column repetitive "junk"</TD>
                <TD><CONTENT>Spider me only, I'm the content!</CONTENT></TD>
                <TD>right column repetitive "junk"</TD>
            </TR>
        </TABLE>
    </BODY>
</HTML>

My actual website has a note that starts and stops content:

<!-- document_starts_here -->...<!-- document_ends_here -->

However, to my understanding there is no official way to do this. I think
that it would be an EXCELLENT idea to have this implemented, if not by W3,
then by Google!!!

Thanks,

Eric C. Pollitt, Founder
Global Hemp - Portal to the hemp community
401 E. Illinois Ave.
Peoria, IL 61603
Tel: (309) 685-3591
URL: http://www.globalhemp.com/

Government exists to protect us from each other. Where government has gone
beyond its limits is in deciding to protect us from ourselves.
-- Ronald Reagan

Received on Saturday, 28 June 2003 13:41:26 UTC