Developers
miiitaka |
Download Stats
Today | 618 |
Yesterday | 1,111 |
Last Week | 5,535 |
All Time | 155,126 |
Allows you to include schema.org JSON-LD syntax markup on your website Base knowledge is "https://schema.org/" and "https://developers.google.com/structured-data/"
Schema.org Type
- Article: https://schema.org/Article
- BlogPosting: https://schema.org/BlogPosting
- BreadcrumbList: https://schema.org/BreadcrumbList
- Event: https://schema.org/Event
- LocalBusiness : https://schema.org/LocalBusiness
- NewsArticle: https://schema.org/NewsArticle
- Organization: https://schema.org/Organization
- Person: https://schema.org/Person
- SiteNavigation: https://schema.org/SiteNavigationElement
- Speakable: https://pending.schema.org/speakable
- Video: https://schema.org/Video
- Website: https://schema.org/WebSite
Breadcrumb
You can display the breadcrumbs in the short code. Breadcrumb definition is available even if not active.
[ Example ]
<?php
if ( shortcode_exists( 'wp-structuring-markup-breadcrumb' ) ) {
echo do_shortcode( '[wp-structuring-markup-breadcrumb]' );
}
?>
[ ShortCode Options ]
- Option : id="id_name" attribute additional ol element.
- Option : class="class_name" attribute additional ol element.
[ Schema Filters ]
- Filter Name: structuring_markup_meta_article ( Article )
- Filter Name: structuring_markup_meta_blog_posting ( Blog Posting )
- Filter Name: structuring_markup_meta_breadcrumb ( Breadcrumb List )
- Filter Name: structuring_markup_meta_event ( Event )
- Filter Name: structuring_markup_meta_local_business ( Local Business )
- Filter Name: structuring_markup_meta_news_article ( News Article )
- Filter Name: structuring_markup_meta_organization ( Organization )
- Filter Name: structuring_markup_meta_person ( Person )
- Filter Name: structuring_markup_meta_site_navigation ( Site Navigation )
- Filter Name: structuring_markup_meta_video ( Video )
- Filter Name: structuring_markup_meta_website ( WebSite )
Releases (86 )
Version | Release Date | Change Log |
---|---|---|
4.8.1 | 2021-04-25 | (2020-04-26) * Fixed : http://schema.org/ -> https://schema.org/. * Checked : WordPress version 5.7.1 operation check. * Checked : WordPress version 5.7.0 operation check. |
4.8.0 | 2021-02-14 | (2020-02-14) = * Fixed : Schema Type Local Business: Nesting of ternary operators. * Checked : WordPress version 5.6.1 operation check. |
4.6.5 | 2019-03-11 | (2019-03-11) = * Fixed : A bug where the modification date is fixed to GMT time. |
4.6.4 | 2019-02-26 | (2019-02-26) = * Checked : WordPress version 5.1.0 operation check. * Fixed : Notice Error. |
4.6.3 | 2019-02-02 | (2019-02-02) = * Checked : WordPress version 5.0.3 operation check. * Updated : Filters for each schema. |
4.6.2 | 2019-01-06 | (2019-01-06) = * Checked : WordPress version 5.0.2 operation check. * Checked : WordPress version 5.0.1 operation check. * Checked : WordPress version 5.0.0 operation check. * Fixed : Version information missing at new registration. |
4.6.1 | 2018-09-19 | (2018-09-19) = * Fixed : Typo Error. |
4.6.0 | 2018-09-19 | (2018-09-19) = * Updated : Schema type Breadcrumbs: Added switching between home_url () and site_url (). * Updated : Organization schema.org type subdivision. |
4.5.3 | 2018-09-07 | (2018-09-07) = * Fixed : Fixed broken links. * Fixed : Fixed bug when displaying Config menu. |
4.5.2 | 2018-09-03 | (2018-09-03) = * Fixed : Changed title fixing of breadcrumbs on page 404. |
4.5.1 | 2018-09-03 | (2018-09-03) = * Fixed : Changed title fixing of breadcrumbs on page 404. |
4.5.0 | 2018-08-17 | (2018-08-17) = * Checked : WordPress version 4.9.8 operation check. * Added : Speakable structured markup is implemented in "Article", "BlogPosting", "NewsArticle". * Added : Added function to compress output data. |
4.4.0 | 2018-07-10 | (2018-07-10) = * Checked : WordPress version 4.9.7 operation check. * Updated : Schema.ory Type "Image", "BlogPosting", "NewsArticle" image property added so that default image URL can be set. |
4.3.0 | 2018-06-16 | (2018-06-16) = * Checked : WordPress version 4.9.6 operation check. * Updated : Enable / disable function of link setting of current page of breadcrumbs. |
4.2.2 | 2018-05-15 | (2018-05-15) = * Checked : WordPress version 4.9.5 operation check. * Fixed : If there is a child element on that page in the top fixed page, the parent element duplicates. * Fixed : Taxonomy name of custom posting is not displayed in a custom taxonomy archive page. |
4.2.1 | 2018-03-23 | (2018-03-23) = * Fixed : Taxonomy name of custom posting is not displayed. |
4.2.0 | 2018-03-23 | (2018-03-23) = * Fixed : Taxonomy name of custom posting is not displayed. |
4.1.8 | 2018-02-16 | (2018-02-16) = * Checked : WordPress version 4.9.4 operation check. * Checked : WordPress version 4.9.3 operation check. |
4.1.7 | 2018-01-22 | (2018-01-22) = * Checked : WordPress version 4.9.2 operation check. |
4.1.6 | 2017-12-12 | (2017-12-12) = * Checked : WordPress version 4.9.1 operation check. * Fixed : Hidden if addressRegion and telephone is empty. |
4.1.5 | 2017-11-22 | (2017-11-22) = * Checked : WordPress version 4.9.0 operation check. |
4.1.4 | 2017-11-01 | (2017-11-01) = * Checked : WordPress version 4.8.3 operation check. * Fixed : Error setting aria-label. |
4.1.3 | 2017-09-27 | (2017-09-27) = * Checked : WordPress version 4.8.2 operation check. * Updated : Stop setting the default value. * Fixed : availableLanguage and area_served array setting ( Organization ) |
4.1.2 | 2017-08-23 | (2017-08-23) = * Checked : WordPress version 4.8.1 operation check. |
4.1.1 | 2017-07-26 | (2017-07-26) = * Added : Correct to display / hide the current page.(BreadcrumbList schema.org) * Updated : Event and Video type css update. * Fixed : Do not display when the search query is empty. |
4.1.0 | 2017-07-03 | (2017-07-03) = * Added : If there is no feature image setting, set the first image of the post. * Updated : Oganization Image recommended.(Article / NewsArticle / BlogPosting) * Fixed : Events and videos of custom posts should not appear in choices. * Fixed : Organization type Notice Error. |
4.0.2 | 2017-06-14 | (2017-06-14) = * Checked : WordPress version 4.8.0 operation check. * Updated : Warning: Event type schema.org ( availability, validFrom and performer. ) * Fixed : Events and videos of custom posts should not appear in choices. |
4.0.1 | 2017-05-25 | (2017-05-25) = * Added : Hook point of AMP plug-ins (Automattic, Inc. release). https://wordpress.org/plugins/amp/ * Added : Site Navigation on only Home Page. * Fixed : Problem with custom taxonomies.(BreadcrumbList) |
4.0.0 | 2017-05-25 | (2017-05-25) = * Added : Hook point of AMP plug-ins (Automattic, Inc. release). https://wordpress.org/plugins/amp/ * Added : Site Navigation on only Home Page. * Fixed : Problem with custom taxonomies.(BreadcrumbList) |
3.2.6 | 2017-05-20 | (2017-05-20) = * Checked : WordPress version 4.7.5 operation check. |
3.2.5 | 2017-04-24 | (2017-04-24) = * Checked : WordPress version 4.7.4 operation check. |
3.2.4 | 2017-03-30 | (2017-03-30) = * Fixed : BreadcrumbList - Ignore the Home setting when setting the head fixed page. * Fixed : BreadcrumbList - Categories of two or more levels are not displayed. * Fixed : Minor bug fixed. * Updated : Article,BlogPosting and NewsArticle - Limit headline to 110 chars. |
3.2.3 | 2017-03-21 | (2017-03-21) = * Fixed : "Warning: Illegal string offset" error occurred on Video and Event Schema.org. * Updated : Event Types add fields. * Updated : Video Types add fields. * Updated : Change selection method of SiteNavigation type. |
3.2.2 | 2017-03-09 | (2017-03-09) = * Fixed : Article, BlogPosting, and NewsArticle can not display the Publisher attribute. * Added : Add media selection function to the field for inputting image path. * Checked : WordPress version 4.7.3 operation check. |
3.2.1 | 2017-02-21 | (2017-02-21) = * Fixed : Call to undefined function imagecreatefromstring(). |
3.2.0 | 2017-01-30 | (2017-01-30) = * Fixed : Invalid breadcrumb markup. * Fixed : Some items are not displayed on "Organization schema.org". * Added : Add items to e-mail to "Organization schema.org". * Checked : WordPress version 4.7.2 operation check. |
3.1.7 | 2017-01-12 | (2017-01-12) = * Checked : WordPress version 4.7.1 operation check. |
3.1.6 | 2016-12-16 | (2016-12-16) = * Updated : Change ImageObject attribute of Schema.org type "Article", "BlogPosting", "NewsArticle" from "required" to "recommended". * Fixed : Custom post menu control. |
3.1.5 | 2016-12-08 | (2016-12-08) = * Checked : WordPress version 4.7.0 operation check. |
3.1.4 | 2016-11-25 | (2016-11-25) = * Added : Schema.org type "LocalBusiness" item added. "Image", "priceRange" and "servesCuisine". * Added : Print plugin version in comments. |
3.1.3 | 2016-11-22 | (2016-11-22) = * Updated : Event Type select item of Schema.org type "Event". * Updated : Short Code display changed of Schema.org type "BreadcrumbList". |
3.1.2 | 2016-09-27 | (2016-09-27) = * Updated : homeLocation input item of Schema.org type "Person". |
3.1.1 | 2016-09-20 | |
3.1.0 | 2016-09-20 | (2016-09-20) = * Added : Schema.org type "SiteNavigation". * Checked : WordPress version 4.6.1 operation check. * Updated : Application URL input item of Schema.org type "WebSite". * Fixed : LocalBusiness Convert data(In the case of version 2.3.x) Logic remove. |
3.0.5 | 2016-09-06 | (2016-09-06) = * Fixed : CSS & JavaScript version control. * Fixed : Registration screen display adjustment. |
3.0.4 | 2016-08-17 | (2016-08-17) = * Fixed : Type Person and Organization Non-display case "sameAs" is empty. * Checked : WordPress version 4.6.0 operation check. |
3.0.3 | 2016-07-27 | (2016-07-27) = * Fixed : If you select a static page in a display of the front page, the home page is not output at the output page. (Added is_front_page function) |
3.0.2 | 2016-07-15 | (2016-07-15) = * Updated : Security measures of the update process. |
3.0.1 | 2016-06-25 | (2016-06-25) =
|
3.0.0 | 2016-06-20 | (2016-06-20) =
|
2.5.1 | 2016-05-09 | (2016-05-09) =
|
2.5.0 | 2016-04-19 | (2016-04-19) =
|
2.4.2 | 2016-03-09 | (2016-03-09) =
|
2.4.1 | 2016-03-01 | (2016-03-01) =
|
2.4.0 | 2016-02-06 | (2016-02-06) =
|
2.3.3 | 2016-01-19 | (2016-01-19)
|
2.3.2 | 2016-01-10 | (2016-01-10) =
|
2.3.1 | 2016-01-08 | (2016-01-07) =
|
2.3.0 | 2016-01-03 | (2016-01-03) =
|
2.2.1 | 2015-12-21 | (2015-12-21) =
|
2.2.0 | 2015-12-16 | (2015-12-16) =
|
2.1.3 | 2015-12-11 | (2015-12-11) =
|
2.1.2 | 2015-12-09 | (2015-12-09) =
|
2.1.1 | 2015-12-04 | (2015-12-04) =
|
2.1.0 | 2015-12-03 | (2015-12-03) =
|
2.0.2 | 2015-11-27 | (2015/11/27)=
|
2.0.1 | 2015-11-25 | (2015/11/25) =
|
2.0.0 | 2015-11-23 | (2015/11/23) =
|
1.3.2 | 2015-11-17 |
|
1.3.1 | 2015-10-24 |
|
1.3.0 | 2015-10-24 |
|
1.2.1 | 2015-10-22 |
|
1.2.0 | 2015-10-19 |
|
1.1.3 | 2015-10-17 |
|
1.1.2 | 2015-10-15 |
|
1.1.1 | 2015-10-15 | |
1.1.0 | 2015-10-15 | |
1.0.8 | 2015-10-15 | |
1.0.7 | 2015-10-15 | |
1.0.6 | 2015-10-15 |
|
1.0.5 | 2015-10-15 |
|
1.0.4 | 2015-10-15 | |
1.0.3 | 2015-10-15 |
|
1.0.2 | 2015-10-15 | |
1.0.1 | 2015-10-15 | |
1.0.0 | 2015-10-15 |
= |