Posted in February 2, 2009 ¬ 2:25 pmh.Rob
Blocking RSS or XML feeds from use in Yahoo Pipes can be done by inserting a simple “noprocess” meta tag usually located before the first <item> tag. The directive can be seen below:
<meta xmlns="http://pipes.yahoo.com" name="pipes" content="noprocess" />
Yahoo Pipes is a service with which a user can process any freely available RSS or XML feed. They […]
Read the rest of this entry »
Posted in November 1, 2008 ¬ 2:33 pmh.Rob
Blocking or No indexing of RSS feeds can be done in a similar way to standard HTML documents. Whereas HTML documents contain a statement within the document <head> i.e:
<meta name=”robots” content=”noindex,follow” >
RSS (a form of XML) can also contain a “meta” tag usually located before the first <item>.The directive can be seen below:
<xhtml:meta content="noindex" name="robots" […]
Read the rest of this entry »