WordPressのheadタグ内を徹底的に整理してみた

WordPressで書き出されるhead内のゴチャゴチャ感がかなり気になったので色々やってみました。

はじめに

当ブログのベースとなっているテンプレートはTwentyTwelveで、ある程度カスタマイズ済みの状態からの整理となります。
コメント欄とかも設置していないので、結構思い切った感じの整理になっています。

現状のheadタグのソース状況

現状は以下の様になっています。だいぶゴチャゴチャしているように感じます。
最終目標は、このソースをスッキリ・シンプルにしていく事です。

<!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7" lang="ja">
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8" lang="ja">
<![endif]-->
<!--[if !(IE 7) & !(IE 8)]><!-->
<html lang="ja">
<!--<![endif]-->
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>無能屋 | ホームページ制作に関する備忘録</title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="https://munouya.com/wp/xmlrpc.php" />
<!--[if lt IE 9]>
<script src="https://munouya.com/wp/wp-content/themes/munouya2/js/html5.js" type="text/javascript"></script>
<![endif]-->
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="無能屋 &raquo; フィード" href="https://munouya.com/wp/feed" />
<link rel="alternate" type="application/rss+xml" title="無能屋 &raquo; コメントフィード" href="https://munouya.com/wp/comments/feed" />
<link rel='stylesheet' id='crayon-css'  href='https://munouya.com/wp/wp-content/plugins/crayon-syntax-highlighter/css/min/crayon.min.css?ver=_2.7.2_beta' type='text/css' media='all' />
<link rel='stylesheet' id='crayon-theme-github-css'  href='https://munouya.com/wp/wp-content/plugins/crayon-syntax-highlighter/themes/github/github.css?ver=_2.7.2_beta' type='text/css' media='all' />
<link rel='stylesheet' id='crayon-font-monaco-css'  href='https://munouya.com/wp/wp-content/plugins/crayon-syntax-highlighter/fonts/monaco.css?ver=_2.7.2_beta' type='text/css' media='all' />
<link rel='stylesheet' id='toc-screen-css'  href='https://munouya.com/wp/wp-content/plugins/table-of-contents-plus/screen.min.css?ver=1509' type='text/css' media='all' />
<link rel='stylesheet' id='twentytwelve-style-css'  href='https://munouya.com/wp/wp-content/themes/munouya2/style.css?ver=4.8.1' type='text/css' media='all' />
<link rel='stylesheet' id='wordpress-popular-posts-css'  href='https://munouya.com/wp/wp-content/plugins/wordpress-popular-posts/style/wpp.css?ver=3.3.4' type='text/css' media='all' />
<link rel='stylesheet' id='A2A_SHARE_SAVE-css'  href='https://munouya.com/wp/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.14' type='text/css' media='all' />
<script type='text/javascript' src='https://munouya.com/wp/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://munouya.com/wp/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var CrayonSyntaxSettings = {"version":"_2.7.2_beta","is_admin":"0","ajaxurl":"https:\/\/munouya.com\/wp\/wp-admin\/admin-ajax.php","prefix":"crayon-","setting":"crayon-setting","selected":"crayon-setting-selected","changed":"crayon-setting-changed","special":"crayon-setting-special","orig_value":"data-orig-value","debug":""};
var CrayonSyntaxStrings = {"copy":"Press %s to Copy, %s to Paste","minimize":"Click To Expand Code"};
/* ]]> */
</script>
<script type='text/javascript' src='https://munouya.com/wp/wp-content/plugins/crayon-syntax-highlighter/js/min/crayon.min.js?ver=_2.7.2_beta'></script>
<script type='text/javascript' src='https://munouya.com/wp/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.0'></script>
<link rel='https://api.w.org/' href='https://munouya.com/wp/wp-json/' />

<script type="text/javascript">
var a2a_config=a2a_config||{};a2a_config.callbacks=a2a_config.callbacks||[];a2a_config.templates=a2a_config.templates||{};a2a_localize = {
	Share: "共有",
	Save: "ブックマーク",
	Subscribe: "購読",
	Email: "メール",
	Bookmark: "ブックマーク",
	ShowAll: "すべて表示する",
	ShowLess: "小さく表示する",
	FindServices: "サービスを探す",
	FindAnyServiceToAddTo: "追加するサービスを今すぐ探す",
	PoweredBy: "Powered by",
	ShareViaEmail: "メールでシェアする",
	SubscribeViaEmail: "メールで購読する",
	BookmarkInYourBrowser: "ブラウザにブックマーク",
	BookmarkInstructions: "このページをブックマークするには、 Ctrl+D または \u2318+D を押下。",
	AddToYourFavorites: "お気に入りに追加",
	SendFromWebOrProgram: "任意のメールアドレスまたはメールプログラムから送信",
	EmailProgram: "メールプログラム",
	More: "詳細&#8230;"
};

