GetGenie
91AI powered SEO assistant & content writer with 40+ templates, chatbot, NLP keyword research, AEO, GEO, SEO...
Hide author archive URL of WordPress.
Hide Author Archive is a WordPress plugin designed to conceal author information from your site's archives. It works by removing author parameters from URLs and restricting access to author data in the REST API for users without specific permissions.
This plugin may be suitable for sites that require enhanced security by limiting author visibility, particularly for organizations that want to keep author details private. It integrates with Yoast and modifies meta tags and JSON-LD data to further obscure author information.
Best for: This plugin is best for organizations or individuals looking to enhance privacy and security by hiding author information.
What it does well
Where it falls short
Hide Author Archive offers a straightforward solution for concealing author details, but it may not be necessary for all types of websites.
Tarosky Inc.'s own description of Hide Author Archive, lightly tidied.
This plugin will hide author’s archive.
If your don’t need author parameter, this plugin may enhance your site’s security from bot inspection.
?author=1 redirection to /author/adminauthor=1 or author_name=adminlist_users or edit_others_posts. This capability is filterable.
/**
* Filter capabilities to see author list.
*
* @param string[] $caps List of capabilities.
*/
add_filter( 'hide_author_archive_rest_query_capability', function( $caps ) {
$caps[] = 'read';
return $caps;
} );
Besides that, this plugin tries to remove author information from meta tags and JSON-LD as possible as it can.
Some organization needs to hide author information of each article.
Yoast
meta=authorarticle:author in OGP.Other plugins for bookstores and publishers.
AI powered SEO assistant & content writer with 40+ templates, chatbot, NLP keyword research, AEO, GEO, SEO...
List the most recent posts with post titles, thumbnails, excerpts, authors, categories, dates and more!
Very customizable plugin to list posts by category (or tag, author and more) in a post, page or widget. Uses t...
A Customizable Testimonial plugin to Automate Collecting, Filtering, and Publishing Customer Reviews. Testimon...
PublishPress Authors is the best plugin for adding authors, co-authors, multiple authors and guest authors to...
Import your demo content, widgets and theme settings with one click. Theme authors! Enable simple theme demo i...