1
Where to I add this or and how?
When i try i get a really clean white website
So can ya help me?
<link rel="alternate" type="application/rss+xml" title="Your Feed Title" href="http://www.example.com/rss.xml" />
This is from google:
How do I add my feed to the search results for Google's personalized homepage and Google Reader?
The feeds that Googlebot crawls appear in the search results for Google's personalized homepage and Google Reader. To ensure that your feed is part of this index, add a
tag to the header of your webpage to enable feed autodiscovery. There are a lot of variations on
tags for this purpose, but below are a couple simple examples.
For an Atom feed:
<link rel="alternate" type="application/atom+xml" title="Your Feed Title" href="http://www.example.com/atom.xml" />
For an RSS feed:
<link rel="alternate" type="application/rss+xml" title="Your Feed Title" href="http://www.example.com/rss.xml" />
any help much appreciated
I changed the code to
]<link rel="alternate" type="application/rss+xml" title="My site" href="http://my site/backend.php" />
and put it before the ?> at the bottom of my header.php
*note don't do that*
So what do i need to do?