 |

03-13-2008, 09:16 AM
|
 |
WebProWorld 1,000+ Club
|
|
Join Date: May 2005
Location: Norway
Posts: 4,915
|
|
Microformats SEO and the Sumo parser.
1. Motivation.
Microformats give us the opportunity to add more machine-readable semantic value to HTML documents using structures with standardized class names.
So more precisely, what are microformats - Microformats? Microformats are a way of thinking about data, design principles for formats, highly correlated with semantic XHTML, a set of simple open data format standards that a diverse community of individuals and organizations are actively developing and implementing for more/better structured blogging and web microcontent publishing in general and much more. It is a way to write code and markup that a Bot should like and as such have the potential to improve your SE ranking.
2. An example: http://microformats.org/wiki/hcard
hCard is a simple, open, distributed format for representing people, companies, organizations, and places, using a 1:1 representation of vCard (RFC2426) properties and values in semantic HTML or XHTML. hCard is one of several open microformat standards suitable for embedding in HTML, XHTML, Atom, RSS, and arbitrary XML.
3. Microformats and SEO
How microformats affect search engine optimization ( SEO ) - USWeb Blog - Internet and Search Engine Marketing Blog
"So if you haven’t heard by now there is this new term called microformats spreading like crazy across the net. At first it can seem overly confusing but when digging into the heart of the matter the exact opposite is true. So what are microformats? Microformats are sets of simple data formats built for today’s technology (XHTML mostly) to solve simple problems. To speak in plain English a Microformat in most cases is a set of XHTML code embedded in web pages that provides a structured set of data that can be utilized for other means".
Googling for microformats - Joost de Valk's SEO Blog
"Imagine, you can type in a query like "joost de valk class:vcard" and Google comes up with my contact page, because that has a vcard class in it's markup, the main class of the hCard microformat. This was suggested today on the uf-discuss mailing list, a mailing list I've been lurking on for quite a while now, and it made me go "YES! That's what I want!"."
This is definitely a standard that has the potential to improve the SERP's.
4. SEO tools
SEO Goodies | Tag Cloud tool, SEO Keyword Discovery Tool, SEO Books
5. Dan Webb's Sumo Java Script parser.
Parsing microformats is difficult, but Dan Webb has written one parser:
danwebb.net - Sumo! A Generic Microformats Parser For JavaScript
For more information see:
The*Art*& Science*of JavaScript - SitePoint Books
chapter 5. That is a must read about meta programming in JavaScript and extending JavaScript to a better language with true object oriented features. If you understand that chapter (read, try the code, read again and reread until you understand it), you will be able to write cleaner, more flexible, more optimized and more reuseable Java Script code.
Last edited by incrediblehelp : 03-13-2008 at 05:19 PM.
|

03-13-2008, 03:28 PM
|
 |
WebProWorld 1,000+ Club
|
|
Join Date: Aug 2003
Location: Worldwide
Posts: 7,277
|
|
Re: Microformats SEO and the Sumo parser.
Excellent post. I already use microformats on my sites for almost 2 years now.
Can anyone STICK this thread?
Last edited by Webnauts : 03-13-2008 at 03:31 PM.
|

03-13-2008, 04:54 PM
|
 |
Moderator
|
|
Join Date: Jan 2004
Location: Live in Cincy Now
Posts: 7,583
|
|
Re: Microformats SEO and the Sumo parser.
Stuck it for you, well see if it sticks.
|

03-13-2008, 05:06 PM
|
 |
WebProWorld 1,000+ Club
|
|
Join Date: Aug 2003
Location: Worldwide
Posts: 7,277
|
|
Re: Microformats SEO and the Sumo parser.
Quote:
Originally Posted by incrediblehelp
Stuck it for you, well see if it sticks.
|
Great! The post deserves it. Remember my words bro.
Thanks!!! 
|

03-13-2008, 05:47 PM
|
 |
Moderator
|
|
Join Date: Aug 2004
Location: Playing with fire!
Posts: 2,851
|
|
Re: Microformats SEO and the Sumo parser.
Excellent post kgun. I hate to highlight a single sentance of your post, and I don't do it to diminish any of the thoughts or information you provided, but something you said in your first paragraph is very important IMO...
Quote:
|
In other ways it is a way to write code and markup that a Bot should like and as such have the potential to improve your SE ranking.
|
Anytime this is a possibility, not only is the the potential for the benefit to the end user being explored, the potential of utilizing it for "manipulation" is being explored as well.
I ask myself, what benefit does it provide, to whom, why, and is that potential benefit offset by those intent on abusing it creating a whole new set of problems to be addressed. I also ask myself, who is most likely to use it.
Supporting, and using, something internally for ones own benefit when you can "control" what is being provided, is quite different from using it to "shape" the "product" you provide when what is being provided is beyond your control.
My 2 cents...
Dave
Last edited by crankydave : 03-13-2008 at 05:51 PM.
|

