Noindex Duplicates

By : unknown

This plugin is based on Fix-Duplicates plugin.

It's very useful mainly when you have users content included into your blog/site.

This plugin fixes duplicate content by adding a custom field that marks that post as 'noindex'. The oldest one of that duplicate group will not be marked so the search engines will be able to index it. The plugin shows all the duplicates even if only two of them are 'noindexed'. When there is only one not indexed, the plugin doesn't show as duplicates.

In order to make use of this functionality, the code below has to be added to the functions.php file:

function apply_noindex_meta_tag(){

    $noindex = get_post_meta( get_the_ID(), 'noindex', true );

    if ( (int) $noindex === 1 ) {
        echo '<meta name="robots" content="noindex">' . "\n";
    }
}
add_action( 'wp_head', 'apply_noindex_meta_tag' );

Fix Duplicates

Do you run a site with user submitted content? Do users submit the same post again and again? Use the Fix Duplicates plugin to find and delete duplicate posts. There is also a paid Redirection extension that preserves the link equity of removed duplicates by 301 redirecting them to the kept item....

Similar: 100%

Find Duplicates

A plugin that finds duplicate and similar posts based on their post_content or post_title similarity. You can define the percentage of similarity, post type and post status. The plugin is a great utility to find duplicates that differ in only a few characters. Search for duplicate posts Search for.........

Similar: 50%

Trash Duplicate and 301 Redirect

Do your site have more content editor / authors who upload contents? Do you site content managed by team of multiple person ? Do you run a site with user submitted content? Finally ended up with duplicate content on your website or blog ? Duplicate content divide traffic and may be penalized by goo.........

Similar: 28%

Avoid Duplicate Posts

If you have more than one featured post sections on homepage and don’t want to repeat same post in different featured sections then you can achieve that by using this lightweight plugin...

Similar: 20%

Delete Duplicate Posts

Get rid of duplicate blogposts on your blog. This plugin searches for blogposts with identical titles and keeps the oldest (or newest, you can configure this) and deletes the rest. The plugin also deletes meta data for the blogposts it deletes....

Similar: 13%

WP-eDel post copies

This plugin searches duplicate posts by checking the title or content, filtering by category and can permanently delete them or send them to the trash in manual mode or automatic scheduled with WordPress cron. In version 4.0 multiple filters were added. Support for post types, post status, exclude .........

Similar: 10%

Classifieds WP

DEMO Site Classifieds WP is a classifieds listing plugin for adding classifieds to your WordPress site. Classifieds WP uses shortcodes and should work with most themes out of the box....

Similar: 5%

HootBoard

HootBoard is a bulletin board for your community website. Whether you are a school, university, government, neighborhood or an organization there is now a better way to get members engaged, content organized and to partner with other local organizations. Use a HootBoard to promote events, post class.........

Similar: 4%

Directory

The Directory Wizard plugin is the best way to add a powerful, fully functional and free custom directory to your WordPress powered web site. Within minutes you can install and configure Directory Wizard plugin and start accepting submissions, or populating the content with your own listings. This .........

Similar: 4%

CM Business Directory

If you’re looking to become a local business authority, the WordPress Business Directory plugin by CreativeMinds is the one for you. This plugin gives you the ability to create an embeddable directory for your WordPress site. The extra addition of an Add-On will support new entries and editable entr.........

Similar: 4%