

/****************************************************************************************
 * PERFORMANCE OPTIMIZATIONS FOR SEO HIRED GUN SITES
 * Defer JS, optimize CSS delivery, add image dimensions
 ****************************************************************************************/

/**
 * Defer non-critical JavaScript
 * Adds defer attribute to scripts that don't need to block rendering
 */

/**
 * Defer non-critical CSS by preloading
 * Changes stylesheet tags to preload then switch to stylesheet onload
 */

/**
 * Add missing width/height attributes to images to prevent layout shift
 */

/**
 * Optional: Remove unused WooCommerce styles/scripts if not needed on all pages
 */
// Uncomment if you want to disable WooCommerce styles on non-WooCommerce pages
// function seogunslinger_manage_woocommerce_styles() {
//     if ( function_exists( 'is_woocommerce' ) ) {
//         if ( ! is_woocommerce() && ! is_cart() && ! is_checkout() ) {
//             wp_dequeue_style( 'woocommerce-layout-css' );
//             wp_dequeue_style( 'woocommerce-smallscreen-css' );
//             wp_dequeue_style( 'woocommerce-general-css' );
//             wp_dequeue_style( 'woocommerce-blocktheme-css' );
//             wp_dequeue_script( 'wc-add-to-cart' );
//             wp_dequeue_script( 'wc-cart-fragments' );
//             wp_dequeue_script( 'wc-single-product' );
//             wp_dequeue_script( 'wc-add-to-cart-variation' );
//             wp_dequeue_script( 'wc-cart' );
//             wp_dequeue_script( 'wc-checkout' );
//             wp_dequeue_script( 'wc-shipping' );
//             wp_dequeue_script( 'wc-add-to-cart-variation' );
//         }
//     }
// }
// add_action( 'wp_enqueue_scripts', 'seogunslinger_manage_woocommerce_styles', 99 );
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//blog.seogunslinger.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://blog.seogunslinger.com/post-sitemap.xml</loc>
		<lastmod>2026-04-26T19:41:29+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://blog.seogunslinger.com/page-sitemap.xml</loc>
		<lastmod>2026-04-26T19:41:27+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://blog.seogunslinger.com/category-sitemap.xml</loc>
		<lastmod>2026-04-26T19:41:29+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://blog.seogunslinger.com/author-sitemap.xml</loc>
		<lastmod>2026-04-27T00:10:33+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->