Hello coding ninjas,
I have installed a business directory on one of my websites (similar to Yellow Pages) and it generates thousands of category pages, basically one for each city and state in the U.S. It also includes a small "intro text" at the top of each category page.
The problem though is that all these pages have the same intro text. The H1 header is the only thing that's different (c.f. Name of the City/State)
I want to be able to spin the intro text that is rendered using a PHP spinning function, so that each category page has slightly unique content. I googled it and was able to find this page: Spin Text For SEO - A PHP Spinner
The problem I can see with this code though is that every time I press F5, the spinning text will run again and the content of the page will be different.
Is there a way to fix this? Anyone ever done something like this before?
I have installed a business directory on one of my websites (similar to Yellow Pages) and it generates thousands of category pages, basically one for each city and state in the U.S. It also includes a small "intro text" at the top of each category page.
The problem though is that all these pages have the same intro text. The H1 header is the only thing that's different (c.f. Name of the City/State)
I want to be able to spin the intro text that is rendered using a PHP spinning function, so that each category page has slightly unique content. I googled it and was able to find this page: Spin Text For SEO - A PHP Spinner
The problem I can see with this code though is that every time I press F5, the spinning text will run again and the content of the page will be different.
Is there a way to fix this? Anyone ever done something like this before?