Banner for Category Seo Meta Tags
Plugin now support custom taxonomy. Tested with Woocommerce, FoxyShop and WP-ECommerce Wordpress Tutorial
Noted That:
  • To install correctly this category-seo-meta-tags.zip .
  • Fisrt Download the category-seo-meta-tags.zip to your computer
  • Extract/Open category-seo-meta-tags.zip to Your Computer.
  • Then, Find readme.txt file inside category-seo-meta-tags.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " category-seo-meta-tags.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Category Seo Meta Tags

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Category Seo Meta Tags

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Category Seo Meta Tags

Step-5 : Now, Browse " category-seo-meta-tags.zip " Downloaded plugin from your computer, Where you downloaded " category-seo-meta-tags.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Category Seo Meta Tags

Step-6 : Now, Click on " Active Plugin "

Activate Category Seo Meta Tags

Step-7 : Then, See left Side Menu. " Category Seo Meta Tags " folder is added on left Side Menu. Now, Click on " Category Seo Meta Tags " folder.

Noted that: If you do not see " Category Seo Meta Tags " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Category Seo Meta Tags Configurations and Settings or How to work " Category Seo Meta Tags " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Category SEO Meta Tags " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Category SEO Meta Tags
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

You can use the built in installer and upgrader, or you can install the plugin manually.

  1. You can either use the automatic plugin installer or your FTP program to upload it to your wp-content/plugins directory the top-level folder. Don’t just upload all the php files and put them in /wp-content/plugins/ .

  2. Activate the plugin through the ‘Plugins’ menu in WordPress

  3. Compulary change in All In One SEO Pack (Required for category meta tag support)

    Download and open aioseop.class.php file and go to line number 790. Add below line after line number 790.

    $title = apply_filters(‘aioseop_category_title’,$title);

    Before:

    $title = $this-> paged_title($title);
    $header = $this-> replace_title($header, $title);

    After:

    $title = $this-> paged_title($title);
    $title = apply_filters(‘aioseop_category_title’,$title);
    $header = $this-> replace_title($header, $title);

  4. Compulary change in All In One SEO Pack(Required for tag pages meta support)

    Download and open aioseop.class.php file and go to line number 839 and 851. Add below line after line number 839 and 851.

    $title = apply_filters(‘aioseop_tag_title’,$title);

    Before:

    $title = $this-> paged_title($title);
    $header = $this-> replace_title($header, $title);

    After:

    $title = $this-> paged_title($title);
    $title = apply_filters(‘aioseop_tag_title’,$title);
    $header = $this-> replace_title($header, $title);

  5. Compulary change in All In One SEO Pack(Required for custom taxonomy meta support)

    Download and open aioseop.class.php file and go to line number 862. Add below line after line number 862.

    $title = apply_filters(‘aioseop_tag_title’,$title);

    Before:

    $title = $this-> paged_title($title);
    $header = $this-> replace_title($header, $title);

    After:

    $title = $this-> paged_title($title);
    $title = apply_filters(‘aioseop_tag_title’,$title);
    $header = $this-> replace_title($header, $title);

  6. Trouble implementing above change? feel free to download already patch version from here: Always download latest patched version from here.
    http://bala-krishna.com/dl/all-in-one-seo-pack-1.6.15.3.zip [1.6.15.3]

  7. Visit your Category List page and then edit desired category. You will notice new meta title, description, keywords fields on each category page. Update meta-tags and click on save button to save options.

  8. Same will apply to tag pages. Go to tag pages and edit tag to enter meta tags.

  9. Go to Setting -> Categor SEO Meta Tags to enable/disable plugin and other option.

  10. That’s it!


Name