Linux 软件免费装
Banner图

Simple metadata

开发者 colomet
danzhik
huguespages
dcazzorla
lukastonhajzer
更新时间 2020年1月8日 20:35
捐献地址: 去捐款
PHP版本: 5.6 及以上
WordPress版本: 5.3
版权: GPLv3 or later
版权网址: 版权信息

标签

multisite metadata schema schema.org rich snippets structured data pressbooks simple metadata

下载

1.5.2 1.6 1.4.3 1.5

详情介绍:

This plugin provides the ability to set different types of schema types in one click (for Blogs and WebSites) by using the default WordPress fields.
By default: a Front page is a Blog type a Page is a WebPage type a Post is an Article type in a PB installation, a site is a Book and a Post is a Chapter
Demo here. = Front-page related content Properties Pages related content Types: Properties: Posts related content Types Properties

安装:

Installation instructions: This section describes how to install the plugin and get it working.
  1. Upload the plugin files to the /wp-content/plugins/simple-metadata directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. Access the plugins menu through the metadata menu page to use the plugin.

屏幕截图:

  • Settings - organisation name and logo
  • Settings - front page, pages and cpt’s
  • Front page metadata
  • Settings - new page metabox
  • Page metadata 1
  • Page metadata 2
  • Settings - new post metabox
  • Post metadata 1
  • Post metadata 2

升级注意事项:

1.3

常见问题:

I have a feature request, I've found a bug, a plugin is incompatible...

Please visit the support forums

I am a developer; how can I help?

Any input is much appreciated, and everything will be considered. Please visit the GitHub project page to submit issues or even pull requests. Please note GitHub is not a support forum, and issues that aren't properly qualified as bugs will be closed.

Is Simple Metadata free?

Absolutely! It will stay free as well, without ads or nags! This plugin is all-inclusive without upsells.

Is there more?

For more advanced metadata options and output, we offer extensions Simple metadata annotation Simple metadata education Simple metadata lifecycle Simple metadata metametadata Simple metadata news Simple metadata relation Simple metadata rights Simple metadata technical

What is structured data?

We're convinced that structured data makes the web better, and we've worked hard to create Rich Snippets and Rich Cards for better search results. Thanks to metadata, the search engines can understand the relevance of that content in context. Simple metadata is a complete solution for adding metadata to a Wordpress site.

What is not Simple metadata

Is not a SEO solution. Schemas don’t actually boost the organic search rankings. With Schemas review ratings, recipes or events in Google’s SERPs (search engine results pages) are not just normal search listings but also contain additional information that makes the crawling easier. Those are known as rich snippets and they are thanks to schema markup. Rich snippets actually increase clickthrough rates. Schema may not directly improve your search rankings, but it can still be beneficial for your SEO.

How Google understand the content?

Google Search works hard to understand the content of a page. However, you can provide explicit clues about the meaning of a page to Google by including structured data on the page. Structured Data is a standardized format for providing information about a page and classifying the page content; for example, if is it a recipe page, what are the ingredients, the cooking time and temperature, the calories, and so on.

Hot to test?

Be sure to test your structured data using the Structured Data Testing Tool during development, and the Search Console Structured Data report after deployment, to monitor the health of your pages, which might break after deployment due to templating or serving issues. Still under development, Google Rich cards test can help you with the test.

What is Schema.org?

Schema.org is a collaborative, community activity with a mission to create, maintain, and promote schemas for structured data on the Internet, on web pages, in email messages, and beyond. Schema.org vocabulary can be used with many different encodings, including RDFa, Microdata and JSON-LD. These vocabularies cover entities, relationships between entities and actions, and can easily be extended through a well-documented extension model. Over 10 million sites use Schema.org to markup their web pages and email messages. Founded by Google, Microsoft, Yahoo and Yandex, Schema.org vocabularies are developed by an open community process, using the public-schemaorg@w3.org mailing list and through GitHub.

更新日志:

1.6 1 all .js files have the "use_strict" statement. - .php files with script tags changed (smd-set-page-metaboxes.php {143,248},smd-network-admin.php-{168}) 2 Nothing changed for this - on .js files "jQuery(document).ready(function($)" to "jQuery(function($)" ? - same on php files. 3 escape all translatable strings?... - (possible locations:smd-frontpage-related-content.php {$metadata to json}, smd-general-functions.php {213-228},smd-posts-related-content.php{$post_meta_type}) 4 delete all unused code: - comments.. => no comments.. (problem in sumbionts/custom_metadata.php) - not reachable blocks. * List of Files revised * smd-network-admin.php * smd-frontpage-related-content.php * smd-general-functions.php * smd-posts-related-content.php * smd-unistall-functions.php 1.5.3 1.5.2 1.5.1 1.5 ADDITIONS * Site 1 has now special status in terms of site types and is not overridable by network settings * JS alert when Organization image unset * Provider tag * When site type is not Book - Illustrator is printed as contributor * If PB installation set Course site type as default in all sites on plugin activation MODIFICATION * All Publisher menu settings renamed to Organization * PB - Booktype option removed and default site type approach is used now * Specifying when to display certain metaboxes and fields related to the type of installation and site type * Contributor type - thing changed to person * Minor text and styling fixes REMOVED * Site submenu page removed List of Files revised * smd-posts-related-content.php * smd-front-page-related-content.php * smd-pages-related-content.php * smd-set-page-metaboxes.php * smd-logo-box.js * smd-general-functions.php * smd-network-admin.php * simple-metadada.php 1.4.4 ADDITIONS * New submenu field "Publisher" with "Organization" metabox where admin is able to set Publisher logo (Network(Site1) level and single site level) and related functionality * Comments in HTML header signalizing on what type of metadata is printed * Functionality related thumbnail metadata in case featured_image_for_pressbooks plugin is activated MODIFICATION * Metadata menu field (and its settings) is now displayed also on Site1 List of Files revised * smd-posts-related-content.php * smd-front-page-related-content.php * smd-pages-related-content.php * smd-set-page-metaboxes.php * smd-logo-box.js * smd-general-functions.php * smd-network-admin.php 1.4.3 Changes in this version are related ONLY to Pressbooks use case. ADDITIONS * Extends and modifies functionality in Book admin 'Book type' metabox for course, book options and for front-matter, back-matter. REMOVED Disabled by commenting out. * Network admin locations metabox which enables/disables printing metadata for selected post-type. * Book(site) admin locations metabox which enables/disables printing metadata for selected post-type. List of Files revised * smd-posts-related-content.php * smd-set-page-metaboxes.php * documentation 1.4.2 ADDITIONS * Admin metabox related to set book type option (Book/Course/Default) that modifies metadata print. ENHANCEMENTS * Specify date print format in smd_get_general_tags() functon to 'Y-m-d' List of Files revised * smd-general-functions.php * smd-posts-related-content.php * smd-set-page-metaboxes.php 1.4.1 *ADDITIONS * Admin Logo image metabox List of Files revised * smd-set-page-metaboxes.php 1.4 1.3 ADDITIONS: Internationalization (#20) REMOVED: Auto update from github ENHANCEMENTS: Modification admin panel, front page type of site older BUGFIXES: Bug button in post metaboxes no-type post were not set properly List of Files revised: smd-general-functions.php smd-frontpage-related-content.php smd-pages-related-content.php smd-posts-related-content.php smd-frontpage-related-content.php smd-network-admin.php 1.2.1 1.2 1.1 1.0