Forum Moderators: open
[search.yahoo.com...]
EITHER
(1) let us show long quotes from your content on our site, giving users the *opportunity* to click through
OR
(2) forbid us from showing your content, and we won't show a link either.
When Google shows content it makes me uneasy. At least the images are too small for most uses. Web definitions, by contrast, are given in full.
If I search for what is or how to, I want to see some titles that reflect that, NOT, umm sorry but those are too common, we might include them behind the scenes but we just want to tell you that they are ignored. We just like to reflect on links as the majority but we'll mix in a little content analysis, however not enough to do what's right.
That's a good long definition for javascript but if you search for other "what is" type things you get one sentence with ten words vaguely describing what it is you want.
These little gee whiz additions are cool but when are we going to see some REAL work?
Why is the sky blue?
and Google will give you many results. On the other hand, if you don't ask a question that is common:
Why isn't Webmaster World more famous, making Brett zillions of dollars?
You'll discover that your search results are not as helpful, because they cannot reflect the structure of existing, indexed text.
I tried it for a while and got annoyed. "Define whatever" and it gives you Joe's dictionary definition of whatever, and I end up doing the merriam thing anyway.
If G wants to become the answerman, it will lose the searchers who just want SERPS. I still think the searchers who flocked TO google when it came out with a simple, just-the-serps interface keep Google afloat, and the "give me the best answer" people still stick with MSN, AOL, AskJeeves, relying heavily on About.com pages for their definitive answers.
I agree with paybacksa it has a bit of the wow factor, but the next time you use it, it has the "get out of my face and show me the serps" factor.
This makes it, in a small way, a destination rather than a gateway.
Any suggestions of other types of information Google could readily provide, in answers to queries, on its own site?
I typed in "what is a copy editor" and was excited to see that a result from my glossary of publishing terms came up #1 in the results. Yes, some people will consider their question answered and not click through, but others will want to see the entire glossary.
I think this is likely to bring my site, at least, more traffic than it loses.
Is Google gathering here any page that lists terms and definitions in a <dl> <dt> <dd> structure?
Nope. The primary supplier of G definitions [cogsci.princeton.edu] (meaning every search for a definition will always return at one result from this site) shows terms with this markup:
<FONT COLOR=Red><B>anything</B></FONT> -- (a thing of any kind; "do you have anything to declare?")<BR>
Nope. The primary supplier of G definitions (meaning every search for a definition will always return at one result from this site) shows terms with this markup:<FONT COLOR=Red><B>anything</B></FONT> -- (a thing of any kind; "do you have anything to declare?")<BR>
If we go back to what started this thread, define:javascript doesn't return anything from WordNet. Secondly, WordNet is available in RDF/XML, the same format Google already handles for ODP. I doubt they have bothered to spider WordNet when they can grab the whole thing as RDF.
define:javascript doesn't return anything from WordNet
I stand corrected. Technical terms and other "unofficial" words draw their definitions from a variety of web sources not from wordnet.
I was trying to answer rjohara's question about the on page markup. Although my wordnet example sucked, page markup, at least regarding the <dl><dt><dd> tags, is still irrelevant (no reason for me to post a bunch of links here to define: result sources). G definitions use some other criteria to determine if a page contains a definition for a term.
I agree that G probably didn't spider WordNet, but many web definition sources are spidered as html so the markup becomes relevant for a webmaster wishing to provide definitions that are G friendly. What about <acronym> and <abbr> tags? Does those come into play? I can't tell for sure...