Welcome to ConsumerFair Plumbing
This theme includes auto-generated plumbing service pages for Pretoria and surrounding areas.
function consumerfair_create_plumbing_pages() { $pages = [ "plumbers pretoria", "plumbers pretoria east", "plumbers pretoria east south africa", "plumbers pretoria north", "best plumbers pretoria", "plumbers pretoria west", "pretoria north plumbers", "ad hoc plumbers pretoria", "ad hoc plumbers pretoria east", "best plumbers in pretoria", "best plumbers pretoria pretoria", "emergency plumbers pretoria east", "fd plumbers pretoria", "24 hour plumber pretoria east", "24 hour plumbers pretoria", "brooklyn plumbers pretoria", "emergency plumbers pretoria", "plumber lynnwood pretoria", "plumbers in centurion pretoria", "plumbers pretoria moot", "venter plumbers pretoria" ]; foreach ($pages as $kw) { $slug = sanitize_title($kw); $title = ucwords($kw); if (!get_page_by_path($slug)) { $post_id = wp_insert_post([ 'post_title' => $title, 'post_name' => $slug, 'post_status' => 'publish', 'post_type' => 'page', 'post_content' => "
This page targets the keyword: $kw.
Call us today for trusted plumbing services in Pretoria and surrounding areas.
", ]); // Add RankMath meta title and description if ($post_id && function_exists('update_post_meta')) { update_post_meta($post_id, 'rank_math_title', "$title — Fast, Affordable Plumbing in Pretoria"); update_post_meta($post_id, 'rank_math_description', "Call our $kw specialists for fast and reliable plumbing in Pretoria. Licensed, affordable, and available 24/7."); } } } } add_action('after_setup_theme', 'consumerfair_create_plumbing_pages');This theme includes auto-generated plumbing service pages for Pretoria and surrounding areas.