Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

The SEO Machine

Beschrijving

A very simple plugin for WordPress that allows you to study the SEO of your website. It will show you how many URLs you have, number of h1/h2/h3/.. tags, number of links/CSS/JavaScripts/.., study of the text of every page, etc.. It will show you a lot of your SEO insights info that will allow you to focus on the next improves that your website needs.

Features:

  • Feel free to contribute in GitHub to improve the project.
  • It’s free, completely free.
  • It keeps data into your website.
  • Unlimited studies of your site.
  • Filter and show only the relevant data that you need to improve in your website.
  • Export data of the SEO study in CSV, PDF or Excel format.
  • Etc..

Uninstall

  1. Deactivate the plugin into the Plugins menu in the admin panel of WordPress.
  2. Delete into the Plugins menu.

All the options configured into the plugin are removed when plugin is deleted, not when plugin is deactivated. All the database tables are removed when plugin is deactivated. So if you want to remove the plugin and all data stored, first deactivate the plugin and then remove it from the plugin admin zone into the WordPress backend.

Schermafdrukken

  • The main view into the admin panel.
  • Configuration of columns to show in the admin panel.

Installatie

  1. Search it in the WordPress admin section of plugins.
  2. Click install when you find it.
  3. Activate the plugin in the WordPress backend menu of plugins.
  4. Got to the admin section of The SEO Machine.
  5. See how it works and play with it configs.
  6. Enjoy.. 🙂

Alternative install uploading manually the files to the server:

  1. Copy the files in the directory /wp-content/plugins/the-seo-machine/ like others plugins, or upload it it the admin section into a .zip file.
  2. Activate the plugin in the WordPress backend menu of plugins.
  3. Got to the admin section of The SEO Machine.
  4. See how it works and play with it configs, fully personalizable.
  5. Enjoy.. 🙂

Alternative install with SSH:

  1. Goto the plugins directory doing: cd /wp-content/plugins/
  2. Clone the GitHub repository doing: git clone git@github.com:jaimenj/the-seo-machine.git

With SSH you can stay up to date using the normal git pull command.

FAQ

I’ve changed my website pages, what can I do to make a new study?

You can do two things. The one is to remove al data with the button that says ‘Remove All Data’ and start a new study. The second way is to use the button that says ‘Reset Queue’ and start a new study, al the data of your website will be updated without removing the old URLs.

What is the Quantity per Batch config?

The study is done in batches of URLs studied. Every bacth must be done by the server in a maximum time of 30 seconds to avoid reaching this default timeout server (usually 30 seconds). So you can increase or decrease it for adjusting it acordingly to the size of your server.

What is the Time beetween Batches config?

The study is done in batches of URLs studied. When a batch is done, it will sleep to avoid blocking your server with too much processing. This amount of time of sleep is the Time beetween Batches.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“The SEO Machine” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “The SEO Machine” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

v0.5

  • Fix saving value with comma for URL data.
  • Tested up with WP 6.0.

v0.4

  • Only load assets on the admin zone.
  • Tool menu moved into the WP tools menu.
  • Improving the Gulp file.
  • Checked with WP 5.8, and PHP 7.4.
  • Changed license to MIT.
  • Autoreload Datatables and progress bar info every X seconds.
  • Bugfix relative URLs.
  • Crawl type option, in depth, in width and random available.
  • And some other changes, fixes and bugfixes.

v0.3

  • Adding found_in_url data.
  • Saving also redirections.
  • Checked with WP version 5.6.

v0.2

  • Adding all known or most used response headers to the data saved.
  • Added TTFB to the saving data.
  • Reviewed and fixed security problems with the query into Datatables when filtering.
  • Changing to wp_remote_get() for primary usage.
  • Added al libraries into the plugin.
  • Bugfix Datatables col images.
  • New progress bar for showing the current study.
  • Fix DB queries for removing data, and improving query using foreign keys.

v0.1

  • Initial version.