Automate localized SEO pages

Hello,

I run a local tutoring platform, and wanted to improve my seo by creating pages that target by location and subject i.e “Top Math tutors in {city name}” or “Top English tutors in {city name}” Since there are a lot of combinations this would create, is there a way I can do this systematically instead of manually? I would need to create a template, and then need the location/subjects in the template to be replaced with the actual ones in addition to the meta data and which tutors appear. Thanks for the guidance

Update: I created a CSV file with locations and subjects, and created a custom post type with ACF and imported it with WP All Import. Is there an easy way to create a template for the ACF post type? Do I need to make the template for the post type using a child theme?

Final update incase anyone sees this in the future (I figured it out)

After creating a CSV file with all the permutations of locations * subjects, creating a custom post type and fields (location, subjects, etc.) with ACF and importing the CSV file with WP All Import, I then created a child theme to make the template. This was all done using the free version :slight_smile: Pretty annoying to do it manually and not the blocks, but AI is really good at helping do this type of stuff quickly.

1 Like

Hi,

Thank you for sharing your solution! We’re planning to automate this feature in future updates to make it more user-friendly.

For now, the manual approach would be either using the Listings block or the method you’ve described.