
////@HA - 06/26/26 - CookieBot - Start
add_action('template_redirect', function () {

    if (!function_exists('geoip_detect2_get_info_from_current_ip')) {
        return;
    }

    $record = geoip_detect2_get_info_from_current_ip();

    if (
        $record &&
        isset($record->country->isoCode) &&
        $record->country->isoCode === 'US' &&
        isset($record->mostSpecificSubdivision->isoCode) &&
        $record->mostSpecificSubdivision->isoCode === 'CA'
    ) {
        wp_die(
            'Access to this website is currently unavailable. We apologize for the inconvenience.',
            'Access Restricted',
            array('response' => 403)
        );
    }

});
////@HA - 06/26/26 - CookieBot - END
<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet type='text/xsl' href='https://freelanceprospectresearch.com/wp-content/plugins/google-sitemap-generator/sitemap.xsl'?><!-- sitemap-generator-url='http://www.arnebrachhold.de' sitemap-generator-version='4.1.24' -->
<!-- generated-on='June 26, 2026 7:56 pm' -->
<sitemapindex xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd' xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>	<sitemap>
		<loc>https://freelanceprospectresearch.com/sitemap-misc.xml</loc>
		<lastmod>2024-04-12T08:44:00+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://freelanceprospectresearch.com/page-sitemap.xml</loc>
		<lastmod>2024-04-12T08:44:00+00:00</lastmod>
	</sitemap>
</sitemapindex><!-- Request ID: f659f56bd79bf06db0b66f6838934c96; Queries for sitemap: 5; Total queries: 24; Seconds: 0.01; Memory for sitemap: 2MB; Total memory: 88MB -->
