Changeset 1605928
- Timestamp:
- 03/01/2017 12:25:42 PM (8 years ago)
- Location:
- add-metadata-free/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
add-metadata-free/trunk/add-metadata.php
r1605324 r1605928 4 4 * Description: This is a free plugin for adding meta tag to your website, which includes title, description, image, author and URL and site name of your published post of your website. If you have no image in your post, it will also ask for a default image for metadata. 5 5 * Author: Syed Ebraiz Ali Chishti 6 * Version: 1.0. 26 * Version: 1.0.0 7 7 */ 8 8 -
add-metadata-free/trunk/readme.txt
r1605855 r1605928 4 4 Requires at least: 3.0 5 5 Tested up to: 4.7 6 Stable tag: 1.0. 26 Stable tag: 1.0.0 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 12 12 == Description == 13 13 14 This is a free plugin for adding meta tag on each post of your website, this meta tags include title, description, image, author, post URL and site name of your published post which later helps search engines and facebook to recognize your post. If you have no featured image on your post, it will also ask for a default image for metadata, which can set through settings page. Meta tags are invisible from the front-end, but can be viewed from the source code. Meta tags has a great importance in SEO (Search Engine Optimization) and google page ranking.14 This is a free plugin for adding meta tag on each post of your website, this meta tags include title, description, image, author, post URL and site name of your published post which later helps while sharing post on social media and for search engines to recognize the post. If you have no featured image on your post, it will also ask for a default image for metadata, which can be set through settings page. Meta tags are invisible from the front-end, but can be viewed from the source code. Meta tags has a great importance in SEO (Search Engine Optimization) and Google Page Rank. 15 15 16 16 Major features of Add Metadata include: 17 17 18 18 * Automatically get post title, description, image, author, url, site name from the post and uses them as a meta tags. 19 * Allow us to set default image for metadata if no featured image found.20 * Allow us to customize yourcss and js file.19 * Allow us to set default image for metadata which can use if no featured image found on the post. 20 * Allow us to customize the css and js file. 21 21 22 22 PS: You don't need any API key or Serial key to use it, because Add meta data are free to use. … … 29 29 30 30 * Install and Activate the Add Metadata plugin. 31 * Set the default image through settings page, in case if no featured image found. 32 * After Activating the plugin, rest of the functionality will effect automatically and it is ready to use. 33 31 * Set the default image through settings panel. 32 * After activating the plugin, rest of the functionality will effect automatically. 34 33 35 34 == Frequently Asked Questions == … … 37 36 = Why Add Metadata Plugin = 38 37 39 Metadata helps search engines to recognize your published posts, which further help to boost up your website for SEO and google page rankings.38 Metadata recognize your published posts for search engines, specially while sharing the post on social media, which further help to boost up your website for SEO (Search Engine Optimization) and Google Page Rank. 40 39 41 40 = How Can I Setup This Plugin On My Website = 42 41 43 No, need to setup this plugin, just install and activate it, it will start effecting on your published post, you just need to set a default image through setting panel, which will effect on your post, if no featured image found on your post.42 You just need to install and activate it, set the default image through setting panel and it is ready to use. 44 43 45 44 = What Happen If Both Featured And Default Image Is Not Set = 46 45 47 The image attribute of metadata will not be displayed on your website.46 The image attribute of metadata will not work and if there is no image found on the post, search engine will failed to recognize any image on that post. 48 47 49 = Can I Customize MyCSS & JS File Through This Plugin =48 = Can I Customize CSS & JS File Through This Plugin = 50 49 51 Yes! you can customize the css and js file through this plugin for any styling on your website. css and js files are located in assets folder.50 Yes! you can customize the css and js file through this plugin for any styling and modification on your website. css and js files are located in assets folder. 52 51 53 52 == Screenshots == … … 59 58 == Changelog == 60 59 61 = 1.0.1 =62 *Release Date - 28 February 2017*63 64 * Changes in readme.txt file.65 * Fix litte bugs66 67 60 = 1.0.0 = 68 61 *Release Date - 24 February 2017*
Note: See TracChangeset
for help on using the changeset viewer.