Declaring The Death of Metatags
theduck writes "Andrew Goodman of Traffick.com pleaded for someone to announce the end of metatags (at least with respect to trying to skeeve good search engine ranking). and Danny Sullivan, Editor of The SearchEngineReport obliged. Personally, I've resisted using them for years, but convincing clients that they're not worth the effort has always been difficult. Does anyone (except porn sites) actually use them anymore?"
Use url rewriting for redirects, it saves on HTTP transactions.
--
pants ahoy
META Tags are still useful for their intended purpose. You must remember, Werners-Lee imagined a collaborative web of peers, not the segmented web of combatants we have attained. Therefore, META tags are still in use in the type of applications envisioned at CERN: Intranet search engines among academic peers. The death of META tags on the Internet is the natural consequence of the inability of some members of the Internet to behave maturely.
Dr. Joseph Hairston
Superintendent, CCBC
<META http-equiv="Content-Type" Content="text/html; charset=us-ascii">
But I guess that slashcode is not the w3c 's best friend
Doesn't work anymore.
It's hard to be religious when certain people are never incinerated by bolts of lightning.
they're only talking about the KEYWORD one.
the description tag is still used to display a blurb about your site in many search engines.
and then there's the always-fun meta refresh tag.
... a reference to the awesome Meta Crap article which highlights very clearly the problems with relying on <META> tags for useful information.
The only thing I ever used meta tags for (at least since the advent of Google as the search engine of choice for the majority of Web users) was for redirects. But that only works if browsers support the redirect and if the user doesn't press stop or back, etc. Thus for redirecting users I use PHP's HTTP header redirect and equivalent in ASP.
/>
That said there is one meta tag that we all need:
<meta name="MSSmartTagsPreventParsing" content="true"
Are there any legitimate uses of [auto] refresh?
Stock updates, auction standings, currency rate monitoring, remote alarms, ASCII football, slashdot karma ratings, etc.
Table-ized A.I.
netscape navigator, mozilla et al. still screw up unicode if the appropiate meta tag isnt set.
just my 2 eurocents...
Uh Google already shows the meta description in their search results.
That's what the ALT attrbute is for: text that is parsed by robots and search engines in place of the image.
http://www.google.com/intl/xx-bork/
http://www.google.com/intl/xx-elmer/
http://www.google.com/intl/xx-piglatin/
http://www.google.com/intl/xx-hacker/
Some cats swing, and others don't. Don't you be the kind that won't.
The following is required in HTML 4.01:
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
Then there is useful stuff:
<meta name="author" content="Elizabeth Lemke">
<meta name="author-email" content="nowhere@nowhere.net">
It is also useful for redirects and header information to the browser.
FWIW, I also use <link> tags in the <head> of HTML files for referring to important parts of the site and my e-mail.