</script>
<script type="text/javascript" src="https://static.addtoany.com/menu/page.js" async="async"></script>
<style type="text/css">div#toc_container {width: 100%;}</style><script type="text/javascript">
	window._wp_rp_static_base_url = 'https://wprp.zemanta.com/static/';
	window._wp_rp_wp_ajax_url = "https://munouya.com/wp/wp-admin/admin-ajax.php";
	window._wp_rp_plugin_version = '3.6.4';
	window._wp_rp_post_id = '344';
	window._wp_rp_num_rel_posts = '6';
	window._wp_rp_thumbnails = true;
	window._wp_rp_post_title = '%E3%83%99%E3%83%B3%E3%83%80%E3%83%BC%E3%83%97%E3%83%AC%E3%83%95%E3%82%A3%E3%83%83%E3%82%AF%E3%82%B9%E3%81%8C%E5%BF%85%E8%A6%81%E3%81%8B%E3%81%A9%E3%81%86%E3%81%8B%E3%83%81%E3%82%A7%E3%83%83%E3%82%AF%E3%81%A7%E3%81%8D%E3%82%8B%E3%80%90Can+I+use%E2%80%A6%E3%80%91';
	window._wp_rp_post_tags = ['css', 'web%E3%82%B5%E3%83%BC%E3%83%93%E3%82%B9', 'alt'];
	window._wp_rp_promoted_content = true;
</script>
<link rel="stylesheet" href="https://munouya.com/wp/wp-content/plugins/wordpress-23-related-posts-plugin/static/themes/vertical-m.css?version=3.6.4" />
<link rel="icon" href="https://munouya.com/wp/wp-content/uploads/2017/03/cropped-munouya-32x32.png" sizes="32x32" />
<link rel="icon" href="https://munouya.com/wp/wp-content/uploads/2017/03/cropped-munouya-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="https://munouya.com/wp/wp-content/uploads/2017/03/cropped-munouya-180x180.png" />
<meta name="msapplication-TileImage" content="https://munouya.com/wp/wp-content/uploads/2017/03/cropped-munouya-270x270.png" />

<link rel="stylesheet" id="twentytwelve-style-css" href="https://munouya.com/wp/wp-content/themes/munouya2/css/page.css" type="text/css" media="all">
<link rel="stylesheet" id="twentytwelve-style-css" href="https://munouya.com/wp/wp-content/themes/munouya2/css/archive.css" type="text/css" media="all">

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-60173813-3', 'auto');
  ga('send', 'pageview');

</script>
</head>

header.phpの編集

まず手始めにheader.phpを整理していきます。
現状のheader.phpは以下の通りです(</head>まで)。

<?php
/**
 * The Header template for our theme
 *
 * Displays all of the <head> section and everything up till <div id="main">
 *
 * @package WordPress
 * @subpackage Twenty_Twelve
 * @since Twenty Twelve 1.0
 */
?><!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8" <?php language_attributes(); ?>>
<![endif]-->
<!--[if !(IE 7) & !(IE 8)]><!-->
<html <?php language_attributes(); ?>>
<!--<![endif]-->
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="width=device-width" />
<title><?php wp_title( '|', true, 'right' ); ?></title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php // Loads HTML5 JavaScript file to add support for HTML5 elements in older IE versions. ?>
<!--[if lt IE 9]>
<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script>
<![endif]-->
<?php wp_head(); ?>

<link rel="stylesheet" id="twentytwelve-style-css" href="<?php echo get_template_directory_uri(); ?>/css/page.css" type="text/css" media="all">
<?php /* if(is_front_page()): ?>
<link rel="stylesheet" id="twentytwelve-style-css" href="<?php echo get_template_directory_uri(); ?>/css/front.css" type="text/css" media="all">
<?php endif; */ ?>
<?php if( is_search() || is_archive() || is_home() ): ?>
<link rel="stylesheet" id="twentytwelve-style-css" href="<?php echo get_template_directory_uri(); ?>/css/archive.css" type="text/css" media="all">
<?php endif; ?>

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-60173813-3', 'auto');
  ga('send', 'pageview');

