/**
 * Help Yoast SEO analyze Flatsome UX Builder shortcode content
 * Flatsome stores page content as [shortcodes] in post_content.
 * strip_shortcodes() removes the content between registered shortcode tags,
 * so we use regex to just remove the [tag] markers, keeping the text.
 */
add_filter('wpseo_pre_analysis_post_content', function($content, $post) {
    if ($post instanceof WP_Post) {
        $raw_content = $post->post_content;
        
        // Also check UX Builder meta
        $ux_content = get_post_meta($post->ID, '_ux_builder_content', true);
        if (!empty($ux_content)) {
            $raw_content = $ux_content;
        }
        
        // Remove shortcode tags and HTML tags, keep text content
        $text = preg_replace('/\[[^\]]*\]/', '', $raw_content);
        $text = preg_replace('/<!--\/?wp:flatsome\/uxbuilder-->/', '', $text);
        $text = wp_strip_all_tags($text, true);
        $text = html_entity_decode($text, ENT_QUOTES | ENT_HTML5, 'UTF-8');
        $text = trim(preg_replace('/\s+/', ' ', $text));
        
        if (!empty($text)) {
            $content = $text . "\n\n" . $content;
        }
    }
    return $content;
}, 10, 2);
    return $content;
}, 10, 2);<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//thecanavape.co.uk/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd http://www.google.com/schemas/sitemap-image/1.1 http://www.google.com/schemas/sitemap-image/1.1/sitemap-image.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<url>
		<loc>https://thecanavape.co.uk/</loc>
		<lastmod>2026-07-17T23:53:37+00:00</lastmod>
		<image:image>
			<image:loc>https://thecanavape.co.uk/wp-content/uploads/2016/08/dummy-1.jpg</image:loc>
		</image:image>
		<image:image>
			<image:loc>https://thecanavape.co.uk/wp-content/uploads/2026/07/imgi_228_Types-of-Vape-Kits_49d26c6b-6e38-49df-a500-8dccd3046eca.webp</image:loc>
		</image:image>
		<image:image>
			<image:loc>https://thecanavape.co.uk/wp-content/uploads/2026/07/imgi_269_banner-prefilled-pods.webp</image:loc>
		</image:image>
		<image:image>
			<image:loc>https://thecanavape.co.uk/wp-content/uploads/2026/07/Screenshot-2026-07-13-at-12-22-27-THC-VAPES-UK-Weed-Vapes-Online-Thc-Vape-Store.png</image:loc>
		</image:image>
	</url>
	<url>
		<loc>https://thecanavape.co.uk/shop/</loc>
		<lastmod>2026-07-13T07:17:23+00:00</lastmod>
	</url>
	<url>
		<loc>https://thecanavape.co.uk/checkout/</loc>
		<lastmod>2026-07-13T07:17:23+00:00</lastmod>
	</url>
	<url>
		<loc>https://thecanavape.co.uk/my-account/</loc>
		<lastmod>2026-07-13T07:17:23+00:00</lastmod>
	</url>
	<url>
		<loc>https://thecanavape.co.uk/about/</loc>
		<lastmod>2026-07-13T09:55:51+00:00</lastmod>
	</url>
	<url>
		<loc>https://thecanavape.co.uk/terms-conditions/</loc>
		<lastmod>2026-07-13T09:56:23+00:00</lastmod>
	</url>
	<url>
		<loc>https://thecanavape.co.uk/faq/</loc>
		<lastmod>2026-07-13T09:56:23+00:00</lastmod>
	</url>
	<url>
		<loc>https://thecanavape.co.uk/shipping-returns/</loc>
		<lastmod>2026-07-13T10:40:50+00:00</lastmod>
	</url>
	<url>
		<loc>https://thecanavape.co.uk/privacy-policy/</loc>
		<lastmod>2026-07-13T10:41:27+00:00</lastmod>
	</url>
	<url>
		<loc>https://thecanavape.co.uk/cart/</loc>
		<lastmod>2026-07-14T17:29:34+00:00</lastmod>
	</url>
	<url>
		<loc>https://thecanavape.co.uk/contact-us/</loc>
		<lastmod>2026-07-15T11:11:43+00:00</lastmod>
		<image:image>
			<image:loc>https://thecanavape.co.uk/wp-content/uploads/2026/07/contact-page-for-flatsome-wordpress-theme-pointed-icon-phone.png</image:loc>
		</image:image>
		<image:image>
			<image:loc>https://thecanavape.co.uk/wp-content/uploads/2026/07/contact-page-for-flatsome-wordpress-theme-pointed-icon-chat.png</image:loc>
		</image:image>
		<image:image>
			<image:loc>https://thecanavape.co.uk/wp-content/uploads/2026/07/imgi_269_banner-prefilled-pods.webp</image:loc>
		</image:image>
	</url>
</urlset>
<!-- XML Sitemap generated by Yoast SEO -->