Title: ACS SEO Plus
Author: ACS
Published: <strong>September 22, 2026</strong>
Last modified: September 22, 2026

---

Search plugins

![](https://ps.w.org/acs-seo-plus/assets/banner-772x250.png?rev=3708124)

![](https://ps.w.org/acs-seo-plus/assets/icon-256x256.png?rev=3708124)

# ACS SEO Plus

 By [ACS](https://profiles.wordpress.org/hanchan/)

[Download](https://downloads.wordpress.org/plugin/acs-seo-plus.1.0.0.zip)

 * [Details](https://wordpress.org/plugins/acs-seo-plus/#description)
 * [Reviews](https://wordpress.org/plugins/acs-seo-plus/#reviews)
 *  [Installation](https://wordpress.org/plugins/acs-seo-plus/#installation)
 * [Development](https://wordpress.org/plugins/acs-seo-plus/#developers)

 [Support](https://wordpress.org/support/plugin/acs-seo-plus/)

## Description

ACS SEO Plus covers the on-page basics without asking you to connect an account,
install a wizard or learn a new vocabulary. Open a post, fill in the fields you 
care about, and leave the rest empty: every field falls back to something WordPress
already knows.

It also counts page views on your own server, so you can see which entry is being
read without adding a third party script to your pages.

**What it does**

 * SEO title, meta description and canonical URL for every public post type.
 * noindex and nofollow checkboxes per entry. Marking an entry noindex also removes
   it from the sitemap.
 * Open Graph and Twitter Card tags, with a share image chosen per entry, then the
   featured image, then a site wide fallback.
 * JSON-LD structured data: a WebSite graph with a search action on the front page,
   and BlogPosting or WebPage on the entries you opt in.
 * An XML sitemap at its own address, so it never takes over the sitemap WordPress
   or another plugin already publishes. You choose which post types it covers.
 * Page view counts per entry: today, yesterday, this month and all time, in the
   editor, in the post list and on an overview screen.

**About the view counting**

It runs entirely on your site. There is no cookie, no stored IP address and no request
to any outside service. To recognise a repeat visit within the same day the plugin
keeps a one way hash of the visitor address and browser string in the site cache
for 24 hours; the hash is discarded after that and cannot be turned back into the
original values. Only totals per entry are stored, never a log of individual visits.
Views by logged in editors and by obvious crawlers are skipped.

Because the count happens in PHP, a full page cache will hide some views from it.
That is expected, and it is the trade-off for not loading a tracking script.

**No strings attached**

This plugin is complete on its own. Nothing in it is locked, metered, time limited
or reserved for a paid tier, it never asks for a licence key or an account, and 
it does not contact any server. Longer range traffic reports, referrer and device
breakdowns, automatic image alt text and redirect management are sold separately
as an add-on at ACS Developer (https://acs-developer.com/acs-seo-plus/). The add-
on is not included here and this plugin does not check for it.

## Screenshots

[⌊The SEO panel under the editor: SEO title, meta description, canonical URL, share
image and the robots checkboxes, with a live character count.⌉⌊The SEO panel under
the editor: SEO title, meta description, canonical URL, share image and the robots
checkboxes, with a live character count.⌉[

The SEO panel under the editor: SEO title, meta description, canonical URL, share
image and the robots checkboxes, with a live character count.

[⌊The settings screen, where you choose what is printed in the page head, which 
post types the sitemap covers, whether views are counted and whether the credit 
comment appears.⌉⌊The settings screen, where you choose what is printed in the page
head, which post types the sitemap covers, whether views are counted and whether
the credit comment appears.⌉[

The settings screen, where you choose what is printed in the page head, which post
types the sitemap covers, whether views are counted and whether the credit comment
appears.

[⌊The overview screen, listing the most viewed entries with today, yesterday, this
month and all time side by side.⌉⌊The overview screen, listing the most viewed entries
with today, yesterday, this month and all time side by side.⌉[

The overview screen, listing the most viewed entries with today, yesterday, this
month and all time side by side.

[⌊The views column added to the post list, showing today and the lifetime total 
for every entry.⌉⌊The views column added to the post list, showing today and the
lifetime total for every entry.⌉[

The views column added to the post list, showing today and the lifetime total for
every entry.

[⌊The XML sitemap, served at its own address so the sitemap WordPress already publishes
is left alone.⌉⌊The XML sitemap, served at its own address so the sitemap WordPress
already publishes is left alone.⌉[

The XML sitemap, served at its own address so the sitemap WordPress already publishes
is left alone.

## Installation

 1. Upload the plugin folder to `/wp-content/plugins/`, or install it from the Plugins
    screen.
 2. Activate the plugin.
 3. Open **ACS SEO Plus > Settings** to choose what is printed in the page head and
    which post types belong in the sitemap.
 4. Edit any post or page and fill in the SEO panel under the editor.

## FAQ

### Does this replace the sitemap WordPress already has?

No. WordPress keeps serving its own sitemap at /wp-sitemap.xml and this plugin serves
its own at a separate address, so neither one interferes with the other. If you 
would rather have only one, there is a checkbox on the settings screen that turns
the built in sitemap off. It is unticked by default.

### Can I use it alongside another SEO plugin?

It will not break anything, but two plugins writing the same tags means duplicate
output. Turn off the overlapping parts on the settings screen, or pick one plugin
for the head tags.

### Does it send any data anywhere?

No. The plugin makes no outgoing HTTP requests at all.

### Why are my view counts lower than my analytics service?

Views are counted in PHP. A page served from a full page cache never reaches PHP,
so it is not counted. Repeat visits within a day count once, and logged in editors
and obvious crawlers are skipped, so the figure is deliberately conservative.

### Where are the view counts stored?

In post meta on your own database, as a daily counter plus a lifetime total per 
entry. Daily counters older than about thirteen months are trimmed automatically;
the lifetime total is kept. Deleting the plugin removes all of it.

### Will it change my theme output?

Only the page head. The plugin adds meta tags there and nothing to the visible page.
An optional HTML comment naming the plugin can be switched on, and it is off by 
default.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“ACS SEO Plus” is open source software. The following people have contributed to
this plugin.

Contributors

 *   [ ACS ](https://profiles.wordpress.org/hanchan/)

[Translate “ACS SEO Plus” into your language.](https://translate.wordpress.org/projects/wp-plugins/acs-seo-plus)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/acs-seo-plus/), check
out the [SVN repository](https://plugins.svn.wordpress.org/acs-seo-plus/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/acs-seo-plus/) by
[RSS](https://plugins.trac.wordpress.org/log/acs-seo-plus/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * First release.

## Meta

 *  Version **1.0.0**
 *  Last updated **14 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.5 or higher **
 *  Tested up to **7.1.2**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [analytics](https://wordpress.org/plugins/tags/analytics/)[meta description](https://wordpress.org/plugins/tags/meta-description/)
   [open graph](https://wordpress.org/plugins/tags/open-graph/)[seo](https://wordpress.org/plugins/tags/seo/)
   [sitemap](https://wordpress.org/plugins/tags/sitemap/)
 *  [Advanced View](https://wordpress.org/plugins/acs-seo-plus/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/acs-seo-plus/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/acs-seo-plus/reviews/)

## Contributors

 *   [ ACS ](https://profiles.wordpress.org/hanchan/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/acs-seo-plus/)