Schema Builder for Structured Data

Easily build validated json-ld structured data markup for any webpage. Based on schema.org specification

什么是Schema Builder for Structured Data?

Schema Builder for Structured Data是由https://schema.dev开发的Chrome扩展程序,该扩展的主要功能是“Easily build validated json-ld structured data markup for any webpage. Based on schema.org specification”。

扩展截图

screenshot

下载Schema Builder for Structured Data扩展crx文件

下载Schema Builder for Structured Data扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Generating structured data markup for your webpages doesn't have to be hard!

No more having to learn each Schema type, which elements are required vs. recommended or worrying about errors and issues.

Schema.dev's Schema Builder makes it as simple as point and click to generate the perfect JSON-LD structured data for dozens of Google supported Schema types! and all for FREE!

=============================================
Be sure to view the initial training video for fastest time to value.
https://videos.seoclarity.net/video/kazj73n005plxgv61
=============================================

Simply enable the plugin, choose the schema markup you'd like to add and then populate the form using the point and click capabilities or manual input.

Already have schema markup on your webpages? The built-in Schema testing tool helps validate your schema markup and shows errors and warnings.

Key Features - Updated November 1st, 2023
==================================
+ NEW! Support for Vehicle Listing Markup
+ Support for 20+ Schema types - including ALL Google supported markups
+ Automatic detection of existing structured data 
+ Point-and-click ease to populate schema fields 
+ Intuitive UI that guides you through required, recommended and optional elements for each schema
+ Structured Data Testing capabilities built in for any schema markup generated
+ Intuitive UI to guide through required, recommended and optional elements

Learn more at https://schema.dev


NOTE: The plugin is in actively development - Join the forums at https://support.schema.dev for feedback, bugs and tips.                    

扩展基本信息

名称 Schema Builder for Structured Data Schema Builder for Structured Data
ID klohjdodjjeocpbpadmkcndjoadijgjg
官方URL https://chromewebstore.google.com/detail/schema-builder-for-struct/klohjdodjjeocpbpadmkcndjoadijgjg
简介 Easily build validated json-ld structured data markup for any webpage. Based on schema.org specification
文件大小 837 KB
安装次数 34,073
当前版本 0.79.1
更新时间 2023-12-12
上架时间 2020-07-02
评分 3.79/5 共28次评分
开发者 https://schema.dev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://schema.dev/schema-builder/
帮助页面URL https://support.schema.dev
隐私政策页面URL http://www.seoclarity.net/privacy-policy
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Schema Builder for Structured Data",
    "description": "Easily build validated json-ld structured data markup for any webpage. Based on schema.org specification",
    "version": "0.79.1",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": [],
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "persistanceContentScript.bundle.js"
            ],
            "css": [],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "extension.styles.css",
                "schema-tester.styles.css",
                "icon-128.png",
                "icon-34.png",
                "seoclarity-logo.png",
                "shakehand.png",
                "google-logo.png",
                "contentScript.bundle.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}