</script>
</head>

IE7・8の分岐の削除

<!--[if IE 7]>
<html class="ie ie7" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8" <?php language_attributes(); ?>>
<![endif]-->
<!--[if !(IE 7) & !(IE 8)]><!-->
<html <?php language_attributes(); ?>>
<!--<![endif]-->

ユーザーのブラウザがIE7か8、それ以外によって<html>タグを切り替える処理です。
必要ないので削除します。

※19行目は必要なので残します。それ以外を削除します。

profileの削除

<link rel="profile" href="http://gmpg.org/xfn/11" />

個人的には必要と感じないので削除します。

front.css、archive.cssの削除

<?php /* if(is_front_page()): ?>
<link rel="stylesheet" id="twentytwelve-style-css" href="<?php echo get_template_directory_uri(); ?>/css/front.css" type="text/css" media="all">
<?php endif; */ ?>
<?php if( is_search() || is_archive() || is_home() ): ?>
<link rel="stylesheet" id="twentytwelve-style-css" href="<?php echo get_template_directory_uri(); ?>/css/archive.css" type="text/css" media="all">
<?php endif; ?>

front.cssについてはコメントアウトしてあって、archive.cssについては中身が空っぽなので削除します。

wp_head()関数の編集

<?php wp_head(); ?>

wp_head()関数からも色々なタグが出力されています。
ソースとheader.phpを見比べると、以下のタグが出力されていることがわかります。

<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="無能屋 &raquo; フィード" href="https://munouya.com/wp/feed" />
<link rel="alternate" type="application/rss+xml" title="無能屋 &raquo; コメントフィード" href="https://munouya.com/wp/comments/feed" />
<link rel='stylesheet' id='crayon-css'  href='https://munouya.com/wp/wp-content/plugins/crayon-syntax-highlighter/css/min/crayon.min.css?ver=_2.7.2_beta' type='text/css' media='all' />
<link rel='stylesheet' id='crayon-theme-github-css'  href='https://munouya.com/wp/wp-content/plugins/crayon-syntax-highlighter/themes/github/github.css?ver=_2.7.2_beta' type='text/css' media='all' />
<link rel='stylesheet' id='crayon-font-monaco-css'  href='https://munouya.com/wp/wp-content/plugins/crayon-syntax-highlighter/fonts/monaco.css?ver=_2.7.2_beta' type='text/css' media='all' />
<link rel='stylesheet' id='toc-screen-css'  href='https://munouya.com/wp/wp-content/plugins/table-of-contents-plus/screen.min.css?ver=1509' type='text/css' media='all' />
<link rel='stylesheet' id='twentytwelve-style-css'  href='https://munouya.com/wp/wp-content/themes/munouya2/style.css?ver=4.8.1' type='text/css' media='all' />
<link rel='stylesheet' id='wordpress-popular-posts-css'  href='https://munouya.com/wp/wp-content/plugins/wordpress-popular-posts/style/wpp.css?ver=3.3.4' type='text/css' media='all' />
<link rel='stylesheet' id='A2A_SHARE_SAVE-css'  href='https://munouya.com/wp/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.14' type='text/css' media='all' />
<script type='text/javascript' src='https://munouya.com/wp/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://munouya.com/wp/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var CrayonSyntaxSettings = {"version":"_2.7.2_beta","is_admin":"0","ajaxurl":"https:\/\/munouya.com\/wp\/wp-admin\/admin-ajax.php","prefix":"crayon-","setting":"crayon-setting","selected":"crayon-setting-selected","changed":"crayon-setting-changed","special":"crayon-setting-special","orig_value":"data-orig-value","debug":""};
var CrayonSyntaxStrings = {"copy":"Press %s to Copy, %s to Paste","minimize":"Click To Expand Code"};
/* ]]> */
</script>
<script type='text/javascript' src='https://munouya.com/wp/wp-content/plugins/crayon-syntax-highlighter/js/min/crayon.min.js?ver=_2.7.2_beta'></script>
<script type='text/javascript' src='https://munouya.com/wp/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.0'></script>
<link rel='https://api.w.org/' href='https://munouya.com/wp/wp-json/' />

