Re: Neutral tags (like meta inside body).

* Miguel Mingo wrote:
>We're looking for a solution, and the owners of the search engine have told
>us which tag we want to use instead of meta. I don't know which one choose
>(if there's one), but must be a valid one, and not deprecated (or near
>deprecated).

You could use a processing instruction ala

  ...
  <?meta index="no">
  ...
  <?meta index="yes">
  ...

or agree on semantics of other constructs such as class attribute
values, specific comments, etc.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Monday, 14 March 2005 08:09:06 UTC