Changeset 760269
- Timestamp:
- 08/21/2013 07:53:49 PM (13 years ago)
- Location:
- seo-meta-tags/tags
- Files:
-
- 4 edited
-
1.0/readme.txt (modified) (4 diffs)
-
1.0/seo-meta-tags.php (modified) (4 diffs)
-
1.01/readme.txt (modified) (2 diffs)
-
1.01/seo-meta-tags.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
seo-meta-tags/tags/1.0/readme.txt
r213030 r760269 1 1 === Seo Meta Tags === 2 Contributors: wordpressapi.com3 Donate link: http:// wordpressapi.com/2 Contributors: digcms.com 3 Donate link: http://digcms.com/ 4 4 Tags: seo,meta tags, seo meta tags, yahoo, google, msn, bing, live, search engine 5 5 Requires at least: 2.7.2 … … 11 11 This plugin will add different Meta description for each individual post as your excerpt of your post. 12 12 This will help your blog to rank better in google. You can easily increase your blog traffic using this plugin. 13 <a href="http://www. wordpressapi.com/wordpress-plugins">Wordpressapi.com</a>13 <a href="http://www.digcms.com/wp-plugins">digcms.com</a> 14 14 15 15 … … 24 24 Follow the steps below to install the plugin. 25 25 1. Upload the seo-meta-tags directory to the /wp-content/plugins/ directory 26 2. Activate the plugin through the 'Plugins' menu in WordPress26 2. Activate the plugin through the 'Plugins' menu in wp 27 27 3. Go to "Seo Meta Tags" option to configure the button 28 28 … … 33 33 34 34 == Help == 35 For help and support please contact us at contact [at] wordpressapi.com35 For help and support please contact us at contact [at] digcms.com 36 36 37 37 == Frequently Asked Questions == -
seo-meta-tags/tags/1.0/seo-meta-tags.php
r213030 r760269 2 2 /* 3 3 Plugin Name: Seo Meta Tags 4 Plugin URI: http://www. wordpressapi.com/wordpress-plugins/4 Plugin URI: http://www.digcms.com/wp-plugins/ 5 5 Description: This plugin will add post excerpt as a meta tags of each individual post. 6 6 License: GNU General Public License 2.0 (GPL) http://www.gnu.org/licenses/gpl.html 7 7 Version: 1.0 8 Author: Wordpressapi.com9 Author URI: http://www. wordpressapi.com8 Author: digcms.com 9 Author URI: http://www.digcms.com 10 10 */ 11 11 … … 35 35 This plugin will add Meta description for each individual post as your excerpt of your post. 36 36 This will help your blog to rank better in google. You can easily inrease your blog traffic using this plugin. 37 <a href="http://www. wordpressapi.com/wordpress-plugins">Wordpressapi.com</a>37 <a href="http://www.digcms.com/wp-plugins">digcms.com</a> 38 38 39 39 <form method="post"> … … 50 50 </tr><tr> 51 51 <td colspan='2'> 52 <label for='seo_meta_tags[keywords]'>Example: <code><meta name='keywords' content='<strong><font color="blue"> Wordpress,Social Networking, Social Media, News, Web, Technology, Web 2.0, Tech, Information, Blog, Facebook, YouTube, Google, Top,Main Page,About WordPress,Advanced Topics,Backing Up Your Database,Backing Up Your WordPress Files,Blog Design and Layout,CSS,Contributing to WordPress,Core Update Host Compatibility,Database Description,Developer Documentation</font></strong>'></code></label>52 <label for='seo_meta_tags[keywords]'>Example: <code><meta name='keywords' content='<strong><font color="blue">wp,Social Networking, Social Media, News, Web, Technology, Web 2.0, Tech, Information, Blog, Facebook, YouTube, Google, Top,Main Page,About wp,Advanced Topics,Backing Up Your Database,Backing Up Your wp Files,Blog Design and Layout,CSS,Contributing to wp,Core Update Host Compatibility,Database Description,Developer Documentation</font></strong>'></code></label> 53 53 </td> 54 54 </tr> … … 62 62 </tr><tr> 63 63 <td colspan='2'> 64 <label for='seo_meta_tags[description]'>Example: <code><meta name='description' content='<strong><font color="blue"> Wordpressapi.com is focused on design and web-development. We deliver useful information, latest trends and techniques, useful ideas, innovative approaches and tools. Social Media news blog covering cool new websites and social networks: Facebook, Google, Twitter, MySpace and YouTube. The latest web technology news, via RSS daily.</font></strong>'></code></label>64 <label for='seo_meta_tags[description]'>Example: <code><meta name='description' content='<strong><font color="blue">digcms.com is focused on design and web-development. We deliver useful information, latest trends and techniques, useful ideas, innovative approaches and tools. Social Media news blog covering cool new websites and social networks: Facebook, Google, Twitter, MySpace and YouTube. The latest web technology news, via RSS daily.</font></strong>'></code></label> 65 65 </td> 66 66 </tr> -
seo-meta-tags/tags/1.01/readme.txt
r543693 r760269 11 11 This plugin will add different Meta description for each individual post as your excerpt of your post. 12 12 This will help your blog to rank better in google. You can easily increase your blog traffic using this plugin. 13 <a href="http://www.digcms.com/w ordpress-plugins">digcms.com</a>13 <a href="http://www.digcms.com/wp-plugins">digcms.com</a> 14 14 15 15 … … 24 24 Follow the steps below to install the plugin. 25 25 1. Upload the seo-meta-tags directory to the /wp-content/plugins/ directory 26 2. Activate the plugin through the 'Plugins' menu in WordPress26 2. Activate the plugin through the 'Plugins' menu in wp 27 27 3. Go to "Seo Meta Tags" option to configure the button 28 28 -
seo-meta-tags/tags/1.01/seo-meta-tags.php
r543693 r760269 2 2 /* 3 3 Plugin Name: Seo Meta Tags 4 Plugin URI: http://www.digcms.com/w ordpress-plugins/4 Plugin URI: http://www.digcms.com/wp-plugins/ 5 5 Description: This plugin will add post excerpt as a meta tags of each individual post. 6 6 License: GNU General Public License 2.0 (GPL) http://www.gnu.org/licenses/gpl.html … … 35 35 This plugin will add Meta description for each individual post as your excerpt of your post. 36 36 This will help your blog to rank better in google. You can easily inrease your blog traffic using this plugin. 37 <a href="http://www.digcms.com/w ordpress-plugins">digcms.com</a>37 <a href="http://www.digcms.com/wp-plugins">digcms.com</a> 38 38 39 39 <form method="post"> … … 50 50 </tr><tr> 51 51 <td colspan='2'> 52 <label for='seo_meta_tags[keywords]'>Example: <code><meta name='keywords' content='<strong><font color="blue"> Wordpress,Social Networking, Social Media, News, Web, Technology, Web 2.0, Tech, Information, Blog, Facebook, YouTube, Google, Top,Main Page,About WordPress,Advanced Topics,Backing Up Your Database,Backing Up Your WordPress Files,Blog Design and Layout,CSS,Contributing to WordPress,Core Update Host Compatibility,Database Description,Developer Documentation</font></strong>'></code></label>52 <label for='seo_meta_tags[keywords]'>Example: <code><meta name='keywords' content='<strong><font color="blue">wp,Social Networking, Social Media, News, Web, Technology, Web 2.0, Tech, Information, Blog, Facebook, YouTube, Google, Top,Main Page,About wp,Advanced Topics,Backing Up Your Database,Backing Up Your wp Files,Blog Design and Layout,CSS,Contributing to wp,Core Update Host Compatibility,Database Description,Developer Documentation</font></strong>'></code></label> 53 53 </td> 54 54 </tr>
Note: See TracChangeset
for help on using the changeset viewer.