<script type="text/javascript">
var a2a_config=a2a_config||{};a2a_config.callbacks=a2a_config.callbacks||[];a2a_config.templates=a2a_config.templates||{};a2a_localize = {
	Share: "共有",
	Save: "ブックマーク",
	Subscribe: "購読",
	Email: "メール",
	Bookmark: "ブックマーク",
	ShowAll: "すべて表示する",
	ShowLess: "小さく表示する",
	FindServices: "サービスを探す",
	FindAnyServiceToAddTo: "追加するサービスを今すぐ探す",
	PoweredBy: "Powered by",
	ShareViaEmail: "メールでシェアする",
	SubscribeViaEmail: "メールで購読する",
	BookmarkInYourBrowser: "ブラウザにブックマーク",
	BookmarkInstructions: "このページをブックマークするには、 Ctrl+D または \u2318+D を押下。",
	AddToYourFavorites: "お気に入りに追加",
	SendFromWebOrProgram: "任意のメールアドレスまたはメールプログラムから送信",
	EmailProgram: "メールプログラム",
	More: "詳細&#8230;"
};

</script>
<script type="text/javascript" src="https://static.addtoany.com/menu/page.js" async="async"></script>
<style type="text/css">div#toc_container {width: 100%;}</style><script type="text/javascript">
	window._wp_rp_static_base_url = 'https://wprp.zemanta.com/static/';
	window._wp_rp_wp_ajax_url = "https://munouya.com/wp/wp-admin/admin-ajax.php";
	window._wp_rp_plugin_version = '3.6.4';
	window._wp_rp_post_id = '344';
	window._wp_rp_num_rel_posts = '6';
	window._wp_rp_thumbnails = true;
	window._wp_rp_post_title = '%E3%83%99%E3%83%B3%E3%83%80%E3%83%BC%E3%83%97%E3%83%AC%E3%83%95%E3%82%A3%E3%83%83%E3%82%AF%E3%82%B9%E3%81%8C%E5%BF%85%E8%A6%81%E3%81%8B%E3%81%A9%E3%81%86%E3%81%8B%E3%83%81%E3%82%A7%E3%83%83%E3%82%AF%E3%81%A7%E3%81%8D%E3%82%8B%E3%80%90Can+I+use%E2%80%A6%E3%80%91';
	window._wp_rp_post_tags = ['css', 'web%E3%82%B5%E3%83%BC%E3%83%93%E3%82%B9', 'alt'];
	window._wp_rp_promoted_content = true;
</script>
<link rel="stylesheet" href="https://munouya.com/wp/wp-content/plugins/wordpress-23-related-posts-plugin/static/themes/vertical-m.css?version=3.6.4" />
<link rel="icon" href="https://munouya.com/wp/wp-content/uploads/2017/03/cropped-munouya-32x32.png" sizes="32x32" />
<link rel="icon" href="https://munouya.com/wp/wp-content/uploads/2017/03/cropped-munouya-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="https://munouya.com/wp/wp-content/uploads/2017/03/cropped-munouya-180x180.png" />
<meta name="msapplication-TileImage" content="https://munouya.com/wp/wp-content/uploads/2017/03/cropped-munouya-270x270.png" />

ハイライトになっている行は不要なので、削除していきます。

コメントフィードの削除

当ブログではコメント欄は設置していない為、不要なので削除します。
フィードとコメントフィードの両方を消す場合、/wp-content/themes/[使用しているテーマフォルダ] /functions.php内にある以下の行をコメントアウトすれば消えます。

add_theme_support( 'automatic-feed-links' );

しかし消したいのはコメントフィードだけなので、その場合、以下の方法になります。

/wp-include/general-template.php内にある以下の行をコメントアウトします。
当ブログでは2634行目にありました。

echo '<link rel="alternate" type="' . feed_content_type() . '" title="' . esc_attr( sprintf( $args['comstitle'], get_bloginfo( 'name' ), $args['separator'] ) ) . '" href="' . esc_url( get_feed_link( 'comments_' . get_default_feed() ) ) . "\" />\n";

※追記

以下の2行もコメントアウトする必要がありました。
当ブログでは2717行目からありました。