03-21-2008, 02:36 AM
|
|
WebProWorld New Member
|
|
Join Date: Mar 2008
Posts: 13
|
|
Re: Microformats SEO and the Sumo parser.
Well, I'm new with this concept, please let me know the basic advantages of Microformats. Is this really giving any fruit in search engine optimization ?
|

03-22-2008, 02:41 AM
|
 |
WebProWorld 1,000+ Club
|
|
Join Date: Aug 2003
Location: Worldwide
Posts: 7,277
|
|
Re: Microformats SEO and the Sumo parser.
Quote:
Originally Posted by onthink
It really worths the time, great!
|
Can you explain what is worth the time?
|

03-24-2008, 06:58 AM
|
 |
WebProWorld Pro
|
|
Join Date: Apr 2007
Posts: 241
|
|
Re: Microformats SEO and the Sumo parser.
Quote:
Originally Posted by kgun
1. Motivation.
Microformats give us the opportunity to add more machine-readable semantic value to HTML documents using structures with standardized class names.
So more precisely, what are microformats - Microformats? Microformats are a way of thinking about data, design principles for formats, highly correlated with semantic XHTML, a set of simple open data format standards that a diverse community of individuals and organizations are actively developing and implementing for more/better structured blogging and web microcontent publishing in general and much more. It is a way to write code and markup that a Bot should like and as such have the potential to improve your SE ranking.
2. An example: http://microformats.org/wiki/hcard
hCard is a simple, open, distributed format for representing people, companies, organizations, and places, using a 1:1 representation of vCard (RFC2426) properties and values in semantic HTML or XHTML. hCard is one of several open microformat standards suitable for embedding in HTML, XHTML, Atom, RSS, and arbitrary XML.
3. Microformats and SEO
How microformats affect search engine optimization ( SEO ) - USWeb Blog - Internet and Search Engine Marketing Blog
"So if you haven’t heard by now there is this new term called microformats spreading like crazy across the net. At first it can seem overly confusing but when digging into the heart of the matter the exact opposite is true. So what are microformats? Microformats are sets of simple data formats built for today’s technology (XHTML mostly) to solve simple problems. To speak in plain English a Microformat in most cases is a set of XHTML code embedded in web pages that provides a structured set of data that can be utilized for other means".
Googling for microformats - Joost de Valk's SEO Blog
"Imagine, you can type in a query like "joost de valk class:vcard" and Google comes up with my contact page, because that has a vcard class in it's markup, the main class of the hCard microformat. This was suggested today on the uf-discuss mailing list, a mailing list I've been lurking on for quite a while now, and it made me go "YES! That's what I want!"."
This is definitely a standard that has the potential to improve the SERP's.
4. SEO tools
SEO Goodies | Tag Cloud tool, SEO Keyword Discovery Tool, SEO Books
5. Dan Webb's Sumo Java Script parser.
Parsing microformats is difficult, but Dan Webb has written one parser:
danwebb.net - Sumo! A Generic Microformats Parser For JavaScript
For more information see:
The*Art*& Science*of JavaScript - SitePoint Books
chapter 5. That is a must read about meta programming in JavaScript and extending JavaScript to a better language with true object oriented features. If you understand that chapter (read, try the code, read again and reread until you understand it), you will be able to write cleaner, more flexible, more optimized and more reuseable Java Script code.
|
This is good article. But can you tell me by using this can i increase my website search engine rankings??
Regards
Subhzash
|

03-25-2008, 01:21 AM
|
|
WebProWorld New Member
|
|
Join Date: Oct 2003
Location: navi mumbai, India
Posts: 9
|
|
Re: Microformats SEO and the Sumo parser.
Excellent post !!!
No matter what, experience makes people better................ur experince speaks...
God bless u and we will bless the world wide web.
Amit P Gupta
Web Strategist and SEO
amitgupta007_99@yahoo.com
|

03-25-2008, 01:48 AM
|
 |
WebProWorld Pro
|
|
Join Date: Apr 2007
Posts: 241
|
|
Re: Microformats SEO and the Sumo parser.
Quote:
Originally Posted by amitgupta007_99
Excellent post !!!
No matter what, experience makes people better................ur experince speaks...
God bless u and we will bless the world wide web.
Amit P Gupta
Web Strategist and SEO
amitgupta007_99@yahoo.com
|
Can you tell me what is the use of Microformats in seo point of view??
|

03-26-2008, 07:08 AM
|
 |
WebProWorld Veteran
|
|
Join Date: Aug 2003
Location: Singapore
Posts: 524
|
|
Re: Microformats SEO and the Sumo parser.
Nice writeup about microformats SEO. Has anyone got result with this?
Wondering if it is worth doing it for long term effect.
Hope someone who had tested it gives us some views.
|

06-25-2008, 09:08 PM
|
 |
WebProWorld Member
|
|
Join Date: Feb 2008
Posts: 40
|
|
Re: Microformats SEO and the Sumo parser.
I've been using microformat SEO for a couple of months and it really works.
|

