Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the usces domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/sites/trademark/web/fullsitepatternercom/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the debug-bar domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/sites/trademark/web/fullsitepatternercom/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-statistics domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/sites/trademark/web/fullsitepatternercom/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the updraftplus domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/sites/trademark/web/fullsitepatternercom/wp-includes/functions.php on line 6114
メタタグ(meta tag)の仕様・使用方法 | FullSite-Patterner-フルサイト編集ができるWordPressブロックテーマ

HOME  >  SEO PLUGIN > メタタグ(meta tag)の仕様・使用方法

translate by google

メタタグ(meta tag)の仕様・使用方法

メタタグは、ページの概要(description)キーワード(keyword)などを主として検索エンジンに伝えるデータです。

プラグイン「FullSItePatterner-seo」インストールし、有効化するだけで、ほかに設定することなく自動的に挿入されるようになります。

メタタグを生成し挿入するプログラムは、下記のphpファイルです。

head-tag.phpページの種類を判定して、下記の内のどのファイルを読み込むか判定
meta-tag-frontpage.php、head-tag-single-php、
meta-tag-category.php、head-tag-page.php
head-tag-frontpage.phpトップページ用。meta description、meta keyword、meta canonical。

meta descriptionは「設定」-「一般」で指定した下記内容を自動挿入。
「サイトのキャッチフレーズ」-「サイト名」
meta keywordは「サイト名」を自動挿入。
head-tag-single-php個別ページ用。meta description、meta keyword、meta canonical。

meta descriptionは、記事投稿画面で概要を入力した場合には、その内容を挿入。
入力しないときは「設定」-「一般」で指定した下記内容を自動挿入。
「記事タイトル」-「サイト名」
meta keywordは「記事タイトル, サイト名」を自動挿入。
head-tag-category.phpカテゴリーページ用。meta description、meta keyword、meta canonical。

meta descriptionは、「カテゴリー名」-「サイト名」を自動挿入。
meta key wordは「カテゴリー名, サイト名」を自動挿入。
head-tag-page.php固定ページ用。meta description、meta keyword、meta canonical。

meta descriptionは、「ページタイトル」-「サイト名」を自動挿入。
meta keywordは「ページタイトル, サイト名」を自動挿入。

重要な個別記事には入力できるようにする一方、記事の執筆に専念し、サイト運営を効率化できるよう、自動挿入に重点を置いています。

なお、テーマファイルエディターで直接、上記の各phpファイルを編集すれば、meta description、meta keywordとして出力される内容を設定することが可能です。

「FullSite-Patterner」で出力されたメタタグ

メタタグのデータが不要な場合

メタタグの機能が不要な場合には、プラグイン「FullSItePatterner-seo」の一部機能を停止することができます。

ただし「ツール」-「プラグインファイルエディター」メニューから、プラグインフォルダ「fullsite-patterner-seo」フォルダ内の、下記のphpファイルを修正する必要があります。

fullsite-patterer-seo.phpフォルダ内の下記ファイルを呼び出す設定ファイル
shortcode.php、canonical.php、head-tag.php
schema-org.php、ogp.php
不要な機能は、phpファイルの読み込みをしないよう、
「ツール」-「プラグインファイルエディター」でこのファイルを開き、
行頭にスラッシュ2つ(//)を加える

phpファイルの下記の行の行頭に、スラッシュ2つ(//)を加えます。

//	require_once FORESTCAFE_PATH . 'head-tag.php';