if ( isset($title) && isset($href) )
	echo '<link rel="alternate" type="' . feed_content_type() . '" title="' . esc_attr( $title ) . '" href="' . esc_url( $href ) . '" />' . "\n";

functions.phpを編集して不要なタグを削除する

wp_head()で出力される内容は、/wp-content/themes/[使用しているテーマフォルダ] /functions.phpファイル内の末尾に、remove_action()関数を追加して削除していきます。

当ブログでは下記の記述をしてあります。
remove_action()以外にも、元々関数を追加して不要なタグを削除してあります。

remove_action( 'wp_head', 'wp_generator' );
remove_action( 'wp_head', 'wp_shortlink_wp_head', 10, 0 );
remove_action( 'wp_head', 'wlwmanifest_link' );
remove_action( 'wp_head', 'rsd_link' );
remove_action( 'wp_head', 'wp_oembed_add_discovery_links' );
remove_action( 'wp_head', 'rest_output_link_wp_head' );

/* インラインスタイル削除 */
function remove_recent_comments_style() {
    global $wp_widget_factory;
    remove_action( 'wp_head', array( $wp_widget_factory->widgets['WP_Widget_Recent_Comments'], 'recent_comments_style' ) );
}
add_action( 'widgets_init', 'remove_recent_comments_style' );

/* 絵文字スクリプトの削除 */
function disable_emoji() {
     remove_action( 'wp_head', 'print_emoji_detection_script', 7 );
     remove_action( 'admin_print_scripts', 'print_emoji_detection_script' );
     remove_action( 'wp_print_styles', 'print_emoji_styles' );
     remove_action( 'admin_print_styles', 'print_emoji_styles' );    
     remove_filter( 'the_content_feed', 'wp_staticize_emoji' );
     remove_filter( 'comment_text_rss', 'wp_staticize_emoji' );    
     remove_filter( 'wp_mail', 'wp_staticize_emoji_for_email' );
}
add_action( 'init', 'disable_emoji' );

/* デフォルトのウェブフォントを停止 */
function mytheme_dequeue_fonts() {
    wp_dequeue_style( 'twentytwelve-fonts' );
}
add_action( 'wp_enqueue_scripts', 'mytheme_dequeue_fonts', 11 );

結果

以上の結果、このようなソースになりました。

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>無能屋 | ホームページ制作に関する備忘録</title>
<link rel="pingback" href="https://munouya.com/wp/xmlrpc.php" />
<!--[if lt IE 9]>
<script src="https://munouya.com/wp/wp-content/themes/munouya2/js/html5.js" type="text/javascript"></script>
<![endif]-->
<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="無能屋 &raquo; フィード" href="https://munouya.com/wp/feed" />
<link rel='stylesheet' id='crayon-css'  href='https://munouya.com/wp/wp-content/plugins/crayon-syntax-highlighter/css/min/crayon.min.css?ver=_2.7.2_beta' type='text/css' media='all' />
<link rel='stylesheet' id='crayon-theme-github-css'  href='https://munouya.com/wp/wp-content/plugins/crayon-syntax-highlighter/themes/github/github.css?ver=_2.7.2_beta' type='text/css' media='all' />
<link rel='stylesheet' id='crayon-font-monaco-css'  href='https://munouya.com/wp/wp-content/plugins/crayon-syntax-highlighter/fonts/monaco.css?ver=_2.7.2_beta' type='text/css' media='all' />
<link rel='stylesheet' id='toc-screen-css'  href='https://munouya.com/wp/wp-content/plugins/table-of-contents-plus/screen.min.css?ver=1509' type='text/css' media='all' />
<link rel='stylesheet' id='twentytwelve-style-css'  href='https://munouya.com/wp/wp-content/themes/munouya2/style.css?ver=4.8.1' type='text/css' media='all' />
<link rel='stylesheet' id='wordpress-popular-posts-css'  href='https://munouya.com/wp/wp-content/plugins/wordpress-popular-posts/style/wpp.css?ver=3.3.4' type='text/css' media='all' />
<link rel='stylesheet' id='A2A_SHARE_SAVE-css'  href='https://munouya.com/wp/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.14' type='text/css' media='all' />
<script type='text/javascript' src='https://munouya.com/wp/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script>
<script type='text/javascript' src='https://munouya.com/wp/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var CrayonSyntaxSettings = {"version":"_2.7.2_beta","is_admin":"0","ajaxurl":"https:\/\/munouya.com\/wp\/wp-admin\/admin-ajax.php","prefix":"crayon-","setting":"crayon-setting","selected":"crayon-setting-selected","changed":"crayon-setting-changed","special":"crayon-setting-special","orig_value":"data-orig-value","debug":""};
var CrayonSyntaxStrings = {"copy":"Press %s to Copy, %s to Paste","minimize":"Click To Expand Code"};
/* ]]> */
</script>
<script type='text/javascript' src='https://munouya.com/wp/wp-content/plugins/crayon-syntax-highlighter/js/min/crayon.min.js?ver=_2.7.2_beta'></script>
<script type='text/javascript' src='https://munouya.com/wp/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.0'></script>

