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?