Slashdot Mirror


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?"

317 comments

  1. sure, i do. by IRNI · · Score: 3, Insightful

    they have helped index my sites just the way i like them in relevant search engines.

    1. Re:sure, i do. by Anonymous Coward · · Score: 0

      I like your site and all, but every time I see the URL it seems mispelled.

      "God Fucking Damn It"... This is ok

      "God Fucking Dammit"... would be valid

      "God Fucking Damnit".... doesn't work, damnit isn't a word.

      Anyway, If you just change the titles on your pages to space it out, then everything would be fine.

      Yeah, I'm just being a dick, but I've been itching to point this out for a while now.

    2. Re:sure, i do. by freeweed · · Score: 4, Funny

      Something tells me you don't need too powerful of search tools when you're looking for a site called "GodFuckingDammit.com".

      Most folk looking for that probably also try "go to hell" in google (try it, it's fun, but don't forget to include the quotes).

      --
      Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
    3. Re:sure, i do. by damiam · · Score: 2, Informative
      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    4. Re:sure, i do. by Anonymous Coward · · Score: 0

      Or if the "I" were capitalized:

      GodFuckingDamnIt

      That works.

    5. Re:sure, i do. by Mitchell+Mebane · · Score: 1

      Darn. :)

      Must have been some blogs Google bomb... It was rather funny seeing Microsoft come up as #1 for that search, and AOL on the first page, too.

      --

      The roots of education are bitter, but the fruit is sweet.
      --Aristotle
    6. Re:sure, i do. by Gilgaron · · Score: 1

      Socrates was executed, not banished. Never read any Plato? :)

    7. Re:sure, i do. by freeweed · · Score: 2

      Banishment 2000+ years ago took many forms. Never read any Greek history? :)

      --
      Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
    8. Re:sure, i do. by freeweed · · Score: 2

      It was better seeing Disney as 4 or 5 :)

      --
      Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
    9. Re:sure, i do. by mwolff · · Score: 0

      Yeah, the question was just like who was exiled for their views blah blah blah.
      Sorry no Plato now. My high school is all about books like The Joy Luck Club. On my own outside of class I am finishing reading 1984. Maybe I'll try some Plato next :) Or did you just mean books about Plato?

    10. Re:sure, i do. by damiam · · Score: 1

      Could also have been just the combination of links to MS referring to "hell" and "where do you want to go today?".

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    11. Re:sure, i do. by Anonymous Coward · · Score: 0

      4th on google...

      <title>N I N E N I N E Free porn. Period.</title>
      <META NAME="description" CONTENT="NineNine. Free Porn. Period.">
      <META NAME="keywords" CONTENT="NineNine, free, porn, teen, teens, lesbians, lesbian, video, videos, story, stories, pic, pictures, pics, search, XXX, list, nude, naked, fuck, fucking, sex, cum, porn, boobs, tits, pussy, pussies">
      <LINK REL=stylesheet HREF="styles.css" TYPE="text/css">
      </head>

    12. Re:sure, i do. by obii · · Score: 1

      Hmm, somebody seems to have talked to the Google people and urged them to take away the first result...

      Whoever could have done so? ;)))

  2. yes , people use them... by Anonymous Coward · · Score: 0

    I mean , even browsing the source of Slashdot's front page right now, I see a reference to MetaTags...

    <TABLE WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0"><TR><TD
    VALIGN="TOP" BGCOLOR="#006666"><IMG
    SRC="//images.slashdot.org/slc.gif" WIDTH="13" HEIGHT="16" ALT="" ALIGN="TOP"><FONT
    FACE="arial,helvetica" SIZE="4" COLOR="#FFFFFF"><B>Declaring The Death of Metatags</B></FONT></TD>

    See??? :P

  3. redirects/refreshes? by StuffYourReligion · · Score: 4, Insightful

    Er, um, I use them for redirects/page refreshes

    --
    I have no special gift, I am only passionately curious. --Albert Einstein
    1. Re:redirects/refreshes? by Anonymous+Cowrad · · Score: 3, Informative

      Use url rewriting for redirects, it saves on HTTP transactions.

      --

      --
      pants ahoy
    2. Re:redirects/refreshes? by larien · · Score: 4, Informative
      Use url rewriting for redirects, it saves on HTTP transactions.
      Yup, they're great, except when you don't have control of the web site, i.e. you're using a web server provider. In that case, a META tag is your only choice. Well, there is Javascript, but the META tag is more generic.
    3. Re:redirects/refreshes? by Zeinfeld · · Score: 5, Insightful
      Er, um, I use them for redirects/page refreshes

      Which is one of the things they are there for.

      META was never intended to be the primary key for search engines. The idea that search engines should believe a page with a billion Meta tags is pretty wierd.

      The purpose of Meta was to allow people to add their own search terms to a document for their own convenience. That use is not invalidated just because Google and Co can't find a way to use that information any more than the existence of spam does not invalidate the idea of email.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
    4. Re:redirects/refreshes? by falzer · · Score: 0, Offtopic

      This is completely off-topic, but check out the Onion article on the RIAA:
      Link.

    5. Re:redirects/refreshes? by FTL · · Score: 5, Insightful
      > Er, um, I use them for redirects/page refreshes

      Read the article. It is only talking about keyword meta tags. There are lots of other types of meta tags. The Slashdot title is misleading.

      --
      Slashdot monitor for your Mozilla sidebar or Active Desktop.
    6. Re:redirects/refreshes? by autechre · · Score: 2


      If your server supports PHP, you can redirect people by sending them Location: headers.

      http://www.php.net/manual/en/function.header.php

      --
      WMBC freeform/independent online radio.
    7. Re:redirects/refreshes? by darxyde · · Score: 0

      META was never intended to be the primary key for search engines. The idea that search engines should believe a page with a billion Meta tags is pretty wierd.

      That's what I always believed, though I had a hard time convincing my 'Information Systems' lecturer, whom I never had a great respect for. He failed my (functional and standardised) HTML source accordinly, so perhaps meta tags are of use, if only to gain a degree... :)

      --
      Hey relax fella, you need a rest, guy.
    8. Re:redirects/refreshes? by mabinogi · · Score: 2

      PHP's got nothing to do with it, Location: is a standard HTTP header.

      You could use PHP, perl, C, a shell script...even postscript if you were feeling perverse enough.

      --
      Advanced users are users too!
    9. Re:redirects/refreshes? by Anonymous Coward · · Score: 0

      The Slashdot title is misleading

      Gee, thats a first...

    10. Re:redirects/refreshes? by hondo77 · · Score: 2

      If your web hosting service doesn't allow you to redirect from a .htaccess file, it's time to find a new service, IMHO.

      --
      I live ze unknown. I love ze unknown. I am ze unknown.
    11. Re:redirects/refreshes? by Frank+Grimes · · Score: 1

      I learn something cool everyday.

      #!/usr/bin/perl
      print "Location: http://www.newlocation.com/newlocation/\n\n";

      That rocks.

      --
      CfkRAp1041vYQVbFY1aIwA== RV/hBCLKKcSTP5UFK3kqsg==
    12. Re:redirects/refreshes? by Anonymous Coward · · Score: 0

      why in gods name would he fail html due to lack of meta tags?

      that must have been one retarded class...

    13. Re:redirects/refreshes? by larien · · Score: 1

      Hrm, didn't know you could use .htaccess files for redirects; you learn something new every day.

    14. Re:redirects/refreshes? by stridebird · · Score: 2, Insightful

      I think you misunderstand the issue. Where meta tags are used for redirects they are emulating HTTP headers, which is a valid use for them and will remain so imho.

      What we are talking about here is _metadata_, expressed in _META_ tags, and the purpose of this is to aid information discovery: to classify and identify the resource requested (or sought). To this end, the uses of metadata as expressed in the HEAD section of a webpage has never been well-supported (search engines excluded once upon a time) and has never taken advantage of any structured schema (ok well keywords/description may be taken as a schema...).

      The real money is found in other protocols, where the metadata record only is transferred between parties and only in the end usage scenario is the actual resource identifier summoned. This requires a whole extra element of trust as the identifiers are not checked except, perhaps, when the initial metadata record is created. And note the resource itself need not be burdened with any metadata payload - the client can do nothing with that in anycase.

      pete

    15. Re:redirects/refreshes? by hondo77 · · Score: 2
      --
      I live ze unknown. I love ze unknown. I am ze unknown.
    16. Re:redirects/refreshes? by Anonymous Coward · · Score: 0

      why in gods name would he fail html due to lack of meta tags?

      that must have been one retarded class


      lol. yes, it was, i've been trying to avoid retaking that unit - but the thought of it makes me angry.

  4. Meta tags aren't so useful by Anonymous Coward · · Score: 4, Funny

    I mean, you don't exactly get better rankings (as the article pointed out).

    sex dick pussy vagina cum cumbath ass fuck britney spears orgasm ...

    1. Re:Meta tags aren't so useful by Tablizer · · Score: 3, Funny

      sex dick pussy vagina cum cumbath ass fuck britney spears orgasm ...

      Word stuffing sometimes seems to backfire. Once I actually went to explicity search for "pussy", but got some stupid discount cat pet food spam-site instead. The search engine probably had to ignore most of them because there were too many (too many words, not pussies).

    2. Re:Meta tags aren't so useful by Coplan · · Score: 3, Insightful
      This is one of those cause effect things. What you say is true in most cases. But that's only because good search engines started doing their own cataloging and ignoring the meta tags. Prior to meta tags, I remember WebCrawler did a text search, so webmasters would add REM statements into their HTML and stuff words into there. Then came meta tags, and it was much easier to do, as the next generation of search engines utilized that feature. The current generation doesn't do that so often. Thus, meta tags do very little for rankings.

      The meta tags could be useful again, if there were some limitations. Say, perhaps, we were limited to 5 description tags, and as an industry standard, the remainder were ignored. Supposing a web search categorized your site based on these five tag descriptions...webmasters would have to get far more picky about what they stuff into their tags.

    3. Re:Meta tags aren't so useful by Anonymous Coward · · Score: 0

      Useful enough to earn you a score 5 ;)

    4. Re:Meta tags aren't so useful by Dirtside · · Score: 5, Funny
      sex dick pussy vagina cum cumbath ass fuck britney spears orgasm ...
      Such language! Where I come from we don't use words like "Britney Spears" in polite company, young man.
      --
      "Destroy science and religion. Science would re-emerge exactly the same; but not religion." - Penn Jillette, paraphrased
    5. Re:Meta tags aren't so useful by Pentagram · · Score: 2

      The meta tags could be useful again, if there were some limitations. Say, perhaps, we were limited to 5 description tags, and as an industry standard, the remainder were ignored

      Yes indeed. Or have some sort of logarithmic scale where the "power" of one of your tags decreases as the total number of description tags the document has increases. So if you searched for "sex", you'd get a document with just a "sex" tag ranked higher than one with "sex" and "beer" tags. I considered writing a test search engine like this, but then Google came along and hijacking searches became very difficult anyway.

    6. Re:Meta tags aren't so useful by Bishop923 · · Score: 5, Funny

      Once I actually went to explicity search for "pussy"

      Bars tend to be better than search engines for that sort of thing.

    7. Re:Meta tags aren't so useful by isorox · · Score: 2

      Such language! Where I come from we don't use words like "Britney Spears" in polite company, young man.

      Suddenly I'm reminded of south park the movie. cock, shit, fuck and cunt were just the warm ups, the only way Cartman saved the world and killed saddam hussein was with the ultimate of ultimate words

      "Barbara Streisand!"

    8. Re:Meta tags aren't so useful by Tablizer · · Score: 1

      Bars tend to be better than search engines for that sort of thing.

      But those ones often carry too much social or emotional baggage.

  5. I have them.... by MERVERNATOR · · Score: 1

    only cause when I made my site, they were actually seen by excite, webcrawler, etc... now the site is older, though my content is still updated regularly,.. I guess I have just been too lazy to remove them. lol.

  6. Yeah, we do by Doctor+O · · Score: 1

    We use them since we offer to build web sites. They have never been of much use for our client's sites (not enough boobs, I suppose), but the clients demand them and the only thing I *won't* give them when they ask for it are animated @-signs.

    --
    Who is General Failure and why is he reading my hard disk?
  7. Of course! by NineNine · · Score: 4, Interesting

    Well, I know the post was except for porn sites, but the reason that porn sites use 'em is because they work! Nobody knows search engines more than porn site owners. Part of what got me this listing was good meta tags. Porn sites rule the web as far as traffic and profitability. When in doubt, do what to porn sites do.

    1. Re:Of course! by gmack · · Score: 5, Insightful

      Mentioning your site every chance you get on slashdot probably did more for your ranking than using a tag that google is known to ignore.

    2. Re:Of course! by AKA+da+JET · · Score: 1

      But the article says that Google ignores meta tags. I always thought that Google gave you a good listing if you had alot of people linking to your page.

    3. Re:Of course! by Anonymous Coward · · Score: 0

      This google sponsored link seems a little strange:

      Porn Free - Amazing Hardcore
      Great Porn Free movies, live shows, photos & more!
      If fat free means without fat, shouldn't porn free mean without porn?
    4. Re:Of course! by ToKsUri · · Score: 1

      If you insert your page on your signature, or it appears on your user info every time you post a reply, does it count in favour of your PageRank(TM) in google?

    5. Re:Of course! by omega_cubed · · Score: 1
      Perhaps you didn't see this line:
      Lycos quietly dropped its support of the tag in 1998, and newer search engines such as Google and FAST never added support at all.

      What got you the good list is not meta keywords at all. It is more likely that every pr0n site on the planet is linked to three dozen others, and that boosts the google rating.

      On that note, wonder if we can implement traveling sales person by traversing a set of given pr0n sites using only the links provided on the site....

      W
      --
      Sometimes I have a sig. Sometimes I don't. This is one of those times I don... doh!
      --
      Engineers also speak PDE, only in a different dialect.
    6. Re:Of course! by greymond · · Score: 2, Insightful

      only as long as your karma is:

      positive (mostly affected by bullshitting really well)

    7. Re:Of course! by Anonymous Coward · · Score: 0

      Cool, let me try that...

      Hey everybody visit my site and listen to some songs that I made with my guitar and COOL EDIT PRO

      http://www.heddline.com/steve/my_tunes.php

    8. Re:Of course! by Anonymous Coward · · Score: 0

      Thanks. I just purchased the domain name "steves_tunes_suck.com"

    9. Re:Of course! by primus_sucks · · Score: 1

      I don't know about that. I've never looked at this site since this guy is such a trolling jack-ass.

    10. Re:Of course! by gmack · · Score: 2

      All that matters is that an often linked to site(slashdot) has plenty of links to his site.

      So yeah you check for "free porn" and he shows up as number 6. Our preceptions of him don't affect that at all unless somone mods him into negative karma.

    11. Re:Of course! by Anonymous Coward · · Score: 0

      Can you cite any instances where NineNine was trolling? The more links, the better, of course.

    12. Re:Of course! by Evro · · Score: 1

      Well, if you look at what Google doesn't index you might think twice about that. The only thing I can tell that google does index is the flat version of pages -- e.g. look what a search for 'linux' on Slashdot returned from google - pretty much only the static pages. Though these do have some comments on them; I think it's whatever is rated >= 1.

      --
      rooooar
    13. Re:Of course! by jesser · · Score: 1

      If you insert your page on your signature, or it appears on your user info every time you post a reply, does it count in favour of your PageRank(TM) in google?

      Yes. My site started with a decent pagerank (4? 5?) because I set it as my Slashdot url as soon as I created it. My site now has a higher rank due to having "real links" in addition to links from each Slashdot comment I have ever posted under this username, but I think having my site high in Google rankings from the beginning helped me establish myself as an authority on my site's topic.

      Slashdot makes it really easy to "cheat" with pagerank. Want to make it harder to cheat? Make sig and user urls go through a redirect from which robots like Googlebot are banned, or only list user urls on user info pages (like webmasterworld).

      --
      The shareholder is always right.
    14. Re:Of course! by wolverine1999 · · Score: 1

      This article was really interesting.

      When I coded my search engine I took count of meta tags however I tried to get the program (written in GNU Pascal) to filter out 'spam' words i.e. words which are repeated more than once in the tags, or which never appear in the text itself. So far it has worked, but it's becoming a time-waster. Better to forget about the keywords meta tag. The other tags are useful however e.g. the description tag. I vote to keep using the description tag.

    15. Re:Of course! by RyuMaou · · Score: 1

      I'm with you. Anyone who says Metatags aren't used in search engine rankings hasn't actually used them. Last time I checked, on Google, using the search terms "CNE" and "resume", I was the number one hit.

      Now, I'm unemployed anyway, but, still, I made the search engines do what I wanted!

      --
      Oh, the trials and tribulations of a network geek! Read about them at: http://www.ryumaou.com/hoffman/netgeek/
    16. Re:Of course! by Anonymous Coward · · Score: 0

      That's all very interesting, especially considering /. disallows spidering of article.pl.

    17. Re:Of course! by jesser · · Score: 1

      Slashdot disallows spidering of comments.pl and article.pl, but it allows spidering of static pages with URLs like http://slashdot.org/yro/00/08/30/1933205.shtml. These static pages have comments with score:1 or above in nested-but-not-indented format.

      --
      The shareholder is always right.
  8. Good ol' Porn by Anonymous Coward · · Score: 0

    But where will I find britney, agularia, blond, redhead, nude, celebs now?

  9. They're used... by User+956 · · Score: 2, Interesting

    Meta tags are used a lot... there's widespread knowledge of so-called "google bombing".. Google pops up some of its search results based on the content between an A HREF tag, as you can read about here: Google Bomb...

    Much like security, I think this is the kind of thing that hackers and tinkerers will always find a way to exploit. The question is who can stay ahead in the race?

    --
    The theory of relativity doesn't work right in Arkansas.
    1. Re:They're used... by NineNine · · Score: 1

      "Google Bombing" as they call it has nothing to do with meta tags. "Google Bombing" happens because Google works primarily on link popularity, not meta tags. But, meta tags do help.

    2. Re:They're used... by User+956 · · Score: 2

      "Google Bombing" as they call it has nothing to do with meta tags ... But, meta tags do help.

      So which is it? They have "nothing to do with" Google bombing, or they "do help"? You've managed to contradict yourself in under four sentences. Congratulations.

      --
      The theory of relativity doesn't work right in Arkansas.
    3. Re:They're used... by Anonymous Coward · · Score: 0

      They help the Google ranking, but they are not what Google bombing referrs to.

    4. Re:They're used... by NineNine · · Score: 0

      You can't "bomb" google with meta tags. They don't help that much. But they DO help a little bit. I've seen pages in which I forgot to change the meta tags after a copy/paste come up based on those meta tags. But, my point is that link popularity is MUCH more important to Google, as it should be.

    5. Re:They're used... by User+956 · · Score: 2

      They help the Google ranking, but they are not what Google bombing referrs [sic] to.

      Google bombing is a concerted effort by a number of sites to increase the ranking of a desired page for specified search terms. Meta tags "help" in that process, as you put it. They are related.

      --
      The theory of relativity doesn't work right in Arkansas.
    6. Re:They're used... by leviramsey · · Score: 1
      So which is it? They have "nothing to do with" Google bombing, or they "do help"? You've managed to contradict yourself in under four sentences. Congratulations.

      Retard.

      Google Bombing refers only to abusing links to get a higher pagerank in Google. As meta tags have nothing to do with <a href>'s, they have nothing to do with Google Bombing.

      However, meta tag spamming does have a slight effect on pagerank, as Google does take meta tags into account.

  10. Metatags by Anonymous Coward · · Score: 0

    Yes, I use them on pages I want crawled. However I do not put much effort into them. I just give a few keywords. I don't try putting every word under the sun in them like the porn sites do.

  11. Suggested meta tags by Anonymous Coward · · Score: 5, Funny


    <meta name="will_be_shutdown_by_the_riaa" value="">
    <meta name="contains_drm_technology" value="">
    <meta name="capable_of_withstanding_slashdot_effect" value="">
    <meta name="viewable_with_browser_other_than_IE" value="">
    <meta name="uses_extremely_irritating_blink_tag" value="">
    <meta name="requires_irritating_to_install_plugin" value="">

    1. Re:Suggested meta tags by Anonymous Coward · · Score: 0

      Um, the blink tag doesn't even work anymore.

    2. Re:Suggested meta tags by Anonymous Coward · · Score: 0



      It's CONTENT dammit, not value!

    3. Re:Suggested meta tags by sconeu · · Score: 2
      --
      General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
    4. Re:Suggested meta tags by lou2112 · · Score: 1

      hey those aren't xhtml compliant!

    5. Re:Suggested meta tags by Cybrr · · Score: 1

      It does in Mozilla.

      --
      Why did GEAR crush RDP?
    6. Re:Suggested meta tags by wilhelm · · Score: 1

      There used to be (like back in the 3.x days, and maybe into 4.x) a setting in the Netscape X11 app-defaults file which allowed you to turn off the blink tag. Now of course Moz uses a widget set which doesn't have the app-defaults file, so we're all just sucking wind.

      Hey wait, the Moz developers (developers developers...) gave us a setting to turn off popups, but they didn't give us one to turn off blink? What gives?

    7. Re:Suggested meta tags by Ark42 · · Score: 1

      Go to your profile directory and look again (C:\Documents and Settings\MYUSERNAME\Application Data\Mozilla\Profiles\default\RANDOM.slt\chrome)

      There is a file there called userContent-example.css with a commented out example:
      blink { text-decoration: none ! important; }

      Just uncomment it out and rename the file to just userContent.css

    8. Re:Suggested meta tags by RKloti · · Score: 1


      <meta name="All links are 404s" value="True">
      <meta name="Tasteless excuse for a design" value="True">
      <meta name="Worthwhile content" content="False">

  12. Gone off the deep end. by los+furtive · · Score: 3, Insightful

    Just because some people exploit them doesn't mean they aren't relevent. They are still an important ingredient of HTML soup.

    --

    I'm a writer, a poet, a genius, I know it. I don't buy software, I grow it.

    1. Re:Gone off the deep end. by roukounas · · Score: 1
      Just because some people exploit them doesn't mean they aren't relevent. They are still an important ingredient of HTML soup.

      I will have to agree with the parent.Metadata, in general, are necessary if you want to figure out what your data is all about. Unless you have self-describing data (which is something that XML promises to do), you have to deal with metadata as well. So, until everybody publishes their data in XML (and use XSLT to draw them on a browser), I believe that metatags have a value.

    2. Re:Gone off the deep end. by Anonymous Coward · · Score: 0

      Just because some people exploit them doesn't mean they aren't relevent. They are still an important ingredient of HTML soup.

      Actually, the article says they're irrelevent because only one search engine looks at them, and it gives them low priority in the ranking anyway.

      It's data that nobody uses, and it's wasting bandwidth. I'd say it's pretty useless.

  13. My boss makes me use them by aikon29 · · Score: 1

    Though I've never used them on a single one of my sites in the past few years, my boss still insists that I place them on every page that I create so that search engine rankings will go up.

  14. still useful by prostoalex · · Score: 1

    Meta tags will still be around for mahy of us building the site searching solutions that include the meta tags.

    Overall, it was more an honors system than effective solution for large search engines. The system was easy to trick and abuse, and hence new algorithms. When writing a search mechanism for a small site, it's sometimes easier to base it on metatags assuming all pages have them.

  15. Comment removed by account_deleted · · Score: 0

    Comment removed based on user account deletion

  16. Refresh is evil by crow · · Score: 2

    In most cases, refresh seems to be used by sites to get more advertising hits. I find it obnoxious when I leave a page open and it reloads just so that it can show me a new ad. Sure, for news sites the headlines might change, but if I want to see the latest headlines, I have a reload button.

    Are there any legitimate uses of refresh?

    1. Re:Refresh is evil by Anonymous+Cowrad · · Score: 1

      Sites like VersionTracker that are updated very frequently use refreshes. It's pretty handy.

      I don't think the fact that you can always hit the reload button delegitimizes http refreshes.

      --

      --
      pants ahoy
    2. Re:Refresh is evil by Anonymous Coward · · Score: 0

      Well, pages displaying webcams often use them.
      Personally, I find that preferrable to other ways people use to force refreshes of images (javascript, java applets, shockwave etc...)

    3. Re:Refresh is evil by damiam · · Score: 1

      Webcams.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    4. Re:Refresh is evil by StuffYourReligion · · Score: 1

      Well, as with many useful things, meta refresh can be abused.

      My most recent use for itis with my webcam. But in my effort not to be evil, if the image hasn't changed in an hour I remove the meta tag from the page (it's a PHP page so it's "smart"). No sense in filling up my server log when people leave the page open.

      Evil? I don't think so.

      And when I was working for a computer store in Italy (run by Scientologists), I used meta redirect tag to refer users from some site of theirs to the main Italian Scientology site.

      Evil? Definitely! Sorry, world.

      www.xenu.net: learn the truth about Scientology.

      --
      I have no special gift, I am only passionately curious. --Albert Einstein
    5. Re:Refresh is evil by Tablizer · · Score: 3, Informative

      Are there any legitimate uses of [auto] refresh?

      Stock updates, auction standings, currency rate monitoring, remote alarms, ASCII football, slashdot karma ratings, etc.

    6. Re:Refresh is evil by Louis_Wu · · Score: 1
      Are there any legitimate uses of refresh?

      I think that there are a few uses.

      • If you are in the middle of redesigning your personal website, you might replace the front page with a 'splash page' which http-refreshes to the fresh content, nested deep within the site.
      • A stock-tracking site wants to have the freshest possible data on-screen, so refresh seems appropriate.
      • Refresh is also appropriate for site redesigns which change page addresses, redirect the browser to the correct page.
      Not many legitimate uses of refresh, but a few exist.
    7. Re:Refresh is evil by PhilipMatarese · · Score: 1

      espn scores pages use it as a low-tech solution for refreshing scores.

    8. Re:Refresh is evil by Anonymous Coward · · Score: 0
      I don't think the fact that you can always hit the reload button delegitimizes http refreshes.

      sure it does. just like you can always type in a full uri in the location bar so we really don't need a tags.

    9. Re:Refresh is evil by rob_from_ca · · Score: 2

      The problem with using refreshes for missing or moved ocntent is precisely because it's transparent to the user. They aren't necessarily aware that the content is even moved, so the bookmark has no chance of getting changed, and you'll have to maintain those pages forever. Far better to 1) have a scheme to keep the URL's working (ideal), or 2) apoligize to the user for ruining their web experience and tell them were to find the new stuff, but don't redirect them automatically. That way they're aware that things have changed and have a (albiet slim) chance of updating their bookmark.

      One other good use of refresh is when performing a long transaction to display a "please wait" type screen that updates the user as to progress.

    10. Re:Refresh is evil by FredMcGriff · · Score: 1

      google news uses it to keep headlines up to date...oh no, have they switched to the darkside????

    11. Re:Refresh is evil by Louis_Wu · · Score: 1

      Good point about informing the user of the address change. I was assuming that the original target page would be replaced by some dummy page which said "Sorry, we've moved." and had a redirect happen after five seconds.

    12. Re:Refresh is evil by tcr · · Score: 2

      An instant refresh (

      --


      Information wants to be beer.
    13. Re:Refresh is evil by metalpet · · Score: 1

      People who need to redirect you to another page, and that don't have acccess to the server to do things right (location header), can still use the following:

      <script>
      location.replace("http://new.location/ blah");
      </script>

      This will prevent clogging the browser's history and breaking the back button behavior.
      Combine that with a plain link for the paranoid/javascript impaired, and you got a pretty good replacement for a refresh 0;URL= thingy.

    14. Re:Refresh is evil by stephenbooth · · Score: 2
      Are there any legitimate uses of refresh?

      I mainly use it if I've moved a page for some reason. Replace the page with one pointing to the new location with an auto redirect (put a clickable link on the page as well) so that way if someone's using an old bookmark, I forget to change a link on another page or the page has been indexed people can still reach the page and won't get a 404 error.

      Stephen

      --
      "Don't write down to your readers, the only people less intelligent than you can't read" - Sign on Newspaper Office Wall
    15. Re:Refresh is evil by badzilla · · Score: 1

      Meta refresh is DEFINITELY evil because you cannot be sure that the browser will support it - if it doesn't, then the user just sees a blank page. And don't assume this just means old or PDA browsers, I always disable meta refresh deliberately to help avoid ever being unwantedly redirected into pr0n site pop-up window hell.

      Send the browser a 302 header instead.

      --
      "Don't belong. Never join. Think for yourself. Peace." V.Stone, Microsoft Corporation
    16. Re:Refresh is evil by tcr · · Score: 2

      Exactly, although I'd normally write it as :

      self.location.href="http://new.location/blah";
      or
      window.location.href="http://new.location/blah";

      --


      Information wants to be beer.
    17. Re:Refresh is evil by stephenbooth · · Score: 2

      Hence also putting the link on the page, along with some text explaining that the page has moved. That way people who's browser does support META refresh and haven't disabled it get automatically redirected, if the browser doesn't support or they have disabled META refresh then they can click the link.



      I have yet to come accross a way to send a 302 header when you do not control the web server set up because you're using an account on someone else's server. If you are aware of a way to do this, that will work without any special server setups (remember, I have no control over the server and can only upload files) or CGI scripting, then please tell me as I'd love to know. I am currently in the process of migrating my site from Demon to my own domain that is hosted on Warped.com so I'd love to know.



      Stephen

      --
      "Don't write down to your readers, the only people less intelligent than you can't read" - Sign on Newspaper Office Wall
    18. Re:Refresh is evil by ille_pugil · · Score: 1

      my midi jukebox uses refresh, but to most people its useless. :)

      --
      This message brought to you by: 0xf00fc7c8
    19. Re:Refresh is evil by smyle · · Score: 1

      MRTG. Need I say more?

      --

      Sleep is just a poor substitute for caffeine, anyway. -Bob Lehmann

    20. Re:Refresh is evil by wilhelm · · Score: 1

      If demon is using apache, and if they have mod_asis set up (it's in the default apache module set, IIRC), you can use as-is files. Check this page for docs on the module. Looks like it'll probably work for what you want.

    21. Re:Refresh is evil by metalpet · · Score: 1

      using location= or location.href= generates a new entry in your history. using location.replace() doesn't.

      not exactly well known, but a lot of site really could use something like it.

  17. Of course. by drhairston · · Score: 2, Informative

    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
    1. Re:Of course. by Anonymous Coward · · Score: 2, Informative

      you mean Berners-Lee.

      for others:
      http://www.w3.org/People/Berners-Lee/

  18. sure .. by Anonymous Coward · · Score: 0

    yes i use them. on my site i even made a routine that extracts keywords from the content of my pages (news, articles, software download, etc. out of database) and puts it in the keywords meta tag. i'm optimistic they're useful in at least some matters.

    well, the only reason not to use is them is to avoid traffic by reducing the pagesize. makes a view hundred bytes saved per pageview .. hmmmm

  19. I never meta tag I didn't like.... er.... by Shadestalker · · Score: 1

    The second article linked states: `Without good countermeasures (like discriminating, smart, customizable research tools and search indexes), the Internet would be like "two billion channels and nothing on."` Which web have they been browsing, anyway?

  20. used them all the time at the dotcom i worked at by Anonymous Coward · · Score: 1, Interesting

    we weren't trying to spoof search engines, but rather feeding them into our own search engine (a licensed copy of altavista), and using them to have a correct synopsis and ranking.

    of course, other search engines ignored them, and quite often we used custom tags, but when working with 3rd party software, they were (and are, since the dotcom still somewhat exists) a godsend.

  21. Comparing Content by bottlerocket · · Score: 1

    I believe that some search engines look to see if keywords in your META tags are repeated in the content, and increase your page's ranking if they are. I'm sure it's not as advanced as engine's like Google's methods, but not everyone uses Google for their searches and META tags only add a few bytes to the code....

    --
    where the comment ends and sig begins
  22. I use meta tags for a robots.txt replacement by wayne · · Score: 1
    I use the NOINDEX and NOFOLLOW meta tags quite a bit in order to restrict robots and search engines from searching dynamic or duplicate content.

    I sure wish robots.txt allowed wildcards or regular expressions.

    --
    SPF support for most open source mail servers can be found at libspf2.
  23. Still valuable on intranets by dbj · · Score: 3, Insightful

    Within a corporation, having meta-tags can greatly enhance the ability to search internal documents.

  24. There's no point to them anymore by SexyKellyOsbourne · · Score: 0, Troll

    There's no point to keywords anymore, since with sellout searching, you mostly get results based on the highest bidder, not the most relevant information.

    As far as anything else goes, metatags for search engines have been so abused for years as to be deserve extermination.

    1. Re:There's no point to them anymore by Lxy · · Score: 2

      Dude, you have issues.

      Google hasn't sold out. They sell ad space, but it doesn't affect the ranking. That's not selling out. Altavista sold out, I'm still pissed at them.

      --

      There is no reasonable defense against an idiot with an agenda
      :wq
    2. Re:There's no point to them anymore by Eldrik · · Score: 1

      Altavista doesn't sell higher rankings either.

  25. My companies website by Anonymous Coward · · Score: 0

    My boss was hounding me about getting our site listed higher with the search engines. I submitted a link to our site in various free web based business directories, and added it to the open directory project [dmoz.org]. After a couples weeks we were being returned 3 or 4 from the top. The site contains no meta tags

    1. Re:My companies website by issachar · · Score: 1
      so what are the names of these business directories?

      --
      . --- If you're looking for free e-mail you won't find it here! http://www.noemailhere.com
  26. Intranet sites by vtlidl · · Score: 2, Insightful

    I still use them on a handful of client intranet sites where I only want to search for the values of the metatags, not the content page.

    For example if have an intranet site with thousands of ducments about various hardware compements. All of the hardware has a part number and all documents pertaining to that hardware have the part number in the metatags.

  27. stress and time by jlv · · Score: 2, Troll
    From the article on SearchEngineReport
    The stress and time involved in trying to craft a tag was not worth it
    Stress and time to type <meta name="...">?
    1. Re:stress and time by omega_cubed · · Score: 1
      Wondering about that too... but read on. He does have a point. The stress and time he is referring to is not typing just typing the tag, but coming up with a tag that will attract attention without having to use every possibly synonym of pr0n you can think of.
      It's always been a confusing issue for site owners. Should I use commas between words in the tag or not? How many times can I repeat a word on the page without getting banned? If I don't list a term in the tag, does that mean my page won't show up?

      More importantly, is that hardly anyone care anymore about the meta tags:
      "The meta keywords value is just one of many factors in our ranking equation, and we've never given too much weight to it. That said, we will continue to use it as long as our relevance modeling shows that it adds value," said Ken Norton, director of product marketing for Inktomi's web search division.

      The more I think about it, the more the point shows. For our personal web pages, do we really care that it will pop up in Altavista in the top 10? I wouldn't think my machine can handle the traffic if it did.

      As for refreshing pages that some brought up... the article seems to be more concerned about the meta keyword tag, which I see as an unnecessary evil when creating webpages. (Comm'on, do you really need more content in the meta keywords than in what the audience is actually going to read?) Plus, with Google becoming the tool of many a common geek/geek-wannabe's, and which does not use the meta keywords for ranking sites, what's the point? I dropped the meta keywords from my site a few months back, and the rankings didn't drop in any search engine I would use. And I did gain about 4 more kilobytes of space on my harddrive... (don't diss my kilobytes,yo q= ).

      And come to think about it, I am pretty sure the reason that pr0n sites still uses meta keywords is that the dedicated searching engines of the genus pr0n-finder still uses it. Anyone care to verify that?

      W
      --
      So my smileys are the wrong way around, wanna take it outside?
      --
      Engineers also speak PDE, only in a different dialect.
    2. Re:stress and time by Anonymous Coward · · Score: 0

      This quote is kind of funny in that article:

      "I'm certainly not crying over the decline of the meta keywords tag. It's always been a confusing issue for site owners.... How many times can I repeat a word on the page without getting banned?..."

      Guess what? If you sat around wondering how many times you can repeat a word in the keyword tag without getting banned, then you were part of the problem. For people with common sense and integrity, the answer is easy. One.

  28. what about the w3c ? by stud9920 · · Score: 4, Informative
    Does anyone (except porn sites) actually use them anymore ?
    What about the w3c ? To be fully compliant, with no warning whatsoever, with html 4.01 transitional, I had to add this line to my pages :

    <META http-equiv="Content-Type" Content="text/html; charset=us-ascii">

    But I guess that slashcode is not the w3c 's best friend
    1. Re:what about the w3c ? by Anonymous Coward · · Score: 0
    2. Re:what about the w3c ? by stud9920 · · Score: 1

      well yes technically slashcode.com and slashdot.org generate pretty much the same html, but on slashdot.org they won't even admit they use suboptimal html so they blocked w3c's access to the site...

    3. Re:what about the w3c ? by Frank+Grimes · · Score: 1

      You can also change a setting for httpd. But that requires some tinkering. If you are writing a cgi script, you can have it print that line at the beginning and skip the meta tag.

      --
      CfkRAp1041vYQVbFY1aIwA== RV/hBCLKKcSTP5UFK3kqsg==
    4. Re:what about the w3c ? by operagost · · Score: 1

      Also, apparently 4.0 transitional (which I thought was an older, frozen standard) suddenly doesn't allow the use of the unterminated paragraph tag. Hey, I read the docs, it's deprecated but still supported. Suddenly I have to use the terminated version, or change them all to two page break tags! grrr ...

      --

      Gamingmuseum.com: Give your 3D accelerator a rest.
    5. Re:what about the w3c ? by Chris+Pimlott · · Score: 2

      Normally, your web server should spit out the proper information about the content-type. Putting in the document isn't required, but it's useful if your document is retrieved in such a way that the source doesn't give the information (i.e., if you are validating the document via form upload).

    6. Re:what about the w3c ? by Snover · · Score: 1
      Apparently not:

      I got the following unexpected response when trying to retrieve http://www.slashdot.org:
      403 Forbidden

      Please make sure you have entered the URI correctly.
      --

      [insert witty comment here]
  29. Canadian Federal Government by Anonymous Coward · · Score: 1, Interesting

    The Canadian Federal Government is in the process of sinking millions of dollars of taxpayers' money in what they're calling the "Common Look and Feel Project". One of the biggest money-pits in the project has been the metatagging. Amusingly,the standard they're pushing has changed mid-stream often enough that very few federal employees know what their target is. (Kind of a microcosm of what's happened on the Internet as a whole...)

    1. Re:Canadian Federal Government by schon · · Score: 2

      The Canadian Federal Government is in the process of sinking millions of dollars of taxpayers' money in what they're calling the "Common Look and Feel Project".

      Link, please?

      As a Canadian, I'd like to know where my money is being wasted.

    2. Re:Canadian Federal Government by Drakkar · · Score: 1

      Here's a link.

      I'm working on changing all those metatags on our website. Hell I tell you, nobody know what's going on.

  30. they still serve a useful purpose to me, the user by NotAnotherReboot · · Score: 2

    Sometimes I get an urge to see every word in the English language and find oddballs. Luckily some sites include every single word in the language in their meta-tags. I simply go to view source and begin my adventure. :o

  31. I do by Karamchand · · Score: 1

    ..just in case sometime I want to put them into an own "private" index. I guess I would not have Googles cool algorithms therefor I have to (and can, since I am the author of the pages) rely on meta info.

  32. not all meta tags by self+assembled+struc · · Score: 4, Informative

    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.

    1. Re:not all meta tags by Roblimo · · Score: 2

      Accurate title metatags on as many pages on your site as possible make it easier for users to bookmark those pages, too.

      - Robin

  33. mistaken by hahnar · · Score: 1

    The poster seems to be fogetting that meta tags have aa greater span of use than simply for search engines. For example refreshes and redirects. Also, theres nohing wrong with using them. As a developer, i normally add them in my sites. My reasoning is that since it can only help and make ure listting more specific, why not?

    --
    what happened to spell check? please decode the above comment to your best ability.
  34. At the bottom of the page.. sigh.. by XaXXon · · Score: 4, Funny


    Special Offer: Are you targeting the right keywords?
    How do you know if people are searching on your keywords? Use WordTracker, and you'll get inside information on what people are really searching for. With this top secret information, you can optimize your site the right way the first time and see immediate results!


    This was the ad at the bottom of the page.. Ironic, no? Maybe even a little hypocritical? Sigh..

  35. No discussion on Meta Tags is complete without... by Carnage4Life · · Score: 5, Informative

    ... a reference to the awesome Meta Crap article which highlights very clearly the problems with relying on <META> tags for useful information.

  36. Once for redirects... Still for Smart Tags by Dr.+Transparent · · Score: 4, Informative

    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" />

    1. Re:Once for redirects... Still for Smart Tags by Anonymous Coward · · Score: 0
      "That said there is one meta tag that we all need: <meta name="MSSmartTagsPreventParsing" content="true" /> "

      mod parent up!

    2. Re:Once for redirects... Still for Smart Tags by ChristTrekker · · Score: 1
      <meta name="MSSmartTagsPreventParsing" content="true" />

      I'd rather reroute IE to opera.no (or whatever alternative browser site) via mod_rewrite or whatever. This tag is an yet another MS abomination. I shouldn't have to add a non-standard tag to my page in order to prevent their theft of my content. Opera's Hotclick feature is much less invasive.

    3. Re:Once for redirects... Still for Smart Tags by Dr.+Transparent · · Score: 2

      I wholeheartedly agree with you. Yet in a time when most of your customers use IE, and this tag appears to work for now, what can you do besides encourage your users to use other browsers? More rhetorical of a question I suppose.

    4. Re:Once for redirects... Still for Smart Tags by blibbleblobble · · Score: 2

      "Yet in a time when most of your customers use IE, and this tag appears to work for now, what can you do besides encourage your users to use other browsers?"

      You're lucky that internet explorer allows your mozilla-reccomendation to be displayed, let alone allows you to link to mozilla.org.

      Sad but true.

    5. Re:Once for redirects... Still for Smart Tags by Anonymous Coward · · Score: 0

      Why the fuck to people still care about smart tags? They were only in a beta of IE6, and off by default too.

    6. Re:Once for redirects... Still for Smart Tags by Anonymous Coward · · Score: 0

      Repeat after me: "Illegal restraint of trade"

  37. Heavens Gate Still Does by ackthpt · · Score: 1

    Back when Marshall Applewhite and all the other loopy web developers in Rancho Santa Fe, California, put on their Nikes and sweats and dined on chocolate pudding, I was able to get the Heavens Gate webpage, View Source (in Netscape) revealed a lot of meta keywords, I see they still use them.

    --

    A feeling of having made the same mistake before: Deja Foobar
  38. Off-page factors by deepchasm · · Score: 1

    Today, some search engines still look at metatags, but increasingly they put much more emphasis on both visible text on the page and "off-page factors" (popularity, linking structure of the Internet, etc.) to measure page relevance.

    Ok, so the linking structure can help - if the page is linked to other pages which also feature my search terms then it is probably a collection of relevant, in-depth information.

    But popularity?!?

    I don't care if I'm the only person in the world who knows that this page exists - if it has the content I'm looking for then I want to see it.

  39. Intranet/Site Search... by Traicovn · · Score: 2

    When we were looking at new search engines for the campus internet here at the University there were times I wished that we were able to use meta tags to weigh results. Unfortunately the implementation would have been a nightmare we decided. They make sense on a small site possibly, less than 100,000 pages, where there are only a few departments designing and building websites, but to come up with and implement the proper meta tags for each department to use (and knowing that people still probably would not use them correctly) would have been a nightmare. (We have somewhere around 1.5 million pages at last estimate)

    Basically what I'm saying is Meta-tags are only useful if they have actual relevance, and really are only useful for companies that are trying to design their own intranet and sitelevel extranet search engines.

    --

    [Something witty and intelligent should have appeared here.]
    {Traicovn}
  40. Metatags still useful by ChaosDiscord · · Score: 5, Insightful

    Metatags are still useful, just less so on the public internet. Like all information retrieved from the public internet, metatag keyword and description information must be considered suspect. It's useless for search engines that index arbitrary pages. So what good is metatag information? At the very least, local site searching. If you add a simple search engine to your web site, the keyword and description information is very likely to be valid (after all, it's your site). It's also useful for external sites that might index you specifically. For example, when Google decides to index the University of Wisconsin at Madison web sites, the metadata information isn't perfect, but relatively trustworthy.

    I also wish that Google would show the page's metatag description in addition to the text in the displayed page. Sure, you need to also show the displayed page matches to help quickly identify liars, but Google could easily show the description as well. For many sites the description is an excellent summary useful for filtering out bad hits.

    1. Re:Metatags still useful by leviramsey · · Score: 3, Informative

      Uh Google already shows the meta description in their search results.

    2. Re:Metatags still useful by searchtools · · Score: 1

      Nope, Google shows a "snippet" of text surrounding the matched words in almost all cases.

      The only time they don't is when there are no matched words on the page. That can happen when they match on anchor text pointing to the page, or when the page is empty because it's Flash or a full-text graphic or something equally icky. In that case, Google will default to the description tag.

      Avi

    3. Re:Metatags still useful by leviramsey · · Score: 2

      My bad... When Google shows the description for a page, they use the description from Open Directory (which is arguably more reliable than the meta tags).

    4. Re:Metatags still useful by Thoughts+In+Chaos · · Score: 1

      By your logic, "BSD" isn't anywhere on FreeBSD.org or OpenBSD.org if it shows the description.

    5. Re:Metatags still useful by MikeFM · · Score: 2

      The obvious question is how are meta tags any less suspect than any other part of a web site? I've seen many sites that add extra text, links, etc in just to have them grabbed by search engines.

      The best approach to using metatags is to allow users of your search engine to add their own keywords and vote on how appropiate each keyword is for that page. That way new keywords get linked in and bad ones removed but you cans till ue the metatags as an initial data set. Regardless of all your fancy technical tricks users still provide the best information.

      --
      At what price learning? At what cost wisdom? The price is a man's peace of mind, and the cost is his life.
    6. Re:Metatags still useful by Anonymous Coward · · Score: 0

      Fuck you, Eric Krout.

    7. Re:Metatags still useful by Anonymous Coward · · Score: 0

      Fuck you, Eric Krout!

  41. I think they're quite handy for rankings. by wwwssabbsdotcom · · Score: 1

    I still use them, although I only use it for my own personal web pages. If helping someone else to build their own site, I would recommend to use the META tags for keywords.

    --
    Relive the BBS Past - One Byte at a Time! www.ssabbs.com
  42. did I miss the slashdot story about Redhat 8.0? by dcstimm · · Score: 0, Offtopic

    did I miss the slashdot story about Redhat 8.0? I guess so!

  43. does anyone still use meta-tags? by dutky · · Score: 2

    Yes. Next question?

  44. Cynic? by The+Bungi · · Score: 2

    It seems a little cynical that at the end of the first article at Traffick.com there's an advertisement for 'Wordtracker', which supposedly will make you RICH if you just fork over a few bucks and let them show YOU how using the right keywords will make you RICH. Did I mention they'll make you RICH?

  45. The Onion does. by nule.org · · Score: 4, Funny
    Everyone's favorite news site (after /. of course), The Onion still uses the meta keyword tag. Of course, I don't know that a person searching for "God", "Christ" and "monkey" would exactly be expecting to land there.

    But then I don't know where exactly the would be expecting to land...

    1. Re:The Onion does. by Anonymous Coward · · Score: 0

      Everyone's favorite news site (after /. of course), The Onion [theonion.com] still uses the meta keyword tag. Of course, I don't know that a person searching for "God", "Christ" and "monkey" would exactly be expecting to land there.

      When I'm searching for all of the above, I damn well better end up at a page like the Onion.

    2. Re:The Onion does. by 5alligator · · Score: 1

      well, i just did, and yes, a creationist site was in the top five. more germaine to the topic: i didn't see the onion on the first two result pages.

    3. Re:The Onion does. by 5alligator · · Score: 1

      s/germaine/germane/g

  46. My FanFiction uses them by E-Rock-23 · · Score: 1

    Well, one of my stories, anyway. I used a grand total of 6 metatags in my index header. When I submitted it to AltaVista, I found that three of them turned my page up number one on the results list. The other three put me in the top 10 results easy. That's the one and only time I've ever used a metatag. The result? Well, I can't really say that all of the nearly 100,000 hits I've gotten this past year has come from that search engine (I also had a listing on the Anime Web Turnpikefor a time), but since my other listings have been removed, I can safely say that it hasn't hurt my counter stats at all.

    Pr0n mongers aren't the only ones who have used them successfully. Of course, they're targeting a 'niche' audience (a big one), and I'm targeting a smaller one. But hey, beggers can't be choosers, right? I never expected to see my counter get anywhere close to 100,000 in the short time it has, and I can partially thank metatags for that result.

    --
    Blog Prophyts - Right On, Man
  47. redirects/refreshes still work by phorm · · Score: 2

    The article deals with knocking metas out of search engine criteria, not as removing them from web-browsers. Your refresh and redirect metas should still happily work (or not) as usual.

  48. I like to. by Anonymous Coward · · Score: 0

    I like to put key words like "barney and friends", "sesame street", "pokemon", "robots", and "digimon" in my meta tags so little kids will see my porn pics. :)

  49. /. bombing? by Anonymous Coward · · Score: 1, Funny

    <meta name="moderation totals" content="+5, +5, +5, +5, +5, +5">

    pay no mind to this post inexplicably up here at the top of the page

  50. Internal Searches by PhilipMatarese · · Score: 1

    I realize that this was mostly talking about search engines, but that isn't the only use for meta-tags.

    At the last company I worked for, we implemented a search within our website function, and meta tags helped out a lot.

    The only problem we had was when somebody tagged a document wrong. But, on a closed system like our website, we could fix the documents with incorrect tags, and we didn't have to worry about malicious abuse of tags.

    But I do agree that tagged data on Internet searches is junk. Google's system is definitely the way to do Internet ranking.

  51. Re:Ashes to ashes, dust to dust... by Anonymous Coward · · Score: 0

    Google!

  52. Legitimate uses for Keywords meta tag by Vadim+Makarov · · Score: 3, Insightful
    Too bad search engines are dropping them altogether. Keywords tag used to be an appropriate place to put misspellings, alternative and supplementary terms that should not appear as a visible text on the page.

    Without keywords tag, you are left with e.g. this solution (scroll down to the bottom of the page). Not pretty, but search-engine compliant, huh?

    Perhaps a better way would be to index these tags with low priority, as some search engines still do. This way, the keywords would only matter if there aren't many other pages with them (misspellings and rare terms), or in conjunction with visible text (variants and attributes). Well, a search engine can check misspelling of common words, but not rare terms and proper names. Both ways, the tags would be hard to abuse while useful in certain searches.

    The laziness is working against this (why bother with something which is not visible on the page?), but without meta tags the Web is becoming dummier, in a way. Hope the search engines will master technology to replace them, but it's not quite there yet!

    --
    17779 eligible voters in a district, 17779 'vote' as one. This is Russia.
    1. Re:Legitimate uses for Keywords meta tag by Tablizer · · Score: 2

      Without keywords tag, you are left with e.g. this solution [useit.com] (scroll down to the bottom of the page). Not pretty, but search-engine compliant, huh?

      Sometimes people do something similar using white text or text the same color as the background.

      BTW, why did the "King of Usability" put a boat-load of white space at the bottom? That will just confuse people who scroll down. He comes off looking like a hypocrite.

    2. Re:Legitimate uses for Keywords meta tag by cpt+kangarooski · · Score: 2

      Actually that can be useful -- provided that it is done properly!

      NewsWatcher, a MacOS Usenet reader did that. The idea was this: when you are reading text, and scroll down to the next screen of text, it's best if you know that you want to begin reading from the top of the screen. You do not have to hunt around for where you left off.

      However, if the window stops at the end of the text, the last screen of text will typically require you to look for where you left off reading somewhere in the middle.

      If the program can display a variable amount of blank space at the bottom of the screen so that the line you want to continue from is pinned to the top, then the problem is solved.

      (this is vaguely akin to how in books there will be white space left on a page if it isn't completely taken up by text)

      BBEdit _tried_ to do something similar, but fucked it up because they always put a fixed amount of white space in, and that turned out to just be annoying. The white space should be variable, and be resized constantly depending on how much is needed.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    3. Re:Legitimate uses for Keywords meta tag by Anonymous Coward · · Score: 0

      If you don't like the way your user agent scrolls, the obvious answer is to fix your user agent rather than expect meaningless content to appear in every HTML document on the planet.

    4. Re:Legitimate uses for Keywords meta tag by cpt+kangarooski · · Score: 1

      I know. And at any rate, changing the page doesn't properly address the problem.

      All I was saying was that there are sometimes uses for seemingly useless white space.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    5. Re:Legitimate uses for Keywords meta tag by Vadim+Makarov · · Score: 1
      Sometimes people do something similar using white text or text the same color as the background.

      This is probably detected as spamming by the search engines. White and/or tiny text has been the pr0n way to boost ranking. You can't count on every search engine to correctly recognize it and index the white text with low priority, instead of ignoring it or, worse yet, firing your entire site from the index.

      --
      17779 eligible voters in a district, 17779 'vote' as one. This is Russia.
    6. Re:Legitimate uses for Keywords meta tag by Tablizer · · Score: 2

      This is probably detected as spamming by the search engines.

      What about text that is the same color as the background, but not a white background? (For example, inside a navigation bar.) Yes, you can try to program around such in search engines, but it just becomes a cat-and-mouse game being that there are complicated ways to set background and text colors.

    7. Re:Legitimate uses for Keywords meta tag by Tablizer · · Score: 1

      (* All I was saying was that there are sometimes uses for seemingly useless white space. *)

      Well, it appears that *most* users don't find any use for it and are otherwise baffled by it. Besides, your suggestion seems to be tying it to a specific browser brand.

    8. Re:Legitimate uses for Keywords meta tag by ynohoo · · Score: 1

      yeah, kinda brain-dead on the white space. Why not just cange the font color to be the same as the background instead?

    9. Re:Legitimate uses for Keywords meta tag by cpt+kangarooski · · Score: 1

      Well, I was also baffled by it for a very long time until I realized the reason for it. I'm not sure that the purpose of UI features needs to be evident to the intended audience in order for them to be worth having. There's a lot of subtle factors in most good UIs that make them good but aren't explained to users. (if only because it could get to be silly overkill -- telling developers is a good thing, OTOH)

      Anyway, yeah, it's totally something that needs to be done by a browser (or whatnot). So? What's wrong with suggesting browser features?

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
  53. meta name="Description" content="stuff" by __aanonl8035 · · Score: 2

    I have found that quite a few search
    engines take the description meta tag
    and list it next to the search results.
    dogpile for one does this

  54. Metatags are not dead. by Anonymous Coward · · Score: 0

    Metatags for keywords and description are still being read by google and most other engines. Meta description is used to describe sites, and meta keywords are [mostly] used to weed out keyword stuffers.

    All html code is read by engines, and all code is weighted. What changes between updates and algo's is the internal weighting of tags and code. So while meta description isn't worth what is once was, it's still being counted.

    Filling out and making a complete html page, *including* *appropriate* metadata, is still the most important task of the webmaster, especially one that wants to rank high in with the bots.

    Next they'll be saying that "img alt"-tags are dead too. Og wait, they did. To weeks later we got http://images.google.com/ [which does nothing but read alt tags and file names]

    penhead

  55. Synonyms by Tablizer · · Score: 5, Interesting

    IMO what metatags are good for is supplying synonyms that you don't want to have to put into your text.

    For example, a webpage might be about "OOP Criticism". However, searchers may not think to use the word "criticism", and instead look for "OOP complaints", "OOP skeptics", etc.

    "OOP criticism" and "OOP skepticism" are pretty closely related. But text indexing or link indexing probably would not be able to make the connection.

    Thus, they have legit uses IMO. Sure, they are abused, just like any other technology, including word indexing an link tracing.

    A search engine should use *multiple* approaches IMO. Better yet, allow one to select the weights of each one for a given search. Have drop-down boxes with numbers from 0 to 9 on which to select the weightings given to links, text, and metatags.

    1. Re:Synonyms by Anonymous Coward · · Score: 0

      You forgot "OOP sucks". (Just an example people, I don't want to start a flamewar......today)

  56. Automatically generated keywords by ewg · · Score: 1

    I use keywords pulled from a database. All germane to the content of the page.

    --
    org.slashdot.post.SignatureNotFoundException: ewg
  57. I live under a rock by c4tp · · Score: 1

    So what's all this Google stuff everybody's talking about?

    1. Re:I live under a rock by AsparagusChallenge · · Score: 1

      When did you move from under the bridge? :)

    2. Re:I live under a rock by c4tp · · Score: 1

      There's a big difference between being a troll and being an idiot. That fine line lies somewhere to the right of me.

      ...or is it to the left? :)

  58. Uh, are they only used for search engines? by Anthony+Boyd · · Score: 3, Interesting

    I guess if the only value you see to these tags is as a way to manipulate the search engine results, then yeah, maybe a case could be made to do away with them. But meta tags can be used for a whole lot more -- other people mentioned using them to refresh or redirect pages, but there are other goodies too. For example, I encourage my developers to drop this onto each page: "name='developer' content='Employee Name'" -- it's an ego stroke for developers to be able to show that off to their friends. Also, the copyright can be put into a meta tag. Why? Because it isn't visual, so all the clueless newbies who copy the site with a GUI tool will fail to remove that tag. We catch a few people that way, although only the most stupid.

    For a while, at Borland, I had a pretty low-end (but working) content-management system, where I put an expiration date into a meta tag along with an author name, and then had a Perl script that flagged any out of date file and emailed the author. This was brute-force Perl recursing through the htdocs folder and reading in each file, so it wasn't database-backed, but in 1995 my boss thought it was hot. Nowadays there are better ways to do most everything, and meta tags are not required for much, but they are still a very useful option, and allow for some creativity -- regardless of search engines.

    1. Re:Uh, are they only used for search engines? by Anonymous Coward · · Score: 0

      Author is traditionally done using though maybe it's time to move to Dublin Core properties in RDF.

  59. Images described by using the "keywords" meta tag by Christoph · · Score: 4, Interesting
    Until something better comes along, meta name="keywords" content="blah" seems necessary for webpages with photographs as their primary content.

    I publish a photo gallery and have relied upon keywords to describe what's pictured but not necessarily mentioned in a photo's caption. This appears to work with Google from what I can tell. The same keywords are used by my site's internal search engine, so I have to think of and store them anyway. I would be happy to change if there's a better way.

  60. Googlebombing works better by Xunker · · Score: 2, Interesting

    Better than metatags, IMO, is Googlebombing -- i.e. making a bunch of sites point to yours.

    I actually managed to pull off a wholey unplanned yet quite effective googlebomb in the last few months. A side project of mine, Quizilla, has ome feature where it give you HTML coede to past into your weblog. Well, since Quizilla is a free service , I put an advetising string in that HTML, "brought to you by Quizilla", with a link to the site.

    Well, through some circumstances that got really popular really quick and people were pasting a lot og this HTML into their pages.. and what happened when Google indexed all those pages?

    Instant Googlebomb.

    I'm kinda sad I wasn't selling anything, or else I'd be rich.

    --
    Hilary Rosen's speech was about her love of money and her desire to roll around naked in a pile of money.
    1. Re:Googlebombing works better by Kyrn · · Score: 1

      I love the whole idea of google bombing. Circle of Conceit

    2. Re:Googlebombing works better by Anonymous Coward · · Score: 1, Funny

      Wow, I bet anybody searching for quizilla went straight to your site!

  61. search engine optmization by deft · · Score: 1, Redundant
    meta tags actually have little to do with relevance.

    having the proper link

    http://www.search-engine-optimization-services-c ompany.com

    --

    There's nothing Intelligent about Intelligent Design.
  62. <meta content="New Busines Plan?"> by Anonymous Coward · · Score: 0


    <meta id="2" value="???">
    <meta id="3" value="Profit!!!">

  63. hmm by crm114 · · Score: 5, Funny

    interestingly, the article html contains meta name="keywords" content="metatags are evil, metatags must die, death to the meta tags"

    1. Re:hmm by tomhudson · · Score: 2
      And he knew it wasn't the end, because it also contained the following:

      <meta name="description" content="If you can read this meta description tag, then the author's wish for the end of metatags has not yet come true. Someday, it will.">

      and some more "evil"?!? stuff:

      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

      So much for consistency.

  64. search engine optimization and ranking. by deft · · Score: 2

    meta tags have little to do with ranking, and have had little to do for a long time.

    MUCH more important is to have links to your, say SEO company http://www.search-engine-optimization-services-com pany.com listed on a highly traveled page with many of the keywords that are relevant to your search engine company http://www.search-engine-optimization-services-com pany.com.

    if i was going to try for the ever important link relevancy and popularity rating for my search engine optmization and page ranking company http://www.search-engine-optimization-services-com pany.com I would pay attention to this fact, and take advantage of linking my own site http://www.search-engine-optimization-services-com pany.com when i could.

    --

    There's nothing Intelligent about Intelligent Design.
    1. Re:search engine optimization and ranking. by deft · · Score: 2

      damn, i guess links arent auto on slashdot. lt me rephrase that:

      meta tags have little to do with ranking, and have had little to do for a long time.

      MUCH more important is to have links to your, say SEO company http://www.search-engine-optimization-services-com pany.com
      listed on a highly traveled page with many of the keywords that are relevant to your search engine company http://www.search-engine-optimization-services-com pany.com

      if i was going to try for the ever important link relevancy and popularity rating for my search engine optmization and page ranking company http://www.search-engine-optimization-services-com pany.com
      I would pay attention to this fact, and take advantage of linking my own site http://www.search-engine-optimization-services-com pany.com
      when i could.

      ahhm, the sweet smell of link relevancy.

      --

      There's nothing Intelligent about Intelligent Design.
    2. Re:search engine optimization and ranking. by leviramsey · · Score: 1

      You know, for someone who has a reasonably old slashdot UID (I'm guessing you registered in December of 2000), you gotta be pretty stupid to think Slashdot behaves like an ultimatebb or phpbb board. I'm surprised you didn't try [url=]...

  65. never trust info from sites you don't manage. by MavEtJu · · Score: 1

    Sounds like an old-fashioned "indent must die" thread: You can't trust information from sites you don't manage.

    But... you can value the information from sites you have a relationship with (or which have a higher trust-factor than the average porn-site).

    For example, if you have a spider running on your own intranet (that's a relationship), you know that the people running the webservers are not going for the most hits but for the best information, you know you can trust these meta-tags.

    --
    bash$ :(){ :|:&};:
  66. The "Description" Metatag: still pretty useful.... by John_Booty · · Score: 5, Interesting

    I think the main issue with "keyword" metatags is that they're completely unreliable for search engine use, since it's easy to abuse them by stuffing them with terms that users search for that aren't necessarily related to the content of your page. Fine, I think that's obvious. Nobody's really going to argue that one.

    The "description" metatag is still EXTREMELY useful, though. Even if a search engine doesn't use the metatags for ranking purposes, it can still use the "description" metatag to display a nice human-readable summary of the page. Often search engines just display the first N characters of text on the page and use that for a summary, which usually is not a good or readable summary for the site.

    The problem with Google is that it seems to randomly use the "Description" metatag sometimes, but not others. Here's an example. Notice how the second "Anime Expo 2002 at Bootyproject" link has a nice readable summary under it, but the first one doesn't. (It may have changed between the time I posted it and the time you view it, who knows) Which makes no sense to me, because if you look at the source for each of the two pages, the metatag information is identical for both pages. I don't get it, I dunno if Google's just a little broken in that respect, or if I screwed something up. Sorry to pimp my own site there... it's just an example I'm obviously quite familiar with. :P

    But anyway, when search engines and authors use the description metatag properly (ie, the search engine doesn't use it for ranking, and the author takes the time to write a nice summary), it's pretty nice.

    --

    OtakuBooty.com: Smart, funny, sexy nerds.
  67. utf-8 by Anonymous Coward · · Score: 1, Informative

    netscape navigator, mozilla et al. still screw up unicode if the appropiate meta tag isnt set.

    just my 2 eurocents...

  68. I do! by rppp01 · · Score: 2

    I know who still uses meta-tags!
    www.se.....oh wait, you said besides pr0n sites....

    well, never mind, then.

    --
    They stuck me in an institution, said it was the only solution, to...protect me from the enemy, myself
  69. Come on by Anonymous Coward · · Score: 0

    Come on. Meta-tags makes us rank 1st in every page we install them. Every decent search engine uses them. There's some uncool things about them like the ability of repeating keywords to make the ranking higher. But that belongs to search engines not to over-index them.

  70. Well if my meta tags won't work... by Kyrn · · Score: 1

    I might as well plug me new site here! www.meredithdillman.com ----- fantasy/anime art, illustration and prints (you know you want one). Could someone have told me it was pointless before my last minute 3 am adding of meta tags?

    1. Re:Well if my meta tags won't work... by tq_at_sju · · Score: 1
      --
      http://www.vanillaafro.com - take me seriously and I will shoot you
  71. XML? (was:Gone off the deep end.) by Tablizer · · Score: 1

    Unless you have self-describing data (which is something that XML promises to do), you have to deal with metadata as well. So, until everybody publishes their data in XML (and use XSLT to draw them on a browser), I believe that metatags have a value.

    How exactly would XML solve this? Field/column names tend to only help on "structured" content. Not general text.

    Sure, XML walks the dog, cleans the windows, removes earwax, and improves your sex life, but improving on meta-tags is just going a tad far.

  72. metatags shoud be used by geekoid · · Score: 3, Interesting

    however, thay should be limited to 25 characters. This way they would need to be relevent and precise to get proper ranking.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  73. Sure, Someone Uses It by Coffee+Warlord · · Score: 2

    "Does anyone (except porn sites) actually use them anymore?"

    Yep. It's a company called Microsoft, and an HTML *cough* editor *cough* known as FrontPage. They stuff plenty of pointless meta tags in there for you.

    1. Re:Sure, Someone Uses It by ThePeeWeeMan · · Score: 1

      Hey, FrontPage 2002 (XP) is actually useable and has options not to stuff things in for you. ;-) How about you try it first?

    2. Re:Sure, Someone Uses It by ynohoo · · Score: 1

      Why would I waste good money on a new version of a program which historically produced some of the worst HTML out there? There's plenty of decent free ones around - though you can't beat "roll your own" (Notepad, etc.)

  74. uses of meta tags by Theatetus · · Score: 1

    I use meta tags on my intranet for searching; makes things a lot easier. The idea that remote crawlers would use them strikes me as silly, though.

    --
    All's true that is mistrusted
  75. Declaring the Death of Any Technology?? by Alethes · · Score: 3, Insightful

    "Declaring the death of" any technology is ridiculously shortsighted. Just because meta tags aren't doing what you hoped they would, doesn't mean they don't have a useful purpose as a lot of the posts on this thread point out. This is slightly analogous to declaring the death of the horse because they're no longer the first choice for transportation.

    1. Re:Declaring the Death of Any Technology?? by SumDog · · Score: 1

      one word: Gopher!

  76. Meta-tags have their uses by skatedork · · Score: 1

    I agree with much of the article - search engines rankings are best when they are largely based on factors out of the webmaster's control.


    ---
    Travel Photography

  77. Meta... by Avalerion · · Score: 0
    Meta tags have worked with my site...
    I don't see what else to use.

    Olde York.Com

    Someone tell me suggestions to use.

  78. Serverside or Pushed content by MoreDruid · · Score: 1

    What about serverside content, or content that is pushed? How do these get indexed? I mean if content is retreived from a database, will google access that database? I don't think so.

    Furthermore, with the advent of more and more Flash (tm) sites, how will these get indexed if the META-tags are abandoned? Currently, Google only uses the META-tags if there is no relevant text in the body, but what if they stop that altogether?

    Just my 2 cents

    --
    The best weapon of a dictatorship is secrecy, but the best weapon of a democracy should be the weapon of openness.
  79. Only The Keywords Tag... by geordie · · Score: 1

    The article mentions nothing about the death of other metatags used for search engine promotion, only the keywords tag

    I still swear by the description tag which is still used by many search engines. And to be honest, until I see the search engine rankings of my own and my clients sites suffering from the use of the keywords tag I will still continue to use it.
    Even if only one major search engine uses the tag, then I think the effort of including it is validated.

  80. And in other news... by bbtom · · Score: 1

    *BSD is dead.

    --
    catch (HumourFailureException e) { e.user.send("You, sir, are a humourless idiot."); }
  81. yes by Anonymous Coward · · Score: 0

    I use the

    NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"
    NAME="ROBOTS" CONTENT="NOARCHIVE"

    to *prevent* the pages from showing up in search engines. Why would I want to do this? To keep from going over my monthly bandwidth quota.

  82. A Better Way? by adius · · Score: 2, Interesting

    Is there a better way than using meta tags for indexing your site? What if your pages are mostly composed of graphics? Adius

  83. Metadata is valuable for many things by midh · · Score: 2, Interesting

    It does no just have to be search. You can use properly organized metadata to do thigs like associating related content together. This can be done more reliably with author specified metadata.
    This summer I wrote a perl module called FileMetadata (available from CPAN) that collects metadata from files. I have used it to ease content management headaches on my website. Each HTML (XHTML) file has metadata that is used to advertise it on my site's index pages. I have ideas for more nifty things that can be done with metadata but as always time is finite.

  84. You are a fool to not use them by LoRider · · Score: 1

    Why would you not use meta tags? Who cares if some people abuse them and some search engines don't use them - some do. If you are trying to convince your "client" to not use meta tags, that just seems ridiculous. Building a good list of keywords and throwing them in your meta keywords is not a bad thing.

    I don't see what the issue is. Just because some people abuse a free market society doesn't mean that free market societies are bad. That was an analogy.

    People, especially techie-weenies, have a tendency to off-the-deep-end of over stupid shit. But I guess it got me to kill 15 minutes out of my boring life reading and writing about it.

    Whatever, use meta tags or don't use meta tags - who gives a shit? Hell don't even register at search engines, or even make a web site there are already millions of shitty web sites anyway.

    --
    LoRider
    1. Re:You are a fool to not use them by Mike+A. · · Score: 1
      Why use them if no one's going to look at them? In this case, the system is just far too easy to abuse, and too hard to fight the abuse of.


      There is a use of meta keywords in an intranet, where it's possible to apply standards on what keyword styles are permissible. But on the public Internet, the only reliable way to avoid having one's meta-keyword database polluted by abusers is to ignore them.

      --

      --
      Do I look like I speak for my employer?
  85. A Client Story by limekiller4 · · Score: 3, Insightful

    We had a client recently tell us that a previous web hosting company told him that his site was being submitted to "millions of search engines every day." My boss and I nearly gave ourselves both aneuryisms trying not to laugh when he uttered that one. Mostly because he clearly accepted it at face value.

    You can imagine how hard it was to convine him that meta-tags were not all that relevant anymore. This was mere months ago, mind you.

    --
    My .02,
    Limekiller
  86. Hmm. by SHEENmaster · · Score: 1

    Is that why both the great Firewall of China and my school restrict "oddball" sites like google?

    Where would I be without a custom-made proxy server installed on a different port of the only computer with a real connection. I should've written a socks proxy instead of an http proxy.

    --
    You can't judge a book by the way it wears its hair.
  87. Re:Images described by using the "keywords" meta t by migurski · · Score: 4, Informative

    That's what the ALT attrbute is for: text that is parsed by robots and search engines in place of the image.

  88. metatags are evil by rbright · · Score: 1
    I'm sure you all looked already, but here are the meta-tags attached to the first story:

    <meta name="keywords" content="metatags are evil, metatags must die, death to the meta tags">

    <meta name="description" content="If you can read this meta description tag, then the author's wish for the end of metatags has not yet come true. Someday, it will.">

    And, less funny, the second story:

    <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    <meta name="author" content="Danny Sullivan">
    <meta name="channel" content="E-Commerce/Marketing Channel">
    <meta name="description" content="Now supported by only one major crawler-based search engine -- Inktomi -- the value of adding meta keywords tags to pages seems little worth the time. ">

  89. Reasons for our major metadata project by allrong · · Score: 1

    While metadata might not be so useful for general search engines the Australian government has mandated metadata for their websites to help generate dentral directories for govt agency activities.

    Metadata can also be used for content aggregation purposes. Our parent organisation is planning on using Vignette (yuck) for it's central website and they want to suck up information from our own site (Apache yay!).

    --
    What is the inverse of the Matrix?
  90. Nice sig by kaladorn · · Score: 2

    Socrates was banished for his views. I expect no less from our 'modern' society.

    Lovely source of ambiguity, the English language. This could mean you expect to be banished for your views, or that you expect modern society to banish (or that they did banish) Socrates for his views (it merely you expect no less... no less than what? Socrates being banished for his views....)

    --
    -- Mal: "Well they tell you: never hit a man with a closed fist. But it is, on occasion, hilarious."
  91. meta tags GOOD by Fweeky · · Score: 2, Flamebait

    Author, generator, description (very important when your content doesn't look too hot in a search engine summary; hello ALA and your dumbass "this site will look much better in.." blurb), content type and the way too often overlooked text encoding, and things like DCMI.

    They're also useful for keeping your documents in a form you can process later; you can, for instance, embed creation dates, CVS revisions, shorter/alternate titles and summaries for links.

    <slaps timothy for spreading FUD against a perfectly useful HTML tag>

    EAT FLAMING DEATH TIMMY!

    1. Re:meta tags GOOD by Fweeky · · Score: 1

      (uh, and theduck.. sorry, I thought the quote ended earlier than it did and that was a dumbass bit of editorial from him, which is the way I'm used to /. going)

    2. Re:meta tags GOOD by Anonymous Coward · · Score: 0

      Yeah... and, apparently, the use of a copula is BAD.

      "Meta tags are GOOD," you illiterate neanderthal.

  92. As another Canadian... by kaladorn · · Score: 1, Offtopic

    One word: Ottawa.

    Okay, that isn't terribly descriptive and it is damning a lot of reasonable expenditures. But it isn't so far off the mark as to be libelous.

    Though I too would love to see the link in question!

    --
    -- Mal: "Well they tell you: never hit a man with a closed fist. But it is, on occasion, hilarious."
    1. Re:As another Canadian... by Anonymous Coward · · Score: 0

      I think I worked abit on that project :). Really I believe this meta tag thing was just a really easy way to build a search engine. There are now some meta-taggers out there that can tag whole hierarchy's of documents. Also remember that there is the biligualism issue so meta tags are used to describe the language of the document. So yes poeple still use meta tags.

    2. Re:As another Canadian... by Anonymous Coward · · Score: 0

      When is Canada going to start printing signs in Spanish? I'm tired of the racist bastards who run this country!! My father is a Mexican immigrant speaks only Spanish and he doesn't have a job but sometimes he needs to go out but he can't read the signs! Canada = Racism at its finest

    3. Re:As another Canadian... by kaladorn · · Score: 1, Offtopic

      My guess is about the same time that we get a PM from some part of the country other than La Belle Provence (well, slightly after that, but definitely not until!)

      --
      -- Mal: "Well they tell you: never hit a man with a closed fist. But it is, on occasion, hilarious."
  93. Of course by autopr0n · · Score: 2



    Actualy, I generaly use HTTP redirects to move pages, but meta refresh can be usefull for people who don't have access to the software.

    --
    autopr0n is like, down and stuff.
  94. How else to get listed? by Rexel99 · · Score: 1

    What's the alternative? If you want to get a site listed, indexed and searched successfully what else are you supposed to do? Pay Yahoo/MSN to list you? They will provide you with META tags you have to put in the site anyway to get listed, searched and found. I have successfully listed dozens of businesses web sites from aquaculture to aeronautical research systems. They all get very high hit rates for no-money-down and no exploitive or mis-directed meta tags, just some properly directed efforts in getting free valid listings and all because of the initial set of Meta tags.

    1. Re:How else to get listed? by DEBEDb · · Score: 1
      from aquaculture to aeronautical research systems


      Wait until you get into Bs, though... That's
      a touch bunch...

      --

      Considered harmful.
  95. Re:The "Description" Metatag: still pretty useful. by Zaiff+Urgulbunger · · Score: 1

    I'll bet that Google DOES use meta tags. In preferences there's an option to filter explicit text and/or explicit images.

    By all accounts, the best way to automatically detect a porn site would be to use meta tags!

    Which makes you wonder why browsers don't provide features for parents to filter web sites based on meta tags? Instead they rely on ICRA etc that never really work 'cos not enough sites use them.

    Meta tags CAN be useful - long live meta tags!

  96. Uhh... by autopr0n · · Score: 2

    I don't even think google looks at meta tags when figuring it's page ranking. The reason is that most moron porn spammers just fill theirs up with the same crap (Including non-pornographic terms like "SUV" and stuff... wtf?) Searching for a random selection of your meta keywords dosn't bring up your site.

    --
    autopr0n is like, down and stuff.
  97. Huh? by Anonymous Coward · · Score: 0

    Wait, where's the porn?

  98. i use them by taftman · · Score: 1

    I put my name, coworkers names, company, and all the technologies I used into each and every page I develop here at work.

    It gets neet search results when I search for my name, but will NEVER grant me results when I search for XHTML.

    Its still fun.

    --
    The truth is bigger than your beliefs, your opinion of truth has no impact on reality. - rtaft (5.15.2002)
  99. Meta tags useful for site and intranet search by searchtools · · Score: 1

    I agree entirely. The search spammers abused the system and now it's gone -- a tragedy of the commons.

    However, metadata on web sites is a powerful and useful tool, so smaller search engines can take advantage of it even though the web-wide ones can't trust anything that's not visible.

    There's a new approach to fielded searching called "faceted metadata" search that's really designed for rich metadata systems and well-populated databases, such as online catalogs, recipes, auctions and technical documentation. It shows the applicable metadata fields in context, a dynamic taxonomy. So if you search for "pepper" in a recipe database, you can then navigate based on other ingredients, cusine, holidays and so on.

    I think this is great for all those databases where there's tons of information but no easy way to navigate it. I written up a Faceted Metadata backgrounder with some examples. It makes sense, it's usable, I think it's the Next Big Thing in search.

    Avi

  100. A legitmate use of metatags: ADA compliance by cyberchucktx · · Score: 2, Insightful
    There's a definite legitimate use of metatags for web pages: ADA compliance.

    For those with limited vision (or blindness), screen readers can (and usually do) use metatags to aid in navigation and content descriptions.

    For anyone who's interested, check out the W3C site on Web Accessibility Guidelines at:

    W3C Web Accessbility Guidelines

  101. Re:used them all the time at the dotcom i worked a by WoodenBoy · · Score: 1

    We use meta tags as well to aid htdig indexing for local searches. A user might search on an abbreviated keyword that doesn't show up in the page itself, so we just drop in a meta tag.

  102. Bet sports by javcrapa · · Score: 1

    Meta tags are commonly used for promoting sports betting sites. Example: Xsportsbook hires several guys to make 100 dummy sites talking about different sports betting, they al refer to Xsportsbook as the best one and place many links to it, but aparently it is not officialy linked to it, they just recommend it. So this sportbook ranks great on meta search engines. Try searching for bet sports on google, go to the first unsponsored link, which is the best rated sportsbook?

  103. Legit use for refresh tags by ModernGeek · · Score: 0

    What about webcams?

    --
    Sig: I stole this sig.
  104. hehe the article uses them by DrSkwid · · Score: 2


    <head>
    <title>An End to Metatags (Enough Already, Part 1) - Traffick.com</title>
    <meta name="keywords" content="metatags are evil, metatags must die, death to the meta tags">
    <meta name="description" content="If you can read this meta description tag, then the author's wish for the end of metatags has not yet come true. Someday, it will.">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link rel="stylesheet" href="styles2.css" type="text/css">
    </head>

    --
    There are places where the networks are not touching,and there are places where they are-Boeing's Lori Gunter
  105. On a related note - the LINK tag... by singularity · · Score: 2

    I was glad about a year ago when Slashdot added the LINK tag to help with navigation.

    For web authors out there - imagine an easy place to define where your home page is, and some basic navigation links, including a copyright page and an author link.

    For browsers that support it, iCab on the Mac being one, it is a nice addition to a site when I find them.

    --
    - (c) 2018 Hank Zimmerman
  106. Installed ht://Dig today... what timing! by pjrc · · Score: 2
    What amazing timing... the meta keyword tag is declared dead on the same day I (finally) got around to setting up a search engine for my website.

    Starting this morning I began reading the docs and installing the ht://Dig search engine. There are a lot of configurable settings.

    When I first got it working, I immediately realized that the 350-some static html files on my site really only have a couple dozen different sets of meta tags (due to starting new pages by copying existing ones). In fact, many of my pages don't even have really unique title that differentiate them from other similar pages on the site. If you're interested in seeing it, it's not yet linked from the rest of the site, but will be soon, at this new search page. The results still suck, mostly due to my poor meta and title tags.

    That's not ht://Dig's fault, of course, and they do have you options to configure the weight for various things... and luckily I've used <h2&gtl and <h3> tags for labeling sections on almost all the pages, so I turned up the weighting for the text in those and in the link text on the site.

    Still I have a lot of work to do to make my little site nicely searchable... and most of it is in the titles and meta tags. The keyword meta tags are the one place where you can list words that you can be certain a local search engine like ht://Dig will make use of them and display those pages.

    Too bad the meta keyword tag was declared dead today.

    1. Re:Installed ht://Dig today... what timing! by mobiGeek · · Score: 2
      I'm in the same boat. I'm now looking for a Perl script to help me strip existing <HEAD> tags and replace them with meta tags I've been given in a spreadsheet...or I'll end up coughing up my own script.

      People who run their own search engines can make good use of <META> tags. Public search engines, however, cannot rely on the validity of such tags.

      I'm thinking of putting "Pamela", "Jennifer", and other top-10 search terms into our META tags...I'm sure that when our technical docs show up in a pr0n search that we'll get traffic...

      ...or not.

      --

      ...Beware the IDEs of Microsoft...

  107. They're not the only thing... by Tsuzuki · · Score: 1

    I don't have keyword and description metatags on my site at the moment (just PICS and generator) and I suspect my ranking on several non-Google search engines is suffering because of it. You can no longer hit my main art site by searching for my name at Google since I removed them.

    Different search engines operate in different ways, whether it's through link text (search Google for "pit of voles" and you'll get fanfiction.net, thanks to the efforts of a good friend), the title tag, the body text or keywords/description. A good combination of all four will get you an honest ranking... maybe they should be calling for general metatag honesty rather than the death of metatags? (Like that'd happen...)

    The porn sites don't just use metatags, by the way... until recently they were into placing lots of tiny/background-coloured text on the page to skew hits in their direction.

  108. Content Generator by Anonymous Coward · · Score: 0

    Sure I use meta tags, on practically every page: :)

  109. How about search engines weight results by xenocide2 · · Score: 2

    What if the results were weighted against the number of elements in the meta tag. Putting the english dictionary into your meta tags will just put you on the bottom, right? The rewards for being verbose only exist in your English teacher's class.

    --
    I Browse at +4 Flamebait

    Open Source Sysadmin

  110. Time to proclaim the death of web pages content? by Gnulix · · Score: 2, Interesting

    It's rather silly to proclaim the death of meta tags just because they can be manipulated. The content of web pages are also being manipulated to obtain a better rating in search enginges. Should we stop using content as well? Blank web pages everywhere, because that is the only way to be sure that they actually contain what search engines promise us?

    It would probably be far more useful to begin black listing sites who try to divert traffic their ways by means of "lies". Something along the line the anti-spam lists that are in use for email.

  111. I can't believe this. by TedTschopp · · Score: 1

    At work we need to use Meta Tags all the time for our Internal Intranet. These things are useful for stuff like that. They are very useful in an enviroment where they accurately reflect the content of the page. Ted Tschopp

    --
    Fantasy remains a human right; we make in our measure and in our derivative mode... -- JRR Tolkien
  112. Dont Drop that Description Tag yet... by jafiwam · · Score: 1

    The Meta Description tag is copied from the "list this site" function in Open Directory when an editor adds a listing to a site (if there is one).

    As such, it is the best chance you get to influence or possibly dictate the description listed in the Directory, as well as any directories it feeds. (Google Directories, AOL, and some other big ones.)

    A well written meta description tag is likely to be left nearly intact by the editor. That allows you to include search terms in the description people might use to find your site. (The editor may not think of the same terms on their own.)

    Any link you submit to Open Directory should have a description tag in it, including the home page or sub-subject oriented pages of your site.

    Beyond the home page, I do not bother with meta-tags anymore, and tell web customers to not bother either. As far as I can tell, most search spiders rely on what a human would see to list content nowdays, so the best way to get good listings is to have a content-rich, well made site.

    I still use meta-refresh tags occasionally for reorganizing sites or bouncing traffic off what would be a dead link. (Stupid marketing department does not proofread or think to check their URLs.)

    Otherwise, meta tags are a waste of time. (Contact, copyright, author, and other information should be visible without viewing source code, in my opinion.)

  113. *wave* by Anonymous Coward · · Score: 0

    http-equiv/content/charset..

    As well as generator="emacs", and a description of the page.

    But I must say, no one ever reads meta tags. Else how can I have gone on for years without being barraged with flames by vi users?

    (Okay, I admit, I use vi for 'real' coding. ;))

  114. It a waste of space... by RoadWarriorX · · Score: 1

    I don't know about anyone else, but good search engines should be smart enough to grep keywords right out of the content itself. If a stupid search engine is just gonna spider a document just for the META tags anyway, might as well get better keywords by reading the whole document, IMHO.

    ---
    This space is for office use only.

  115. Re:sure, i do. / Google easter eggs... by jazzmanjac · · Score: 2, Informative
    --
    Some cats swing, and others don't. Don't you be the kind that won't.
  116. Mistook the title of this story... by Timmeh · · Score: 2
    I looked past it the story three times on the front page because I was looking at earlier stories, etc. and I swear each of those 3 times I saw the story title as "Declaring The Death of Maytags".

    Don't you people see the commercials? Those repairmen don't have anything to do at all, how can you declare the death of something that never breaks?!

  117. I use them for child blocking software by Anonymous Coward · · Score: 0

    Some child blocking software still uses them to tell if a site is "bad". Nobody should be blocked from my sites because they are not ranked.

    1. Re:I use them for child blocking software by Anonymous Coward · · Score: 0

      by ranked i mean rated... :)

  118. I use them religiously... by Robotech_Master · · Score: 2

    ...in the "Pascal's Wager" sense of the word. When I make a webpage, I figure that, since it's so easy just to stick a few words in there, I might as well. It's not like it's costing me anything but a few moments of time, and if it is useful for something, so much the better.

    --
    Editor Emeritus and Senior Writer, TeleRead.org
  119. The author does by binford2k · · Score: 1

    Does anyone (except porn sites) actually use them anymore?

    Yes, the guy who argues that they are useless.

    <head>
    <title>An End to Metatags (Enough Already, Part 1) - Traffick.com</title>
    <meta name="keywords" content="metatags are evil, metatags must die, death to the meta tags">
    <meta name="description" content="If you can read this meta description tag, then the author's wish for the end of metatags has not yet come true. Someday, it will.">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link rel="stylesheet" href="styles2.css" type="text/css">
    </head>

    1. Re:The author does by binford2k · · Score: 1

      Hahahahah! I like the ad at the bottom of his page too! (notice that the link points to his own website . . wtf?)

      Special Offer: Are you targeting the right keywords?
      How do you know if people are searching on your keywords? Use WordTracker, and you'll get inside information on what people are really searching for. With this top secret information, you can optimize your site the right way the first time and see immediate results!

  120. List your favourite free porn site here by ylikone · · Score: 0, Offtopic
    http://www.chickz.org is a good one.

    A good site must not contain any pop-ups or be full of crap.... must only have good free porn.

    --
    Meh.
  121. If they're useless, then you're using them wrong by jbayes · · Score: 3, Interesting

    First of all, just because "keywords" tags can be fraudulently specified, doesn't mean that they are useless. I can publish pr0n in a book titled "Undergraduate Physics"; does that make book titles useless? The fault is not in the "keywords" tag; the fault is in naively trusting unverified data. It's okay to put lollipops from the store in your mouth, but it's not okay to do the same with lollipops that you pick out of the gutter.

    OK, my turn now. I wish somebody would call a moratorium on printing an entire webpage in a teensy weensy font. I have carefully specified my default font size, because that is the size which is most appropriate for reading long pages of text on my monitor with my eyes. It's okay to make stuff smaller if it's supposed to be "the fine print", but for whole articles, please use the default font size.

    --

    "It sure was strange to see something on Usenet about me that didn't involve Klingon gang rape." -- Wil Wheaton

  122. Let's get this straight by whereiswaldo · · Score: 0, Flamebait
    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?"


    Okay, if the person who submitted this story actually read Slashdot, they would have saw the story about 90% of the Internet being obsolete. So then, if that story is correct, obviously meta tags abound! If that story is incorrect, then you have to question the journalistic integrity of Slashdot. Who would want to do that?.. tsk tsk.
  123. Your music? by yerricde · · Score: 1

    listen to some songs that I made with my guitar and COOL EDIT PRO

    How much did you pay for the rights to the underlying musical work? You can't have written them yourself, because you're bound to step on somebody else's copyright on the four-note melodic hook that you used.

    --
    Will I retire or break 10K?
  124. I haven't used them in years now by Artemis · · Score: 1

    I haven't used them in a least a couple years now on any site I work on, but then again most of those sites are Military/DoD related. They may be on the internet but it's not crucial data for anyone to see. It could just be me though.

  125. On meta tags... by ThePeeWeeMan · · Score: 3, Interesting

    In contrast to nearly about everyone else on /., I'm going to stick my neck out and say that I appreciate good meta tags.

    If I'm on a slow link, I get to see a brief description of the page and then decide if I want to go to it. And if I'm on a slow link I disable flash, scripting, etc. and set cache to a small amount.

    It also helps that I use a different browser for slow links. =) (Nope, not IE, Mozilla or Opera.)

  126. Yes, I do by macdaddy · · Score: 3, Interesting

    I put spamtrap addresses in META TAGs, links to wpoison pages, etc... Lots of fun.

  127. Right.. by mindstrm · · Score: 1

    But there are other search sites out there who do look at meta tags, and having a listing with them improves your google rating.

    If your business depends primarily on search engines to draw clients to your site, you still benefit from appropriate keyword meta tags.

  128. <meta content="Refresh".... by apathy21 · · Score: 0

    This meta tag can still be quite useful as a quick and easy way to redirect from one page to another without having to do any scripting.

  129. This is responsibility of search engine by Brother52 · · Score: 1

    It's quite common to search for a docunment from which you memorize an exact, particular phrase.

    Expanding your query with synonyms isn't a big problem for search engine and somewhere I remember seeing such a feature.

    1. Re:This is responsibility of search engine by Tablizer · · Score: 2

      (* It's quite common to search for a docunment from which you memorize an exact, particular phrase. *)

      Yes, I agree. Sometimes people want to search that way. Perhaps have a check-box next to the 3 drop-down boxes mentioned that says, "exact words only" or "search synonyms" (checked by default).

      But simple synonym lookup *alone* is still sometimes not sufficient. For example, one might look for "CPU performance help" or "slow computer diagnosis". both of these could be the same thing in practice, but simple synonym lookup would not find the other if one was given. For one, "performance" is *not* a synonym of "slow". Performance may have nothing to do with speed in *other* contexts.

      It takes context understanding to do this kind of thing reasonably, and is something computers still suck at. AI lab projects are just touching the surface. But someday.....

  130. Meta is quite useful, thank you by lemkebeth · · Score: 3, Informative

    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.

  131. Last I checked they were still pretty common-place by Poison-R · · Score: 2, Interesting

    I know I use them (BurntMail)...
    Last I checked, a lot of the big-guys still use them as well (Cisco, RedHat, Microsoft, Mandrake, and SourceForge for example)

    --
    PR
  132. Is this like... by Dannon · · Score: 1, Offtopic

    ...the death of *BSD? Or Mark Twain? Or Elvis, for that matter?

    --
    Good judgment comes from experience.
    Experience comes from bad judgment.
  133. They're great when you have control over the site by SgtChaireBourne · · Score: 2
    Meta tags are great when you have control over what goes in them or over who makes the pages.

    Here are two examples:

    • Project Runeberg at Linköping University.

    • The project in Sweden, SAFARI, allowed relatively high precision retrieval of research information to the general public. The National Research council seems to have taken it offline, but you can still see local implementations like the one at Örebro.
    --
    Beta is broken and the link to classic doesn't work. Stop wasting our time or there won't be anybody left here.
  134. how about by loconet · · Score: 2

    How about RDF?

    --
    [alk]
  135. Re:Images described by using the "keywords" meta t by ekes · · Score: 1

    Any one know if any search engines are looking at longdesc="" as well as alt=""?

  136. Danish Govenment uses metatags by haffy · · Score: 1

    Some official Danish web sites use metatags, especially the Dublin Core tags help register the pages with the Danish "public service" search engines.
    E.g. take a look at the Danish Ministry of Employment.

  137. How KEYWORDs could have been useful by Kieckerjan · · Score: 3, Interesting

    If the HTML-standard had imposed a limit on the number of meta-keywords a webmaster may enter for her page (say 10 max), webmasters would have been forced to think about which words they were including. It's the perceived lack of scarcity of resources that prevents a healthy "keyword-economy" from developing.

    In my opininion it would still be possible to turn this thing around. If a couple of big search engines plastered an announcement all over their sites: "We only look at the first ten uniqe meta-keywords", things might change for the better.

    --
    Being well balanced is overrated. -- John Carmack
  138. Refresh is evil - Active Desktop is evil! Mix 'em! by 6Yankee · · Score: 1

    Are there any legitimate uses of refresh?

    Our company's Web-based calendar is buried three or four layers deep in the intranet, and I'd never use it if I couldn't put it on the Active Desktop where I can see it as soon as I log in. I use a blank page with a meta redirect on my Active Desktop because Win98 is too stupid to recognise "*.php" as a web page. Sure, an iframe would probably work just as well. Gonna try that.

    And meta refresh seems like a great way to keep it up to date!

    Of course, whether anything involving the Active Desktop can be considered legitimate use is a matter of personal opinion :)

  139. Saves me a step... by CoachS · · Score: 1

    I have a spare laptop sitting off to the side of my desk that runs a news/stock/sportsticker across the top and I usually leave Google News running on it.

    Helps me keep up with what's going on in the world; just a glance over from time to time and if any headlines catch my interest I can swivel over there and read the story. Otherwise the refresh takes care of showing me a relatively up-to-date news page without my having to remember to reach over and refresh it manually.

    -Coach-

    --
    Perhaps the world's greatest tragedy is that ignorance is not impotence.
  140. My itv java #1 rankking at google uses metatags by linuxislandsucks · · Score: 1

    Problem is people don;t understand how to sue meta tags..

    Its real simple have content

    Now do a frequency word count.. hte highest frequency words go into meta tag keywords..

    Gosh now was that Hard?

    --
    Don't Tread on OpenSource
  141. "Keyword" Meta Tags? by kalidasa · · Score: 2

    Um, have none of you folks heard of the Dublin Core?

  142. Except porn sites? by taphu · · Score: 1

    Does anyone (except porn sites) actually use them anymore?

    Isn't this a bit like saying "all trees (except those with leaves) ...."
    :)

  143. Meta tags - the REAL story by Anonymous Coward · · Score: 0

    In other news, people discover a way to convince others to give up the use of meta tags, so that their websites with mega tags appear closer to the top in the search engines.

  144. Hmm... by Jammer@CMH · · Score: 1

    An interesting idea. I should try that.

  145. Re:Time to proclaim the death of web pages content by mobiGeek · · Score: 2
    Black text on black backgrounds.

    I loved the Web back in the early '90s when people didn't have much of a clue about the Web and robots (this hasn't changed much, actually, but now there are "books" and "experts").

    I couldn't count the amount of emails from irate "webmasters" (and phone calls from U.S. law-enforcement agencies) insisting that we hacked their sites because no links exist on their site to their hidden web pages...

    Blank text indeed.

    --

    ...Beware the IDEs of Microsoft...

  146. Re:sure, i do. / Google easter eggs... by Eil · · Score: 2


    Er, I don't think they qualify as easter eggs if they're listed right out in the open on the Language Tools page.

    You missed Klingon, btw.

  147. Re:Images described by using the "keywords" meta t by DuncMan · · Score: 1

    Er, no, that's *not* what the "alt" attribute is for.

    My understanding is that the text in an "alt" attribute is to be used by a web browser which cannot, or has been asked not to, show the image itself. Typically this should be a description of the image, or perhaps even an textual representation of the image (mmm, ASCII-art).

    It can also be used to convey any information which is held in the image (e.g. an image of a pie chart could have the percentages in an "alt" attribute).

    Nothing to do with robots or search engines, even if they 'misuse' them that way. Some web developers misuse an "alt" attribute to provide 'tooltips', having misunderstood it's purpose based on the behaviour of some web browsers.

  148. metatags as a negative? by Anonymous Coward · · Score: 0
    Those search engines that still read metatags may not be using them as the abusers hope. Suppose the ranking algorithm evaluates the content, and compared its relevance ranking to the metatags. If there is a significant mismatch, assume the metatags are deliberately deceiving and rank the site appropriately: at the bottom!

    Naturally, they may not want to admit that's what they do. But it seems like a good way to clean up the search results, and keep the customers happy.

    This is intended to be a defensive publication of this technique. If you haven't submitted a patent application, it's too late now!

  149. Last Post! by alpg · · Score: 1

    My friends, I am here to tell you of the wonderous continent known as
    Africa. Well we left New York drunk and early on the morning of February 31.
    We were 15 days on the water, and 3 on the boat when we finally arrived in
    Africa. Upon our arrival we immediately set up a rigorous schedule: Up at
    6:00, breakfast, and back in bed by 7:00. Pretty soon we were back in bed by
    6:30. Now Africa is full of big game. The first day I shot two bucks. That
    was the biggest game we had. Africa is primerally inhabited by Elks, Moose
    and Knights of Pithiests.
    The elks live up in the mountains and come down once a year for their
    annual conventions. And you should see them gathered around the water hole,
    which they leave immediately when they discover it's full of water. They
    weren't looking for a water hole. They were looking for an alck hole.
    One morning I shot an elephant in my pajamas, how he got in my
    pajamas, I don't know. Then we tried to remove the tusks. That's a tough
    word to say, tusks. As I said we tried to remove the tusks, but they were
    imbedded so firmly we couldn't get them out. But in Alabama the Tuscaloosa,
    but that is totally irrelephant to what I was saying.
    We took some pictures of the native girls, but they weren't developed.
    So we're going back in a few years...
    -- Julius H. Marx [Groucho]

    - this post brought to you by the Automated Last Post Generator...

    1. Re:Last Post! by Anonymous Coward · · Score: 0

      Sorry! Not the last post! Ha!