<script type="text/javascript">
var a2a_config=a2a_config||{};a2a_config.callbacks=a2a_config.callbacks||[];a2a_config.templates=a2a_config.templates||{};a2a_localize = {
	Share: "共有",
	Save: "ブックマーク",
	Subscribe: "購読",
	Email: "メール",
	Bookmark: "ブックマーク",
	ShowAll: "すべて表示する",
	ShowLess: "小さく表示する",
	FindServices: "サービスを探す",
	FindAnyServiceToAddTo: "追加するサービスを今すぐ探す",
	PoweredBy: "Powered by",
	ShareViaEmail: "メールでシェアする",
	SubscribeViaEmail: "メールで購読する",
	BookmarkInYourBrowser: "ブラウザにブックマーク",
	BookmarkInstructions: "このページをブックマークするには、 Ctrl+D または \u2318+D を押下。",
	AddToYourFavorites: "お気に入りに追加",
	SendFromWebOrProgram: "任意のメールアドレスまたはメールプログラムから送信",
	EmailProgram: "メールプログラム",
	More: "詳細&#8230;"
};

</script>
<script type="text/javascript" src="https://static.addtoany.com/menu/page.js" async="async"></script>
<style type="text/css">div#toc_container {width: 100%;}</style><script type="text/javascript">
	window._wp_rp_static_base_url = 'https://wprp.zemanta.com/static/';
	window._wp_rp_wp_ajax_url = "https://munouya.com/wp/wp-admin/admin-ajax.php";
	window._wp_rp_plugin_version = '3.6.4';
	window._wp_rp_post_id = '344';
	window._wp_rp_num_rel_posts = '6';
	window._wp_rp_thumbnails = true;
	window._wp_rp_post_title = '%E3%83%99%E3%83%B3%E3%83%80%E3%83%BC%E3%83%97%E3%83%AC%E3%83%95%E3%82%A3%E3%83%83%E3%82%AF%E3%82%B9%E3%81%8C%E5%BF%85%E8%A6%81%E3%81%8B%E3%81%A9%E3%81%86%E3%81%8B%E3%83%81%E3%82%A7%E3%83%83%E3%82%AF%E3%81%A7%E3%81%8D%E3%82%8B%E3%80%90Can+I+use%E2%80%A6%E3%80%91';
	window._wp_rp_post_tags = ['css', 'web%E3%82%B5%E3%83%BC%E3%83%93%E3%82%B9', 'alt'];
	window._wp_rp_promoted_content = true;
</script>
<link rel="stylesheet" href="https://munouya.com/wp/wp-content/plugins/wordpress-23-related-posts-plugin/static/themes/vertical-m.css?version=3.6.4" />
<link rel="icon" href="https://munouya.com/wp/wp-content/uploads/2017/03/cropped-munouya-32x32.png" sizes="32x32" />
<link rel="icon" href="https://munouya.com/wp/wp-content/uploads/2017/03/cropped-munouya-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="https://munouya.com/wp/wp-content/uploads/2017/03/cropped-munouya-180x180.png" />
<meta name="msapplication-TileImage" content="https://munouya.com/wp/wp-content/uploads/2017/03/cropped-munouya-270x270.png" />

<link rel="stylesheet" id="twentytwelve-style-css" href="https://munouya.com/wp/wp-content/themes/munouya2/css/page.css" type="text/css" media="all">

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-60173813-3', 'auto');
  ga('send', 'pageview');

</script>
</head>

・・・まだゴチャゴチャしている感じはあるけど、残りの大半はプラグイン関係のタグなので、プラグインを削除するしかないでしょう。。。