Welcome to WebHeadStart.org

Web Technologies

Sponsored By

WebHeadStart.org is currently in beta.
Please pardon our appearance as we work to provide you with the most comprehensive reference on today's web technologies.

Interested in advertising on WebHeadStart? Become an advertising partner today!

[WWW-HTML Mailing List Archive Home] [Messages By Thread] [Messages By Date]

Neutral tags (like meta inside body).

From: Miguel Mingo <miguel.mingo@grupobbva.com>
Date: Sat, 12 Mar 2005 03:56:16 +0000
To: <www-html@w3.org>
Message-ID: <000e01c52644$315d5900$1b673626@bbva.igrupobbva>




Hi all,

I'm new at the list, so I think I should start saying who am I.

My name is Miguel Mingo, and I'm working at a big financial company
(Internet and Intranet department). I knew about W3C since I was studying at
university, and now I try to follow the standards and recommendations of W3C
for proffesional and personal projects.

We have a search engine (external) that indexes the site's pages, in order
to provide the search functionality inside the site. The way this search
engine excludes part of the code is the main problem. It uses a special
<meta> tag to do that.

-----------
<html>
	<head>
	...
	</head>
	<body>
		...
		<meta name="index" content="no">

		[...] (NO indexed code, i.e. navigation menu)

		<meta name="index" content="yes">
		...
	</body>
</html>
-----------

The meta tags inside body arent allowed, so the code from _all_ of out sites
doesn't validate.

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).

Any help whould be very appreciated.


Thanks in advance,

--
Miguel Mingo Santibáñez
Tecnología y Sistemas Corporativos
Internet e Intranet
email: miguel.mingo@grupobbva.com
Received on Monday, 14 March 2005 00:54:06 GMT
Valid XHTML 1.0! Valid CSS! Site Map | Privacy Policy | Terms of Use | WebHeadStart.org © 2005 All Rights Reserved.