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

    // Prevent Enter key search
    document.addEventListener('keydown', function (e) {

        const input = e.target.closest('.proinput input, .proinput input.orig');

        if (!input) return;

        if (e.key === 'Enter' || e.keyCode === 13) {
            e.preventDefault();
            e.stopPropagation();
            e.stopImmediatePropagation();
            return false;
        }

    }, true);

    // Block typing from triggering AJAX search
    // document.addEventListener('input', function (e) {

    //     const input = e.target.closest('.proinput input, .proinput input.orig');

    //     if (!input) return;

    //     e.stopImmediatePropagation();

    // }, true);

});
</script>
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//harcosemco.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://harcosemco.com/post-sitemap.xml</loc>
		<lastmod>2025-09-11T12:11:48+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://harcosemco.com/page-sitemap.xml</loc>
		<lastmod>2026-07-21T16:09:26+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://harcosemco.com/job-sitemap.xml</loc>
		<lastmod>2026-06-01T14:00:35+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://harcosemco.com/products-sitemap.xml</loc>
		<lastmod>2026-05-25T09:39:44+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://harcosemco.com/category-sitemap.xml</loc>
		<lastmod>2025-09-11T12:11:48+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://harcosemco.com/product-category-sitemap.xml</loc>
		<lastmod>2026-05-25T09:39:44+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://harcosemco.com/author-sitemap.xml</loc>
		<lastmod>2026-07-09T20:22:31+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->