- From: Frank Ellermann <nobody@xyzzy.claranet.de>
- Date: Fri, 23 Dec 2005 10:07:45 +0100
- To: www-validator@w3.org
Wolf wrote:
> How I may use <noindex></noindex> tags according to XHTML 1.1
[...]
> These tags are often useful for search engines
I've never heard of a search engine supporting <noindex> in
(X)HTML. Maybe you confuse this with atom as Jukka said, or
you want <meta name="robots" content="noindex" /> But that
would affect the complete page, not only a part of it.
Or you confuse it with <meta name="robots" content="nofollow" />
Then you can try rel="nofollow" in links <a href="..."> etc.
Bye, Frank
Received on Friday, 23 December 2005 09:09:24 UTC