<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mbutubuntu</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Mbutubuntu"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/Mbutubuntu"/>
	<updated>2026-05-14T04:47:19Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=rel-nofollow&amp;diff=48522</id>
		<title>rel-nofollow</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=rel-nofollow&amp;diff=48522"/>
		<updated>2012-10-28T22:38:21Z</updated>

		<summary type="html">&lt;p&gt;Mbutubuntu: /* examples in the wild */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;rel=&amp;quot;nofollow&amp;quot;&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Specification 2005-01-10 ==&lt;br /&gt;
&lt;br /&gt;
=== Editors ===&lt;br /&gt;
* [http://tantek.com/ Tantek Çelik] ([http://technorati.com Technorati, Inc.])&lt;br /&gt;
* [http://epeus.blogspot.com/ Kevin Marks] ([http://technorati.com Technorati, Inc.])&lt;br /&gt;
&lt;br /&gt;
=== Concept ===&lt;br /&gt;
* [http://www.google.com/googleblog/ Matt Cutts] ([http://google.com Google, Inc])&lt;br /&gt;
* [http://www.shellen.com/ Jason Shellen] ([http://www.blogger.com Blogger]/[http://www.google.com Google])&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatCopyrightStatement2005}}&lt;br /&gt;
* [[User:Tantek|Tantek]]: I release all my contributions to this specification into the public domain and I encourage the other authors to do so as well.&lt;br /&gt;
* [[User:Kevin Marks|Kevin Marks]]: I release all my contributions to this specification into the public domain and I encourage the other authors to do so as well.&lt;br /&gt;
** When all authors/editors have done so, we can remove the MicroFormatCopyrightStatement template reference and replace it with the MicroFormatPublicDomainContributionStatement.&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
&amp;lt;p class=&amp;quot;entry-summary&amp;quot;&amp;gt;RelNoFollow is an [[elemental-microformat|elemental microformat]], one of several [[microformats|microformat]] open standards. By adding &amp;lt;code&amp;gt;rel=&amp;quot;nofollow&amp;quot;&amp;lt;/code&amp;gt; to a hyperlink, a page indicates that the destination of that hyperlink {{should not}} be afforded any additional weight or ranking by user agents which perform link analysis upon web pages (e.g. search engines). Typical use cases include links created by 3rd party commenters on blogs, or links the author wishes to point to, but avoid endorsing.  For more specific endorsement (or lack thereof) semantics, see [[vote-links|VoteLinks]].&amp;lt;/p&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
The following is an [http://gmpg.org/xmdp/ XMDP] profile for the [[rel-nofollow]] specification.&lt;br /&gt;
&lt;br /&gt;
=== URLs ===&lt;br /&gt;
This profile is hosted as a separate XMDP file on microformats.org:&lt;br /&gt;
* http://microformats.org/profile/rel-nofollow&lt;br /&gt;
* shortURL: http://ufs.cc/x/rel-nofollow&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
Profiles are referenced in (X)HTML files in the &amp;amp;lt;HEAD&amp;amp;gt; tag, e.g.:&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;head profile='http://microformats.org/profile/rel-nofollow'&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Profile ===&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;quot;rel&amp;quot;&amp;gt;rel&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rel&amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rel' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here is an additional value as defined in the&lt;br /&gt;
   &amp;lt;a rel=&amp;quot;help start&amp;quot; href=&amp;quot;http://microformats.org/wiki/rel-nofollow&amp;quot;&amp;gt;&lt;br /&gt;
   rel-nofollow specification&amp;lt;/a&amp;gt; &lt;br /&gt;
   .&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;quot;nofollow&amp;quot;&amp;gt;nofollow&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates that the referred resource was not necessarily linked to &lt;br /&gt;
       by the author of the page, and thus said reference should not afford &lt;br /&gt;
       the referred resource any additional weight or ranking by user agents.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== examples in the wild ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
Note: There are numerous uses of rel-nofollow in the wild, this is very much an incomplete list. If your site marked up with rel-nofollow, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page ([[rel-nofollow-examples-in-wild]]).&lt;br /&gt;
* [http://www.netd.it/sviluppo/ Netdesign Developers Network] uses the rel-nofollow attribute to make search engines don't follow the &amp;quot;off-topic&amp;quot; links.&lt;br /&gt;
* [http://funadvice.com FunAdvice] supports using the rel-nofollow tag to prevent users posting content simply for the search engine benefit, to improve the quality of the advice giving community.&lt;br /&gt;
* [http://www.cabs.co.za CABS Car hire South Africa] supports using the rel-nofollow tag to prevent inproper listings in the accommodation directory&lt;br /&gt;
* [http://petfoodtalk.com/dogfoodcoupons/ Dog Food Coupons] provides a dog food coupon collection service for dog owners.  rel-nofollow is used to instruct search engine agents to '''not''' further execute link analysis and avoid endorsement of the actual merchant coupon links.&lt;br /&gt;
&lt;br /&gt;
== bad examples in the wild ==&lt;br /&gt;
This section is informative.&lt;br /&gt;
There are now numerous abuses of rel-nofollow, in particular, where it is used on *2nd party* links, rather than the original intention of *3rd party* links such as in blog comments. The primary abusers of rel-nofollow are content hosting / social network sites.&lt;br /&gt;
* [http://flickr.com/ Flickr] puts &amp;quot;nofollow&amp;quot; on comments by the content publisher themselves (should only be on 3rd party comments), e.g. http://www.flickr.com/photos/tantek/2344425887/ as well as on profile links e.g. website: http://www.flickr.com/people/microformats/&lt;br /&gt;
* [http://twitter.com/ Twitter] puts &amp;quot;nofollow&amp;quot; on account holders' profile links,  in the &amp;quot;description&amp;quot; and &amp;quot;web site&amp;quot; fields, e.g. http://twitter.com/indiewebcamp (links in posts do not have &amp;quot;nofollow&amp;quot; yet are wrapped with &amp;quot;t.co&amp;quot; URLs).&lt;br /&gt;
* ... nearly every other content hosting / publishing site - please add more specific examples with direct URLs to pages abusing &amp;quot;nofollow&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== exceptions ===&lt;br /&gt;
It may seem odd to explicitly list *non* examples in an examples in the wild section, but such non-examples may be useful to help convince the bad examples in the wild to change their behavior:&lt;br /&gt;
* [http://blogspot.com/ Blogspot] does NOT put &amp;quot;nofollow&amp;quot; on content publisher links, e.g. http://epeus.blogspot.com/2012/03/when-youre-merchandise-not-customer.html&lt;br /&gt;
* [http://tumblr.com/ Tumblr] does NOT put &amp;quot;nofollow&amp;quot; on content publisher links, e.g. http://adactio.tumblr.com/post/27135731578/the-web-unusually-came-with-a-view-source&lt;br /&gt;
* ... (let's hope we find more such non-examples)&lt;br /&gt;
&lt;br /&gt;
== normative references ==&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* http://googleblog.blogspot.com/2005/01/preventing-comment-spam.html&lt;br /&gt;
&lt;br /&gt;
== informative references ==&lt;br /&gt;
* VoteLinks can be used by an author to explicitly state their support for or against, or neutrality toward the destination of a link.  Implementers implementing rel=&amp;quot;nofollow&amp;quot; and VoteLinks should similarly not afford any additional weight or ranking to links with either &amp;lt;code&amp;gt;rev=&amp;quot;vote-abstain&amp;quot;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;rev=&amp;quot;vote-against&amp;quot;&amp;lt;/code&amp;gt;.&lt;br /&gt;
* Contributed from http://developers.technorati.com/wiki/RelNoFollow&lt;br /&gt;
&lt;br /&gt;
== open issues ==&lt;br /&gt;
These are open issues that have been raised about rel=&amp;quot;nofollow&amp;quot; that have been raised in various forums, in particular, on the public [http://lists.w3.org/Archives/Public/www-html W3C www-html mailing list].  Once the list grows too big, we'll make a separate wiki page ([[rel-nofollow-issues]]). The issues have been grouped into four areas.&lt;br /&gt;
&lt;br /&gt;
* '''Definition'''. nofollow indicates a behavior rather than a relationship from which the behavior should be inferred as appropriate for the useragent. rel values should be nouns that indicates what the resource being referenced is in relation to the source.&lt;br /&gt;
* '''Name'''. nofollow is a bad name.&lt;br /&gt;
** overloading. does not mean the same as robots exclusion standards (robots.txt, meta robots) nofollow.&lt;br /&gt;
** does not mean what it says. does not mean &amp;quot;do not follow this link&amp;quot;, rather it means &amp;quot; do not add weight from this link&amp;quot;. [http://www.w3.org/mid/opsk3cccj9lo81gp@quark Asbjørn Ulsberg]&lt;br /&gt;
** not a noun. see above.&lt;br /&gt;
** suggested alternatives:&lt;br /&gt;
*** noendorse - [http://lists.w3.org/Archives/Public/www-html/2005Jan/0046.html Micah Dubinko]&lt;br /&gt;
*** none&lt;br /&gt;
*** noweight&lt;br /&gt;
*** unendorsed - [http://lists.w3.org/Archives/Public/www-html/2005Jan/0057.html Lachlan Hunt]&lt;br /&gt;
*** unrelated - [http://lists.w3.org/Archives/Public/www-html/2005Jan/0049.html Jens Meiert]&lt;br /&gt;
*** untrusted&lt;br /&gt;
*** nonauth - [http://www.mnot.net/blog/2003/12/29/comment_spam_and_google Mark Baker]&lt;br /&gt;
*** norank - [http://www.digitalburg.com/ Ben Pierce]&lt;br /&gt;
* '''Efficacy'''.  nofollow will not affect spamming behavior.&lt;br /&gt;
* '''Collateral Damage'''. If tools automatically add nofollow to all 3rd party links, then many legitimate non-spam links will be ignored or given reduced weight, and thus the destination of such links will be unfortunate casualties.&lt;br /&gt;
&lt;br /&gt;
=== additional lists of issues ===&lt;br /&gt;
Additional lists of issues raised against rel=&amp;quot;nofollow&amp;quot; can be found at the following site(s):&lt;br /&gt;
* http://www.nonofollow.net/&lt;br /&gt;
Matt Cutts Says No to Nofollow On Internal Links:&lt;br /&gt;
* http://www.techzene.com/seo/rel-nofollow-seo-disadvantages/&lt;br /&gt;
&lt;br /&gt;
[[Category:Specifications]]&lt;br /&gt;
[[Category:rel-nofollow]]&lt;br /&gt;
&lt;br /&gt;
== articles ==&lt;br /&gt;
When this section gets too big, we can move it to [[rel-nofollow-articles]].&lt;br /&gt;
* [http://searchenginewatch.com/3633972 2009-06-03 Search Engine Watch: Google Changes Course on Nofollow]&lt;br /&gt;
* [http://reference.sitepoint.com/html/rel-mf#rel__nofollow SitePoint reference: rel- Microformats / nofollow] by Ian Lloyd&lt;/div&gt;</summary>
		<author><name>Mbutubuntu</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=rel-tag-examples-in-wild&amp;diff=48519</id>
		<title>rel-tag-examples-in-wild</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=rel-tag-examples-in-wild&amp;diff=48519"/>
		<updated>2012-10-28T18:58:58Z</updated>

		<summary type="html">&lt;p&gt;Mbutubuntu: /* new and uncategorized examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;rel-tag Examples in the wild&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page is an '''informative''' section of the [[rel-tag|rel-tag specification]].&lt;br /&gt;
&lt;br /&gt;
The following sites have published [[rel-tag|rel-tag]], and thus are a great place to start for anyone looking for examples &amp;quot;in the wild&amp;quot; for inspiration, or try parsing and indexing.&lt;br /&gt;
&lt;br /&gt;
== new and uncategorized examples ==&lt;br /&gt;
&lt;br /&gt;
* [http://picc.it Picc.it] uses rel-tag site-wide to markup links from pictures and albums back to their tag search pages. [http://picc.it/c/wallpapers/pictures/id/1246992/@_fountain_trafalger_square_lo Example Picture (Fountain, Trafalger Square, London)].&lt;br /&gt;
** '''Problematic.''' The example of &amp;quot;Trafalger Square&amp;quot; gets rel-tag wrong, and thus uses the tag &amp;quot;1&amp;quot; three times due to putting pagination (1) in the last segment of the URL.&lt;br /&gt;
* [http://sterlinghotels.com Sterling Hotels] uses rel-tag to mark up links to countries in search (look at country links on left) [http://sterlinghotels.com/search.aspx?hotelname=hotel Search for term hotel]&lt;br /&gt;
* [http://sterlingdesignhotels.com Sterling Design Hotels] uses rel-tag to mark up links to countries in search (look at country links on left) [http://sterlingdesignhotels.com/search.aspx?hotelname=hotel Search for term hotel]&lt;br /&gt;
* [http://www.blogspot.com Blogger by Google] uses rel-tag for post tags e.g. [http://analytics.blogspot.com Google Analytics Blog]&lt;br /&gt;
* [http://www.therecipedepository.com The Recipe Depository] uses rel-tag on all recipe pages to mark all the categories the recipes are filed under, e.g. [http://therecipedepository.com/recipe/662/spaghetti-with-tomatoespine-nutsand-arugula Spaghetti with Tomatoes, Pine Nuts, and Arugula]&lt;br /&gt;
* [http://www.linkedin.com LinkedIn] uses rel-tag throughout their pages.&lt;br /&gt;
* [http://www.amazon.com Amazon.com] now uses rel-tag on individual product pages allowing users to tag products with tags to help other users find products easier, e.g. [http://www.amazon.com/Febreze-Refresher-Antimicrobial-27-Ounce-Bottles/dp/B001D1YJKC/ref=wl_it_dp_o_npd?ie=UTF8&amp;amp;coliid=I1TJPD1T16WZ2W&amp;amp;colid=30JQN5R73GXZP Febreze Fabric Refresher, Antimicrobial, 27-Ounce Bottles (Pack of 6)]&lt;br /&gt;
* [http://trustafriend.com Trust a Friend] uses rel-tag for reviewed businesses in a city.  For example: [http://trustafriend.com/reviews/le-gigot-cornelia-st-new-york-ny/ Le Gigot] has the tags: [http://trustafriend.com/us/newyork/french French] and [http://trustafriend.com/us/newyork/restaurant Restaurant].&lt;br /&gt;
* [http://en.newsgrail.com/ Newsgrail] uses rel-tag for an implementation of structured sematic tagging by [http://opencalais.com/ OpenCalais].&lt;br /&gt;
* [http://davidswain.co.uk Actor David Swain] uses rel-tag on all &amp;quot;tag&amp;quot; links on his site each pointing to its own tag-space.&lt;br /&gt;
* [http://beeets.com beeets] is a tag-based event search engine that uses rel-tag on all &amp;quot;tag&amp;quot; links, each pointing to its own tag-space.&lt;br /&gt;
* [http://www.beginrunning.com/ Begin Running] uses rel-tag on pages containing tagged content.&lt;br /&gt;
* [http://www.sunfactory.fr/en/ Sun Factory] uses rel-tag on some of its product pages.  For example : [http://www.sunfactory.fr/en/personalized-gifts/statuette-trophy-soccer-player-football.html Trophy Soccer Player].&lt;br /&gt;
* [http://laibcoms.asia/blog/ Snow World] uses rel-tag on all &amp;quot;tag&amp;quot; links.  As is built in [http://b2evolution.net b2evolution].&lt;br /&gt;
* [http://gameshogun.ws/ gameshogun™] uses rel-tag on all &amp;quot;tag&amp;quot; links.  A [http://b2evolution.net b2evolution] implementation.&lt;br /&gt;
* [http://clothesonline.info ClothesOnline] uses rel-tag for categorizing shops and brands, for example: [http://clothesonline.info/brands/canada-goose Canada Goose].&lt;br /&gt;
* [http://huffduffer.com/ Huffduffer] uses rel-tag on every page, pointing to its own tag space e.g. http://huffduffer.com/tags/microformats&lt;br /&gt;
* [http://www.pantrymothtrap.com/ Pantry Moth Traps] implements the rel-tag in articles where an authoritative source is known.  (for example in the article [http://www.pantrymothtrap.com/MothTrapsPick.html Moth Trap Picks] the tag [http://www.cleanertoday.com/tag/moth%20trap Moth Trap])&lt;br /&gt;
* [http://www.hightechcville.com/ HighTechCville] uses rel-tag on all the pages listing tagged content for [http://www.hightechcville.com/people people], [http://www.hightechcville.com/organizations organizations] and [http://www.hightechcville.com/events events] related to high tech in Charlottesville, VA.&lt;br /&gt;
* [http://skateboardspot.info skateboardspot.info] uses rel-tag in spotguide entries which are added to the site and categorized by the users (for example: [http://skateboardspot.info/cat/spotguide/action/view/id/1 “El Toro High School” spotguide entry]).&lt;br /&gt;
* [http://www.idoneos.com Idoneos.com] uses rel-tag for conceptual links to its own tag space, a collection of 'concepts' (mostly spanish).&lt;br /&gt;
* [http://www.professionalontheweb.com Professional On The Web]  uses rel-tag for user entered tags which categorize web professionals and freelancers.&lt;br /&gt;
* [https://www.coderesort.com/p/epicode/wiki/CloudCuckoo CloudCuckoo] (secure site but open to all) an [http://www.episerver.com EPiServer] module distributed free by [http://www.interakting.co.uk Interakting], generates tag clouds with rel-tag links.&lt;br /&gt;
* [http://www.lifetime.com Lifetime.com] uses rel- and rev-tags in all content pages.&lt;br /&gt;
* [http://www.my-warehouse.de the my-Warehouse shopsystem] implements rel-tags in box headings and categories links.&lt;br /&gt;
* Joseph Bergantine uses tags to categorize [http://bergantinedesign.us/wallpaper/ wallpapers] and [http://bergantinedesign.us/blog/my-name-is-rachel-corrie blog posts]&lt;br /&gt;
* [http://www.codesignville.com Codesignville] uses rel-tag to indicate content categories.&lt;br /&gt;
* [http://www.bossalive.com BossaLive] uses rel-tag for tagging music. Publishes rel-tags for album, artist and genre.&lt;br /&gt;
** Also uses [[hcard|hCard]] on user profile pages.&lt;br /&gt;
* [http://www.qmpeople.com/ qmpeople] Uses rel-tag for translated tags into english, french and italian to meet new friends in different countries.&lt;br /&gt;
* [http://www.keevu.com Keevu.com] uses rel-tag to indicate content categories on most pages, like [http://www.keevu.com/venues venues]&lt;br /&gt;
* [http://www.amazingincredible.com Amazing Incredible] uses rel-tag on content pages&lt;br /&gt;
* [http://www.auctionlink.com.au AuctionLink] uses rel-tag on [http://www.auctionlink.com.au/TagList/Auctioneers/ Auction Sales Listings] tags.&lt;br /&gt;
** Could also use [[hcard|hCard]], e.g. on [http://www.auctionlink.com.au/Auctioneers/Auctioneer/Bonhams_Goodman_1/] [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* Christian Hess uses rel-tag on his [http://www.hess-cr.com homepage blog] and several other pages of his site.&lt;br /&gt;
* [http://spacedust.atspace.com/ Spacedust] uses rel-tag to mark up gallery pages.&lt;br /&gt;
* [http://my.opera.com/dstorey/blog/ My Opera] uses rel-tag for tags on all user's blog entries.&lt;br /&gt;
* [http://dev.opera.com/articles/view/making-wii-friendly-pages/ Dev Opera] uses rel-tag on all article tags.&lt;br /&gt;
* [http://www.international.unt.edu UNT International] uses rel-tag to indicate content categories on most pages&lt;br /&gt;
* [http://yedda.com Yedda] - Yedda publishes rel-tags for all of the tags the people entered on themselves as well as on all tags entered on questions asked on Yedda.&lt;br /&gt;
* [http://www.lingr.com Lingr] publishes rel-tags for all user entered tags.&lt;br /&gt;
* [http://odeo.com ODEO] [http://odeo.com/blog/2005/07/adding-microformats-to-odeo.html publishes] rel-tags for user entered tags.&lt;br /&gt;
* [http://eventful.com Eventful] publishes rel-tags for user entered tags.&lt;br /&gt;
* [http://spinn3r.com Spinn3r] implements rel-tag as well as RSS and Atom subject and categories.&lt;br /&gt;
* [http://www.weboffate.com Web of Fate] publishes rel-tags for future predictions.&lt;br /&gt;
* [http://www.netd.it/sviluppo/ Netdesign] uses rel-tag for all blog posts.&lt;/div&gt;</summary>
		<author><name>Mbutubuntu</name></author>
	</entry>
</feed>