A content randomiser. It can use the page-name or query_string
as a keyword, and insert it in the content. Useful for SEO.
The script should be 'called' by another web page.
It randomises text or HTML from a flat-file pipe-delimited database.
MySQL is not needed.
It can also create a permanent include file of
the randomised content, to save server resources.
Suggested uses are:
- To add useful tips quickly to the footer of a large web site.
- To add different sales pitches quickly to the footer of a large catalogue site.
- To give repeat visitors something new to read, while keeping the page on-topic.
- To help prevent other sites cloning your content exactly, and outranking you for it.
WARNING - Dangerous uses are:
- To generate many web pages whose majority content is made
by 'content-freshener.php' alone.
Search engines are getting very good at spotting duplicate content. I suggest
you have least _two-thirds unique content_ on any web page you use this script
on.
If you do otherwise, make sure you can accept a search engine penalty
with good grace.
DEMO