Changeset 2739938
- Timestamp:
- 06/09/2022 01:29:34 PM (4 years ago)
- Location:
- knowledge-tags-from-yext
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.5 (copied) (copied from knowledge-tags-from-yext/trunk)
-
tags/1.0.5/readme.txt (modified) (3 diffs)
-
tags/1.0.5/yext-schema.php (modified) (5 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/yext-schema.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
knowledge-tags-from-yext/tags/1.0.5/readme.txt
r2266018 r2739938 3 3 Tags: content, yext, schema, schema.org, knowledge tags, knowledge tags from yext 4 4 Requires at least: 2.8 5 Tested up to: 5.45 Tested up to: 6.0 6 6 Stable tag: trunk 7 7 … … 21 21 Knowledge Tags Schema Markup helps your website speak the language of intelligent services so they can understand, categorize, and structure the information about your brand. 22 22 23 With Knowledge Tags you can manage schema at scale and keep the data in sync with Yext Knowledge Manager and third party listings. 23 With Knowledge Tags you can manage schema at scale and keep the data in sync with Yext Knowledge Graph and third party listings. 24 25 NOTE: There will no longer be maintenance or support for this plugin beyond version 6.0. Please directly utilize the Knowledge Tags scripts, as explained in Yext’s documentation: https://hitchhikers.yext.com/guides/working-with-knowledge-tags/#script 24 26 25 27 26 28 **Using Knowledge Tags** 27 Use Yext Knowledge Tags to automatically create marked up schema for your website. The information will come directly from the Yext Knowledge Manager. You can use shortcodes to generate fields such as hours of operation, phone numbers, and a link to your location in Google Maps.29 Use Yext Knowledge Tags to automatically create marked up schema for your website. The information will come directly from the Yext Knowledge Graph. You can use shortcodes to generate fields such as hours of operation, phone numbers, and a link to your location in Google Maps. 28 30 29 31 To use the Yext plugin, you must have an active Yext subscription. With the Yext Knowledge Engine, you can update, sync, enhance, and monitor your business listings across the web. To learn more about Yext and see how your business appears on local search sites, visit www.yext.com. … … 39 41 40 42 == Changelog == 43 = 1.0.5 = 44 * Fixed bug causing updates to pages to fail 45 41 46 = 1.0.3 = 42 47 * Updated error display on the settings page -
knowledge-tags-from-yext/tags/1.0.5/yext-schema.php
r2526199 r2739938 2 2 /** 3 3 * @package Yext_Schema 4 * @version 1.0. 44 * @version 1.0.5 5 5 */ 6 6 /* … … 9 9 Description: Publish your knowledge tags. 10 10 Author: Yext Engineering 11 Version: 1.0. 411 Version: 1.0.5 12 12 */ 13 13 include "settings.php"; … … 80 80 function KTFY_yext_shortcode($atts, $content, $tag) 81 81 { 82 KTFY_get_kt_data(); 82 83 global $KTFY_knowlege_tag_data; 83 84 … … 119 120 function KTFY_yext_schema_org_json() 120 121 { 122 KTFY_get_kt_data(); 121 123 global $KTFY_yext_schema_data; 122 124 global $KTFY_page_location_Ids; … … 139 141 140 142 //action hooks 141 add_action('wp', 'KTFY_get_kt_data');142 143 add_shortcode('yext-data', 'KTFY_yext_shortcode'); 143 144 add_action('get_footer', 'KTFY_yext_schema_org_json'); -
knowledge-tags-from-yext/trunk/readme.txt
r2266018 r2739938 3 3 Tags: content, yext, schema, schema.org, knowledge tags, knowledge tags from yext 4 4 Requires at least: 2.8 5 Tested up to: 5.45 Tested up to: 6.0 6 6 Stable tag: trunk 7 7 … … 21 21 Knowledge Tags Schema Markup helps your website speak the language of intelligent services so they can understand, categorize, and structure the information about your brand. 22 22 23 With Knowledge Tags you can manage schema at scale and keep the data in sync with Yext Knowledge Manager and third party listings. 23 With Knowledge Tags you can manage schema at scale and keep the data in sync with Yext Knowledge Graph and third party listings. 24 25 NOTE: There will no longer be maintenance or support for this plugin beyond version 6.0. Please directly utilize the Knowledge Tags scripts, as explained in Yext’s documentation: https://hitchhikers.yext.com/guides/working-with-knowledge-tags/#script 24 26 25 27 26 28 **Using Knowledge Tags** 27 Use Yext Knowledge Tags to automatically create marked up schema for your website. The information will come directly from the Yext Knowledge Manager. You can use shortcodes to generate fields such as hours of operation, phone numbers, and a link to your location in Google Maps.29 Use Yext Knowledge Tags to automatically create marked up schema for your website. The information will come directly from the Yext Knowledge Graph. You can use shortcodes to generate fields such as hours of operation, phone numbers, and a link to your location in Google Maps. 28 30 29 31 To use the Yext plugin, you must have an active Yext subscription. With the Yext Knowledge Engine, you can update, sync, enhance, and monitor your business listings across the web. To learn more about Yext and see how your business appears on local search sites, visit www.yext.com. … … 39 41 40 42 == Changelog == 43 = 1.0.5 = 44 * Fixed bug causing updates to pages to fail 45 41 46 = 1.0.3 = 42 47 * Updated error display on the settings page -
knowledge-tags-from-yext/trunk/yext-schema.php
r2526199 r2739938 2 2 /** 3 3 * @package Yext_Schema 4 * @version 1.0. 44 * @version 1.0.5 5 5 */ 6 6 /* … … 9 9 Description: Publish your knowledge tags. 10 10 Author: Yext Engineering 11 Version: 1.0. 411 Version: 1.0.5 12 12 */ 13 13 include "settings.php"; … … 80 80 function KTFY_yext_shortcode($atts, $content, $tag) 81 81 { 82 KTFY_get_kt_data(); 82 83 global $KTFY_knowlege_tag_data; 83 84 … … 119 120 function KTFY_yext_schema_org_json() 120 121 { 122 KTFY_get_kt_data(); 121 123 global $KTFY_yext_schema_data; 122 124 global $KTFY_page_location_Ids; … … 139 141 140 142 //action hooks 141 add_action('wp', 'KTFY_get_kt_data');142 143 add_shortcode('yext-data', 'KTFY_yext_shortcode'); 143 144 add_action('get_footer', 'KTFY_yext_schema_org_json');
Note: See TracChangeset
for help on using the changeset viewer.