I just got done wasting about 2 hours doing a very repetitive task on one of my WordPress sites and would really like to avoid repeating this painstaking process again.
What I am am trying to do is Automate the process of setting up Static Pages with like 95% same content. Basically what I am doing is setting up a Static page for all 50 states and maybe top 10 cities in each state. The content and images would be the same but would have unique links and the States (and maybe cities) names brought into it. Which would also have a table on each page with all 50 states (more than likely I would just put it in the footer) I'm not looking at a Geo Redirect just building the pages for SEO.
So I guess there is a couple problems I am trying to solve
1 Automatically build the Pages so each page name would be Domain.com/state or Domain.com/city
2. Pull the content and then update the the states info for that unique page and also update the links.
Is this something that can be accomplished w/ some sort of Plugin? Ubot? Or im guessing this would probably be written in PHP? I really couldn't find much on this so if anyone has any thoughts or suggestions it would be appreciated. Thanks
What I am am trying to do is Automate the process of setting up Static Pages with like 95% same content. Basically what I am doing is setting up a Static page for all 50 states and maybe top 10 cities in each state. The content and images would be the same but would have unique links and the States (and maybe cities) names brought into it. Which would also have a table on each page with all 50 states (more than likely I would just put it in the footer) I'm not looking at a Geo Redirect just building the pages for SEO.
So I guess there is a couple problems I am trying to solve
1 Automatically build the Pages so each page name would be Domain.com/state or Domain.com/city
2. Pull the content and then update the the states info for that unique page and also update the links.
Is this something that can be accomplished w/ some sort of Plugin? Ubot? Or im guessing this would probably be written in PHP? I really couldn't find much on this so if anyone has any thoughts or suggestions it would be appreciated. Thanks