WP Manifestindependent plugin directory
manifest / seo / wp-plugin-kashiwazaki-seo-schema-content-type-builder

Kashiwazaki SEO Schema Content Type Builder

An SEO plugin that automatically generates structured data (JSON-LD) based on content type. It supports the Article, NewsArticle, BlogPosting, and WebPage schemas, and outputs comprehensive structured data that also includes breadcrumbs.

by 柏崎剛 (Tsuyoshi Kashiwazaki) · github.com/tsuyoshikashiwazaki/wp-plugin-kashiwazaki-seo-schema-content-type-builder · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/tsuyoshikashiwazaki/wp-plugin-kashiwazaki-seo-schema-content-type-builder/archive/refs/heads/main.zip

Readme

Kashiwazaki SEO Schema Content Type Builder

管理画面から簡単に構造化データ(Schema.org)を設定・出力できるWordPressプラグイン

GoogleのリッチリザルトやSchema.orgの仕様に準拠した構造化データを、プログラミング知識なしで簡単に実装

主な機能

4つのContent Typeに対応

  • Article - 一般的な記事(ブログ記事、ニュース以外の記事)
  • NewsArticle - ニュース記事(時事的な内容、報道記事)
  • BlogPosting - ブログ投稿(個人的な意見、日記形式の記事)
  • WebPage - 固定ページ(会社概要、サービス紹介など)

柔軟な設定オプション

  • 管理画面でContent Typeごとに投稿タイプを設定
  • Google リッチリザルトに準拠した構造化データの自動生成
  • パンくずリストの構造化データ対応
  • 各Content Type固有のプロパティ設定が可能

自動取得される情報

  • 記事のURL、タイトル(headline)
  • 公開日時(datePublished)、更新日時(dateModified)
  • 説明文(description)、アイキャッチ画像(image)
  • 著者情報(author)、カテゴリー(articleSection)
  • タグ(keywords)、文字数(wordCount)

クイックスタート

インストール

  1. プラグインファイルを /wp-content/plugins/kashiwazaki-seo-schema-content-type-builder ディレクトリにアップロード
  2. WordPress管理画面の「プラグイン」メニューからプラグインを有効化
  3. 管理画面の左側メニューに表示される「Kashiwazaki SEO Schema Content Type Builder」から設定

基本設定

共通設定:

  • Publisher Type(Organization/Person)
  • Publisher Name(発行者名)
  • Publisher Logo URL(ロゴ画像)
  • Default Author Type(Person/Organization)
  • パンくずリストの有効化

Content Type別の設定:

  • Article: Article Section(記事のカテゴリー)
  • NewsArticle: News Keywords(ニュースキーワード)
  • BlogPosting: コメント数の表示
  • WebPage: Speakableプロパティ(音声読み上げ対応)

使い方

  1. 管理画面で「Kashiwazaki SEO Schema Content Type Builder」を開く
  2. 各Content Typeに対して、適用する投稿タイプを選択
  3. 共通設定でPublisher情報を入力
  4. 保存して設定完了

構造化データは各ページの <head> タグ内に `

Read the full README on GitHub →