このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

The SEO Machine

説明

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.

スクリーンショット

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

インストール

  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.

評価

このプラグインにはレビューがありません。

貢献者と開発者

The SEO Machine はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“The SEO Machine” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

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.