How to add RSS Autodiscovery to your site (Could Not Detect a Feed for This URL)
I had problem with my website feed some time ago. When I enter my website or blog URL in the feed validateor, I got following error

It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn’t find one.
Here is simple steps to make your website or blog feed is valid. Just copy and paste following code in html source code of blog or WordPress template.
Find </head> tag in the html source of your template and paste following code before </head> tag.
|
1 2 |
<link rel="alternate" type="application/rss+xml" title="Smart tutorials RSS Feed" href="http://www.smarttutorials.net/feed/" /> <link rel="alternate" type="application/atom+xml" title="Smart tutorials Atom Feed" href="http://www.smarttutorials.net/feed/atom/" /> |
note: In href replace www.smarttutorials.net with your blog URL.
Now enter your blog URL in the feed validateor to check, now you will get following success messgae
Please refer my previous tutorial on “how to add rss email subscription box to your blog or site“
Subscribe to get all tutorial updates, promotional offers and download links for all tutorials via E-Mail






Thanks for taking the time to discuss this I feel strongly about it and love learning more on this topic. If possible as you gain expertise would you mind updating your blog with more information? as it is extremely helpful for me.
http://celabright.info/
Short and sweet.