- Feed URL:
- None
So, I added the code to the head of my template, and now, when I go to Google Reader, select 'Add subscription' and type in my url, I get a feed! Hopefully this makes it easier for anyone who is trying to subscribe to my blog.I sometimes see web sites or blogs that have RSS feeds, but fail to include the one line of HTML that enables RSS autodiscovery....
...Adding that one line of code to your template will make it easier for people to subscribe to your RSS feed. Here's how:
< link rel="alternate"
type="application/rss+xml"
title="RSS Feed for petefreitag.com"
href="/rss/" />The above
link
tag should be added inside thehead
tag of your HTML document.You will of course need to change the value of the
title
andhref
attributes to fit your needs.
No comments:
Post a Comment
I love your comments! Keep them coming.