
<script>
    document.addEventListener("DOMContentLoaded", function() {

        const form = document.querySelector("form.icaal-contact-form");
        if (!form) return;

        const submitBtn = form.querySelector(".turnstile-submit");
        const widget = form.querySelector("#cloudflare-widget");
        submitBtn.disabled = true;

        window.onloadTurnstileCallback = function() {

            turnstile.render("#cloudflare-widget", {
                sitekey: "0x4AAAAAAB_ZcpDwG11vLeCB",
                callback: function(token) {
                    submitBtn.disabled = false;
                    widget.style.display = "none";
                    submitBtn.style.pointerEvents = "auto";
                    submitBtn.style.opacity = "1";
                }
            });
        };

        form.addEventListener("submit", function(e) {
            const tokenField = form.querySelector("input[name='cf-turnstile-response']");
            const token = tokenField ? tokenField.value : "";

            if (!token) {
                e.preventDefault();
                alert("Please complete the CAPTCHA before submitting.");
            }
        });

    });
</script><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.streetcredits.co.uk/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.streetcredits.co.uk/post-sitemap.xml</loc>
		<lastmod>2020-03-08T00:22:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.streetcredits.co.uk/page-sitemap.xml</loc>
		<lastmod>2025-08-15T10:28:51+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.streetcredits.co.uk/portfolio-sitemap.xml</loc>
		<lastmod>2022-01-05T10:48:04+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.streetcredits.co.uk/members-sitemap.xml</loc>
		<lastmod>2025-12-02T08:13:43+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.streetcredits.co.uk/category-sitemap.xml</loc>
		<lastmod>2020-03-08T00:22:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.streetcredits.co.uk/post_tag-sitemap.xml</loc>
		<lastmod>2020-03-08T00:22:50+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.streetcredits.co.uk/ngg_tag-sitemap.xml</loc>
	</sitemap>
	<sitemap>
		<loc>https://www.streetcredits.co.uk/tax-portfolio-sitemap.xml</loc>
		<lastmod>2022-01-05T10:48:04+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.streetcredits.co.uk/tax-team-sitemap.xml</loc>
		<lastmod>2025-12-02T08:13:43+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.streetcredits.co.uk/author-sitemap.xml</loc>
		<lastmod>2020-02-04T10:01:00+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->