|
log into your adsense account and insert the feed url in the adsense for feeds set up..and you are ready with the feeds with adsense..as simple as abc...but before that you should know how to create rss feeds?
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<item>
<title> your title of feed</title>
<description> description of feed </description>
<link> URL of your website </link>
</item>
</channel>
</rss>
This code may help you to generate the feeds..
|