Tips for SEO

  • Use only unique content. It increases the rating of your feed in search engines.

  • After you create an RSS feed, do not forget to add a parser to it – it is a script that will convert RSS into HTML. You can use a free PHP script named Feed2Html.

  • The use of RSS content is an effective way to quickly increase the number of pages at your site. To insert data from an RSS feed into an HTML page, do the following:

  1. Add the line “AddHandler server-parsed .shtml .shtm .html .htm” to .htaccess

  2.  Insert the tag “<!--#include virtual="/yourscript.php"-->” into the HTML page, where yourscript.php is the script for converting RSS into HTML, for example that very Feed2Html.