Introducing schema.org: Search engines come together for a richer web
51–60 of 80 posts
Re: Introducing schema.org: Search engines come together for a richer web
#52All I could think while reading through the getting started was: that is an awful lot of added text. After a little more thought: that is an awful lot of added work. And while it won't be hard to have tools that make the process easier, the sort of work that goes into adding that data can never be completely automated (otherwise, we would have no need for it). Given that all the search engines will be using it, all m…
Sites that don't employ this don't risk falling in their rankings. This added data allows for richer snippets (which absolutely increase clickthrough ratio), but that won't directly make you rank higher (or lower it their absence). If your website employs an SEO or webstandardista, you should already have your sites marked up with metadata. Reviews and rich breadcrumbs etc. have been around and supported for years no…
So, if the metadata doesn't directly increase rankings (which I'm pretty positive it won't), it can indirectly do so by grabbing the users eye and improving CTR, which I am most certain it will.
Re: Introducing schema.org: Search engines come together for a richer web
#53I guess when you are big G, you can do anything you want.
Re: Introducing schema.org: Search engines come together for a richer web
#54Now if they'd only add some schema targeted towards downloadable public data sets. I'm dying for a good global public dataset search beyond competing data markets and data.gov.* sites.
Re: Introducing schema.org: Search engines come together for a richer web
#55Did Google just deprecate microformat?
Re: Introducing schema.org: Search engines come together for a richer web
#56Earlier quoted context omitted.
there is only one l in alot.
And there's also a space in "a lot"
Re: Introducing schema.org: Search engines come together for a richer web
#57For most of my "quick searches", I already have the answer from within the search results listing. It looks like it will go one step further, we are not going to have to leave the results page to have complex answers. I am not sure if I want to provide all my hard work in a format which will maybe help the search engines a bit, but mainly the spammers a lot as they will be able to automate the creation of content far…
I guess it could actually hurt them as well. If users aren't providing information back to the algorithm in the form of a click through related to a search term, don't the search engines also risk losing a key signal of relevance?
Re: Introducing schema.org: Search engines come together for a richer web
#58Microformats? I'll pass.
Re: Introducing schema.org: Search engines come together for a richer web
#59Nothing an xml data island could not have solved. Even an external xml data island with internal references for better performance and less clutter. Even an external JSON data island would have been better for web consumption. Microformats? I'll pass.
The resource can be cached, served static or even included in the page inside a tagHere is the html:
Chicken marsala
Fried chicken
Chicken curry
Here is the data island in json: {
head:{
title:'',
source:'',
version:''
},
items:[
{
id:'1234',
type:'recipe',
title:'Chicken marsala',
ingredients:'here...'
},
{
id:'1235',
type:'recipe',
title:'Fried chicken',
ingredients:'here...'
}
]
}
Here is the data island in xml:
here
chicken marsala
here...
fried chicken
here...
Re: Introducing schema.org: Search engines come together for a richer web
#60Did Google just deprecate microformat?