Herd SEO
SEO plugin for Marshall's WordPress sites
by Christopher McComas · github.com/marshallu/herd-seo · website
★ 0stars
127composer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/marshallu/herd-seo/archive/refs/heads/main.zipAlso on Packagist as marshallu/mu-seo:
composer require marshallu/mu-seoFrom the readme
Herd SEO
A lean SEO plugin for Marshall University's WordPress sites.
- Package: marshallu/herd-seo
- Type: WordPress plugin
- Requires: ACF Pro
Features
- Custom SEO title and meta description per post/page
- Canonical URL override
- Robots meta tag control (noindex / nofollow) per post/page
- Open Graph and Twitter Card meta tags with a multi-step image fallback chain
- Site-wide options page for Twitter handle and default social image
- JSON-LD schema markup for posts (Article) and pages (WebPage)
- museoschema filter for adding or modifying schema on custom post types
- museoogtype filter for overriding the OG type on custom post types
- museoogimageid filter for providing a social image on custom post types
- Yoast SEO migration tool (WP-CLI command + admin UI)
Installation
Manual Installation
Upload the plugin directory to wp-content/plugins/ and activate it from the WordPress admin.
Then go to Plugins in the WordPress admin and activate Herd SEO.
Composer Installation
Composer will install the plugin to wp-content/plugins/herd-seo/. Activate it from the WordPress admin or via WP-CLI:
Composer dependencies (PHPCS, WPCS, ACF stubs) are dev-only and not required in p