06-26-2008, 01:06 AM
|
 |
WebProWorld 1,000+ Club
|
|
Join Date: Aug 2003
Location: Worldwide
Posts: 7,277
|
|
Re: Microformats SEO and the Sumo parser.
Quote:
Originally Posted by ericajoieake
I've been using microformat SEO for a couple of months and it really works.
|
Can you please explain how can you tell that they really work/supported? Can you be more specific?
Last edited by Webnauts : 06-26-2008 at 01:18 AM.
|

07-02-2008, 04:21 AM
|
|
WebProWorld New Member
|
|
Join Date: Jul 2008
Posts: 5
|
|
Re: Microformats SEO and the Sumo parser.
do you think it is worth the money and time ??
|

07-02-2008, 07:34 AM
|
 |
WebProWorld 1,000+ Club
|
|
Join Date: Aug 2003
Location: Worldwide
Posts: 7,277
|
|
Re: Microformats SEO and the Sumo parser.
Quote:
Originally Posted by Seo-optimizer
do you think it is worth the money and time ??
|
What do you mean with money and time?
|

07-02-2008, 07:56 AM
|
|
WebProWorld New Member
|
|
Join Date: Jan 2008
Posts: 17
|
|
Re: Microformats SEO and the Sumo parser.
SO Microformats happened to be the colosest friend of the mysterious Google Algo........
|

07-05-2008, 10:58 AM
|
|
WebProWorld New Member
|
|
Join Date: Jun 2008
Posts: 12
|
|
Re: Microformats SEO and the Sumo parser.
Nice post, I'm looking into the SEO goodies you attached now. I'm still new and struggling to the world of rankings and need all the help i can get. If you have any other ideas to boost new webpages please let me know.
Thanks
|

07-15-2008, 07:53 AM
|
 |
WebProWorld Pro
|
|
Join Date: Apr 2007
Posts: 241
|
|
Re: Microformats SEO and the Sumo parser.
Quote:
Originally Posted by kgun
1. Motivation.
Microformats give us the opportunity to add more machine-readable semantic value to HTML documents using structures with standardized class names.
So more precisely, what are microformats - Microformats? Microformats are a way of thinking about data, design principles for formats, highly correlated with semantic XHTML, a set of simple open data format standards that a diverse community of individuals and organizations are actively developing and implementing for more/better structured blogging and web microcontent publishing in general and much more. It is a way to write code and markup that a Bot should like and as such have the potential to improve your SE ranking.
2. An example: http://microformats.org/wiki/hcard
hCard is a simple, open, distributed format for representing people, companies, organizations, and places, using a 1:1 representation of vCard (RFC2426) properties and values in semantic HTML or XHTML. hCard is one of several open microformat standards suitable for embedding in HTML, XHTML, Atom, RSS, and arbitrary XML.
3. Microformats and SEO
How microformats affect search engine optimization ( SEO ) - USWeb Blog - Internet and Search Engine Marketing Blog
"So if you haven’t heard by now there is this new term called microformats spreading like crazy across the net. At first it can seem overly confusing but when digging into the heart of the matter the exact opposite is true. So what are microformats? Microformats are sets of simple data formats built for today’s technology (XHTML mostly) to solve simple problems. To speak in plain English a Microformat in most cases is a set of XHTML code embedded in web pages that provides a structured set of data that can be utilized for other means".
Googling for microformats - Joost de Valk's SEO Blog
"Imagine, you can type in a query like "joost de valk class:vcard" and Google comes up with my contact page, because that has a vcard class in it's markup, the main class of the hCard microformat. This was suggested today on the uf-discuss mailing list, a mailing list I've been lurking on for quite a while now, and it made me go "YES! That's what I want!"."
This is definitely a standard that has the potential to improve the SERP's.
4. SEO tools
SEO Goodies | Tag Cloud tool, SEO Keyword Discovery Tool, SEO Books
5. Dan Webb's Sumo Java Script parser.
Parsing microformats is difficult, but Dan Webb has written one parser:
danwebb.net - Sumo! A Generic Microformats Parser For JavaScript
For more information see:
The*Art*& Science*of JavaScript - SitePoint Books
chapter 5. That is a must read about meta programming in JavaScript and extending JavaScript to a better language with true object oriented features. If you understand that chapter (read, try the code, read again and reread until you understand it), you will be able to write cleaner, more flexible, more optimized and more reuseable Java Script code.
|
Information is excellent.
These links not working:
Microformats
microformats - Microformats
hcard - Microformats
Can you please give me some of the resources where i can find complete information about Microformats. I read all the links which are published in your paragraphs
Regards
Subhzash
|

07-15-2008, 10:55 AM
|
 |
WebProWorld 1,000+ Club
|
|
Join Date: May 2005
Location: Norway
Posts: 4,915
|
|
Re: Microformats SEO and the Sumo parser.
Quote:
Originally Posted by subhzash
| | |