if (!(is_admin() )) {
function add_async_to_enqueue_script( $url ) {
if ( FALSE === strpos( $url, '.js' ) ) return $url;       //.js以外は対象外
if ( strpos( $url, 'jquery.min.js' ) ) return $url;       //'jquery.min.js'は、asyc対象外
return "$url' async charset='UTF-8";                      // async属性を付与
}
add_filter( 'clean_url', 'add_async_to_enqueue_script', 11, 1 );
}
 //ここまでがJavaScriptを、非同期で読み込む<?xml version="1.0" encoding="UTF-8"?>
<!--generator='jetpack-15.6'-->
<!--Jetpack_Sitemap_Buffer_Master_XMLWriter-->
<?xml-stylesheet type="text/xsl" href="//niconews55.com/sitemap-index.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
 <sitemap>
  <loc>https://niconews55.com/sitemap-1.xml</loc>
  <lastmod>2026-03-16T21:20:59Z</lastmod>
 </sitemap>
 <sitemap>
  <loc>https://niconews55.com/image-sitemap-index-1.xml</loc>
  <lastmod>2026-03-16T21:19:29Z</lastmod>
 </sitemap>
 <sitemap>
  <loc>https://niconews55.com/video-sitemap-1.xml</loc>
  <lastmod>2025-05-09T07:07:36Z</lastmod>
 </sitemap>
</sitemapindex>
