
Main Menu

Yahoo

User Info
 Welcome Anonymous

Top Ranked Feeds

Random Feeds
|
Frequently Asked Questions
Main | Search
| Answer | .Why is my content displayed on Jordo Media?
Jordo Media is an RSS, Atom, and Podcast feed directory/database. Users and webmasters submit their feeds so that web users can find them and subscribe to them.
If Jordo Media is displaying your content, it's because a user or webmaster submitted your feed to our directory and your feed is providing the content. We display the contents of the feed to assist feed subscribers in determining which feeds they would like to subscribe to.
We provide links to both your website and feed, as well as easy buttons to assist the user in subscribing to your feeds through major fead reading services.
|  | How do I keep Jordo Media from displaying my feed?
If you decide that you do not want your feed's contents displayed in the Jordo Media directory, the easiest way is to modify your robots.txt file to tell the Jordo Media Feed Reader to ignore your feed.
You can do this by adding the below statement to your robots.txt.
User-agent: JordoMedia
Disallow: /path/file
for example, if your feed is located at www.example.com/rss/rss.php
then the statement you add is:
User-agent: JordoMedia
Disallow: /rss/rss.php
If you wish to keep JordoMedia out of the directory all your feeds are located in, then use the below. (replace rss with the directory you keep your rss feeds in)
User-agent: JordoMedia
Disallow: /rss/
Or you can just keep the JordoMedia feed reader away from your entire site by using:
User-agent: JordoMedia
Disallow: /
By doing one of the above, JordoMedia will still display your feed information (title, description, url, etc0, but instead of displaying the contents of the feed, we will display a statement saying that the feed was blocked by the host.
|  | My feed is displaying "Feed blocked by host robots.txt"
If your feed is displaying "Feed blocked by host robots.txt", this means that your robots.txt is blocking our reader. Although our reader IS NOT a bot, we still obey the robots.txt.
If you have something like:
User-agent: *
Disallow: /
you are blocking all bots and everything else that obeys the robots.txt. Remove that to allow your feed to be viewed on JordoMedia.
Visit The Web Robots Pages to learn more about the robots.txt
|  | |