Forum Moderators: open
I have written a php page mydomain.com/rss.php when this page is called it reads the database for certain data and create a RSS feed in real time and display in browser...
Is it necessary to store RSS feed physically on my server for search engines or this link would work? because currently i am not storing the RSS on my server, i have a RSS icon on site and when visitor click it the rss.php page generates rss feed in real time from database.
thanks