we created Seo Meta Tags wordpress plugin. We really happy to announce this news. This is our fourth wordpress plugin by our team which helpful for seo.
How to install SEO meta Tags?
Follow the usual routine;
Open WP admin – Plugins – Add New
Enter “Seo Meta Tags” under search and hit Enter
Plugin will show up as the first on the list, click “Install Now”
Or if needed, upload manually. Follow the steps below to install the plugin.
Upload the seo-meta-tags directory to the /wp-content/plugins/directory
Activate the plugin through the ‘Plugins’ menu in wp
Go to “Seo Meta Tags” option to configure the button
Launched the Seo Meta Tags wordpress plugin
Seo Meta Tags
Using this plugin you will get following features:
We ensure you that Seo Meta Tags plugin will increase your website SEO with two week so drastically.
You can enter your meta keywords and description for your homepage.
This plugin will add different Meta description for each individual post as your excerpt of your post.
This will help your blog to rank better in google. You can easily increase your blog traffic using this plugin.
This plugin is really helpful to SEO. Search engine will read meta description for each page.
Using this plugin your blog will have different meta description and relative meta description as per your single post.
That is really helpful to your blog.
Here you can see the screen shot of Seo Meta Tags Admin panel:
You can download Seo Meta Tags from following URL:
Forums is like basic need of current websites. Using the forums you can really give interaction to all website users. As we know many websites are building in wordpress and client want forums as part of wordpress website.
Best wordpress plugins for creating forums
No need to worry, there are really free some good plugins are available to integrate the forums in to wordpress site. Here in this article I am going to give you some really good options to install forums in wordpress websites.
We Created Alexa Rank Widget wordpress plugin. This plugin is open source and any one can freely download this wordpress plugin.
How to Install Alexa Rank Widget WordPress plugin?
Follow the steps below to install the plugin.
Upload the Alexa Rank Widget directory to the /wp-content/plugins/directory
Activate the plugin through the ‘Plugins’ menu in wp
Go to “Alexa Rank Widget” option to configure the button
Alexa Rank Widget WordPress plugin
Here we are giving you the brief description about Alexa Rank Widget wordpress plugin.
The Alexa Rank Widget easily allows to add widget in wordpress sidebar.
This widget will give to control the website name how you want to show the alexa widget in your sidebar.
using this plugin you will get show options for showing the Alexa rank in side bar.
1. Squre – Button (120 x 95)
2. Vertical – Vertical Banner (120 x 240)
As we in today’s date showing Alexa web ranking is important for SEO and for attracting your advertiser and viewer.
This information is good for site owner as well as viewer.
Here you can see Some screen shots of Alexa Rank Widget:
1. Preview of Alexa Rank Widget with image and rank with squre box.
2. Preview of Alexa Rank Widget with image and rank with verticle box.
3. Alexa Rank Widget admin panel for your configration of your button as per your choice
You can download Alexa Rank Widget from following URL:
This article will tell you about, How to add Meta box to wordpress admin post and page.Use following code and create wordpressapi.php file and upload this file to wp-content/plugins/ folder.
<?php
/*
Plugin Name: WordPressapi Meta Box
Plugin URI: http://images.purabtech.in/
Description: Adding the Meta box to admin panel -> post
Version: 0.0
Author: WordPressapi
Author URI: http://images.purabtech.in/
*/
function wordpressapi_meta_box() {
add_meta_box(
'wordpressapi',
'Wordpressapi Box', //Meta box title
'write_in_meta_box',
'post' // You can define here where to add the Meta box(post, page, link)
);
}
function write_in_meta_box(){
echo "Wordpressapi is writing something in admin meta box";
}
if (is_admin())
add_action('admin_menu', 'wordpressapi_meta_box');
?>
Go to your Plugin tab and activate the “WordPressapi Meta Box” plugin.
After activating the plugin you are able to see the Meta box on post page.