Changeset 2194950
- Timestamp:
- 11/17/2019 04:41:47 PM (6 years ago)
- File:
-
- 1 edited
-
structured-content/trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
structured-content/trunk/readme.txt
r2189216 r2194950 7 7 Tested up to: 5.3 8 8 Requires PHP: 7.0 9 Stable tag: 1.4. 09 Stable tag: 1.4.1 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 17 17 1. Unzip the download package 18 18 2. Upload structured-content to the /wp-content/plugins/ directory 19 3. Activate the plugin through the \'Plugins\' menu in WordPress19 3. Activate the plugin through the 'Plugins' menu in WordPress 20 20 21 21 Alternatively … … 27 27 28 28 In simple dialogs, for example FAQ can be inserted. Because the the plugin renders the given information as JSON-LD according to schema.org, the bots of the search engines, like google, recognize this schema. 29 Nice option: you can decide if only the JSON-LD should be displayed in the source code or if the content should be preformatted and visible. Check or uncheck the \"Render HTML\" box to do this.29 Nice option: you can decide if only the JSON-LD should be displayed in the source code or if the content should be preformatted and visible. Check or uncheck the "Render HTML" box to do this. 30 30 31 31 You can test whether the information has been labeled correctly with the [Structured Data Testing Tool](https://search.google.com/structured-data/testing-tool) from Google, for example. … … 46 46 Once the the plugin is installed and activated, you'll find a new icon in the titlebar of the WYSIWYG editor. Just click it, select your preferred structured content element you want to insert and a modal will open. Fill out the form, click the save button and your done. 47 47 48 If you use *Gutenberg* you'll find a new content block. Choose your preferred structured content element and fill out the form. If you want to answer more than one question, then simply add them by clicking on \'Add one\'*within* this Gutenberg block.48 If you use *Gutenberg* you'll find a new content block. Choose your preferred structured content element and fill out the form. If you want to answer more than one question, then simply add them by clicking on "Add one" *within* this Gutenberg block. 49 49 50 50 Alternatively use these shortcodes in your TinyMCE: … … 81 81 82 82 == Changelog == 83 = 1.4.1 = 84 * [FIX] Backend issues with the lightbox modal 85 * [FEATURE] jQuery completely removed from the plugin 86 83 87 = 1.4.0 = 84 * [NEW] Structured element \"Course\" (Gutenberg & TinyMCE)88 * [NEW] Structured element "Course" (Gutenberg & TinyMCE) 85 89 * [NEW] Icon set (https://www.zondicons.com/) 86 90 * [NEW] Update mechanism for blocks 87 * [NEW] Optional fields for \"Events\": image, offers, performer88 * [FIX] \"Events\" description in JSON works now :)91 * [NEW] Optional fields for "Events": image, offers, performer 92 * [FIX] "Events" description in JSON works now :) 89 93 * [FIX] Refactored css classes that started with sc- to sc_ 90 94 * [FIX] Issue with select fields in Gutenberg
Note: See TracChangeset
for help on using the changeset viewer.