Плагин wordpress description – Yoast SEO 2019 — настройка плагина WordPress, где скачать, sitemap xml карта сайта, title, description, woocommerce, инструкция на русском, если не работает

Содержание

Terms descriptions – WordPress plugin

This plugin allows you to create list of terms and assign links to them. Plugin replaces terms occurrences in your posts with appropriate links.

The main purpose of this plugin is easy link building.

For example, you can create a page or post with detail description of some term. Most likely, this term is used in other posts and it would be appropriate to put a links from that posts to you page. But doing this operation manually is very time consuming task.

This WordPress plugin allow you to maintain a list of terms and assign links to them. Plugin automatically replaces terms occurrences in posts with appropriate links. You can control the number of terms replacements.

This plugin allows.

  • Create, update and delete terms through admin interface (Terms menu). Each term can contain one or several word forms (e.g. pear, pears).
  • Assign a link to a term. This link can point to your blog post, page, custom post type or to a page on another site.
  • Control how many terms will be converted to links in each post.
  • Select where you want to replace terms, in posts content, in posts comments or both.
  • Set several word forms for each term. For example, “apple|apples”. Word forms should be separated with a “|” symbol.
  • Search for terms in posts content and convert them to appropriate links. This task is performed automatically when plugin is activated.
  • Disable terms to links conversion for individual posts.
  • Wrap links with arbitrary text (for example, you can wrap link with strong tag)
  • Export and import terms and plugin options.
  • Export terms in CSV format.
  • Packet terms creation.
  • Permalinks update function (use it after permalinks structure updates).

Please, note that terms will not be replaced with links in following cases.

  • If the term is already inside the link. E.g. if the link was created manually. So the plugin will not change any links that already exists in the post.
  • If the term is located inside html tag. For example, inside alt attribute of img tag.
  • If the term is located in h2h6 tags.
  • If the term is part of another word. E.g. term = car and the word is carrot.
  • If you checked “Disable Terms Descriptions plugin for this post” checkbox (at the bottom of post edit screen).

Important!

Huge terms lists with hundreds of terms can increase page creation time. In such cases, consider to use caching plugin.

Detail description of this plugin is available in English.

Detail description of this plugin is available in Russian.

Serbo-Croatian translations were created by Borisa Djuraskovic.

Development

If you want to participate in the plugin development, create a pull request to the official GutHub repository.

The plugin built with PhpStorm

  1. Download the zip file
  2. Extract terms-descriptions folder
  3. Upload terms-descriptions folder to yourwp-content/plugins directory
  4. Log in to your WordPress blog
  5. Click on “Plugins”
  6. Locate the “Terms Descriptions” plugin and click “Activate”
  7. Go to “Term” > “Terms” to create your list of terms
  8. Update DB message may appear after plugin upgrade at the top of admin pages. In this case backup you database and press “Update DB” button.
  9. Go to “Terms” > “Options” and select parser type. Simple parser will search for exact terms. Simple parser with quotes support will search for terms that may be surrounded with quotes.
  10. If you change permalinks structure go to “Term” > “Terms” page and press “Update permalinks” button
  11. If you want to disable the plugin for individual posts check “Disable Terms Descriptions plugin for this post” checkbox (at the bottom of post edit screen)

На данный момент, самый лучший из бесплатных плагинов и даст фору многим платным. Остается надеяться на продолжительную поддержку плагина. Владимир, удачи.

Добротно сделано.

Отличный плагин, полностью покрывает мои задачи. Спасибо огромное. Единственное, что хотелось бы — вывод имеющихся терминов на страничке редактирования терминов по алфавиту — когда их много, задалбываешься искать нужный. Ну и мечты, мечты — опционально всплывающий pop-up с кратким описанием термина, вместо ссылки на отдельную страницу, mobile friendly… Некоторые термины слишком краткие, чтобы на них делать отдельную статью. Спасибо!

Very good plugin to create a similar cross-refernce wiki!

Read all 6 reviews

“Terms descriptions” is open source software. The following people have contributed to this plugin.

Contributors
3.3.5
  • WordPress 5.1 support
  • CSS Styles updated
  • Search term form updated
3.3.4
  • WordPress 5.0 support
  • PHP 7.3 support
3.3.3
3.3.2
  • Support for the translations import mechanism
3.3.1
  • New feature: Same URLs with different anchors are not treated as unique
  • WP 4.9.8 support
3.3.0
  • New feature: Custom title tag added for external links
  • Bug fix: in SCO_TD_Long_Terms_First_Parser::compare_terms method
  • WP 4.9.5 support
3.2.7
  • WP 4.9.1 support
  • The plugin classes renamed for compatibility with third-party themes
3.2.6
  • Bug fix: in add_skip_tags method
3.2.5
  • WP 4.7.4 support
  • New feature: “Skip tags” options added
3.2.4
  • WP 4.5.1 support
  • Pagination update
3.2.3
  • Bug fix: in setting disable_terms_descriptions option
3.2.2
  • Bug fix: in setting cur_url variable
3.2.1
  • Bug fix: in compare terms links with page link function
3.2
  • WP 4.2 support
  • Bug fix: form revert to add new term state after term update
3.1.9
  • New feature: “Convert in custom posts types” options added
  • New feature: shortcodes support added
  • New feature: wptexturize support added
  • New feature: word forms support added to CSV export
  • Bug fix: edit term with post_id link type bug fixed
3.1.8
  • Bug fix: empty nofollow and nofollow attributes notice fixed
3.1.7
  • Bug fix: mistakes in links counting method fixed
  • Mockpress updated
3.1.6
  • Serbo-Croatian translations were added (thanks to Borisa Djuraskovic, http://www.webhostinghub.com)
3.1.5
  • Interface updated in accordance to WP 3.8 requirements
  • New feature: batch terms removal added
  • New feature: nofollow attribute support added
  • New feature: noindex tag support added
3.1.4
  • Bug fix: Undefined index notice for text_before and text_after variables fixed
  • Description updated
3.1.3
  • “convert unlimited terms” with “consider existing links” option bug fixed
  • Mockpress added to the plugin
3.1.2
  • New feature: consider existing links option added
  • Bug fix: parse single quotes in terms bug fixed
3.1.1
  • Bug fix: empty word forms check is added
3.1.0
  • New feature: CVS export is added
  • New feature: Long terms first parser is added
3.0.5
  • Additional checks added for external links to prevent self-linking
  • Quotation marks are not included in the links when using the Simple quotes parser
3.0.4
  • New feature: additional quotes type added to “Simple parser with quotes support”
3.0.3
  • New feature: two additional quotes types added to “Simple parser with quotes support”
  • Bug fix: number of post titles in autocomplete list increased
3.0.2
  • New feature: terms search
  • New option: open link in a new tab
  • Bug fix: replacements in h{1..6} tags are fixed
3.0.1
  • New option: wrap links with arbitrary text
  • Bug fix: the plugin now uses default database charset and collation during table creation
  • The plugin version updated according with very old releases
1.2.2
  • New feature: disable plugin for individual post
  • New option: maximum transformations number
  • New option: add title attribute to links
  • Bug fix: “Link to itself” in posts with non-latin URLs
1.2.1
  • “Link to itself” bug fix
1.2.0
  • Administration interface updated
  • Database structure updated
  • Export / import functions are added
  • Packet terms upload function is added
  • Different parsers support is added
  • Simple parser is added
  • Simple parser with quotes support is added
  • Permalinks update function is added
  • Bug fixes
1.1.8
  • “Convert terms only on single pages” option is added.
  • Custom posts types partial support is added.
  • Bug fix: Convert first “-1” term occurrences means “no limit”.
1.1.7
  • Generation of terms links is optimized
1.1.6
  • « » quotes support is added
1.1.5
  • Now you can use quotes in terms
1.1.4
  • Custom permalinks structure support added. Now when you change permalinks structure all links will be updated automatically.
1.1.3
  • Bug fix: the plugins JS code was loaded on every admin page
1.1.2
  • Bug fix: post titles with quotes was not properly escaped
1.1.1
  • Term input field replaced with textarea (entering word forms will be more comfortable)
  • Bug fixes
1.1
  • Links Class attribute support added.
  • Mistakes in Russian translated corrected
1.0
  • Automated terms-to-links convertion in posts and/or coments.
  • Limitation of terms-to-links convertion for one post.
  • Support of several word forms.
  • Terms CRUD operations.

Terms descriptions — Плагин для WordPress

This plugin allows you to create list of terms and assign links to them. Plugin replaces terms occurrences in your posts with appropriate links.

The main purpose of this plugin is easy link building.

For example, you can create a page or post with detail description of some term. Most likely, this term is used in other posts and it would be appropriate to put a links from that posts to you page. But doing this operation manually is very time consuming task.

This WordPress plugin allow you to maintain a list of terms and assign links to them. Plugin automatically replaces terms occurrences in posts with appropriate links. You can control the number of terms replacements.

This plugin allows.

  • Create, update and delete terms through admin interface (Terms menu). Each term can contain one or several word forms (e.g. pear, pears).
  • Assign a link to a term. This link can point to your blog post, page, custom post type or to a page on another site.
  • Control how many terms will be converted to links in each post.
  • Select where you want to replace terms, in posts content, in posts comments or both.
  • Set several word forms for each term. For example, «apple|apples». Word forms should be separated with a «|» symbol.
  • Search for terms in posts content and convert them to appropriate links. This task is performed automatically when plugin is activated.
  • Disable terms to links conversion for individual posts.
  • Wrap links with arbitrary text (for example, you can wrap link with strong tag)
  • Export and import terms and plugin options.
  • Export terms in CSV format.
  • Packet terms creation.
  • Permalinks update function (use it after permalinks structure updates).

Please, note that terms will not be replaced with links in following cases.

  • If the term is already inside the link. E.g. if the link was created manually. So the plugin will not change any links that already exists in the post.
  • If the term is located inside html tag. For example, inside alt attribute of img tag.
  • If the term is located in h2h6 tags.
  • If the term is part of another word. E.g. term = car and the word is carrot.
  • If you checked «Disable Terms Descriptions plugin for this post» checkbox (at the bottom of post edit screen).

Important!

Huge terms lists with hundreds of terms can increase page creation time. In such cases, consider to use caching plugin.

Detail description of this plugin is available in English.

Detail description of this plugin is available in Russian.

Serbo-Croatian translations were created by Borisa Djuraskovic.

Development

If you want to participate in the plugin development, create a pull request to the official GutHub repository.

The plugin built with PhpStorm

  1. Download the zip file
  2. Extract terms-descriptions folder
  3. Upload terms-descriptions folder to yourwp-content/plugins directory
  4. Log in to your WordPress blog
  5. Click on «Plugins»
  6. Locate the «Terms Descriptions» plugin and click «Activate»
  7. Go to «Term» > «Terms» to create your list of terms
  8. Update DB message may appear after plugin upgrade at the top of admin pages. In this case backup you database and press «Update DB» button.
  9. Go to «Terms» > «Options» and select parser type. Simple parser will search for exact terms. Simple parser with quotes support will search for terms that may be surrounded with quotes.
  10. If you change permalinks structure go to «Term» > «Terms» page and press «Update permalinks» button
  11. If you want to disable the plugin for individual posts check «Disable Terms Descriptions plugin for this post» checkbox (at the bottom of post edit screen)

На данный момент, самый лучший из бесплатных плагинов и даст фору многим платным. Остается надеяться на продолжительную поддержку плагина. Владимир, удачи.

Добротно сделано.

Отличный плагин, полностью покрывает мои задачи. Спасибо огромное. Единственное, что хотелось бы — вывод имеющихся терминов на страничке редактирования терминов по алфавиту — когда их много, задалбываешься искать нужный. Ну и мечты, мечты — опционально всплывающий pop-up с кратким описанием термина, вместо ссылки на отдельную страницу, mobile friendly… Некоторые термины слишком краткие, чтобы на них делать отдельную статью. Спасибо!

Very good plugin to create a similar cross-refernce wiki!

Посмотреть все 6 отзывов

«Terms descriptions» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники
3.3.5
  • WordPress 5.1 support
  • CSS Styles updated
  • Search term form updated
3.3.4
  • WordPress 5.0 support
  • PHP 7.3 support
3.3.3
3.3.2
  • Support for the translations import mechanism
3.3.1
  • New feature: Same URLs with different anchors are not treated as unique
  • WP 4.9.8 support
3.3.0
  • New feature: Custom title tag added for external links
  • Bug fix: in SCO_TD_Long_Terms_First_Parser::compare_terms method
  • WP 4.9.5 support
3.2.7
  • WP 4.9.1 support
  • The plugin classes renamed for compatibility with third-party themes
3.2.6
  • Bug fix: in add_skip_tags method
3.2.5
  • WP 4.7.4 support
  • New feature: «Skip tags» options added
3.2.4
  • WP 4.5.1 support
  • Pagination update
3.2.3
  • Bug fix: in setting disable_terms_descriptions option
3.2.2
  • Bug fix: in setting cur_url variable
3.2.1
  • Bug fix: in compare terms links with page link function
3.2
  • WP 4.2 support
  • Bug fix: form revert to add new term state after term update
3.1.9
  • New feature: «Convert in custom posts types» options added
  • New feature: shortcodes support added
  • New feature: wptexturize support added
  • New feature: word forms support added to CSV export
  • Bug fix: edit term with post_id link type bug fixed
3.1.8
  • Bug fix: empty nofollow and nofollow attributes notice fixed
3.1.7
  • Bug fix: mistakes in links counting method fixed
  • Mockpress updated
3.1.6
  • Serbo-Croatian translations were added (thanks to Borisa Djuraskovic, http://www.webhostinghub.com)
3.1.5
  • Interface updated in accordance to WP 3.8 requirements
  • New feature: batch terms removal added
  • New feature: nofollow attribute support added
  • New feature: noindex tag support added
3.1.4
  • Bug fix: Undefined index notice for text_before and text_after variables fixed
  • Description updated
3.1.3
  • «convert unlimited terms» with «consider existing links» option bug fixed
  • Mockpress added to the plugin
3.1.2
  • New feature: consider existing links option added
  • Bug fix: parse single quotes in terms bug fixed
3.1.1
  • Bug fix: empty word forms check is added
3.1.0
  • New feature: CVS export is added
  • New feature: Long terms first parser is added
3.0.5
  • Additional checks added for external links to prevent self-linking
  • Quotation marks are not included in the links when using the Simple quotes parser
3.0.4
  • New feature: additional quotes type added to «Simple parser with quotes support»
3.0.3
  • New feature: two additional quotes types added to «Simple parser with quotes support»
  • Bug fix: number of post titles in autocomplete list increased
3.0.2
  • New feature: terms search
  • New option: open link in a new tab
  • Bug fix: replacements in h{1..6} tags are fixed
3.0.1
  • New option: wrap links with arbitrary text
  • Bug fix: the plugin now uses default database charset and collation during table creation
  • The plugin version updated according with very old releases
1.2.2
  • New feature: disable plugin for individual post
  • New option: maximum transformations number
  • New option: add title attribute to links
  • Bug fix: «Link to itself» in posts with non-latin URLs
1.2.1
  • «Link to itself» bug fix
1.2.0
  • Administration interface updated
  • Database structure updated
  • Export / import functions are added
  • Packet terms upload function is added
  • Different parsers support is added
  • Simple parser is added
  • Simple parser with quotes support is added
  • Permalinks update function is added
  • Bug fixes
1.1.8
  • «Convert terms only on single pages» option is added.
  • Custom posts types partial support is added.
  • Bug fix: Convert first «-1» term occurrences means «no limit».
1.1.7
  • Generation of terms links is optimized
1.1.6
  • « » quotes support is added
1.1.5
  • Now you can use quotes in terms
1.1.4
  • Custom permalinks structure support added. Now when you change permalinks structure all links will be updated automatically.
1.1.3
  • Bug fix: the plugins JS code was loaded on every admin page
1.1.2
  • Bug fix: post titles with quotes was not properly escaped
1.1.1
  • Term input field replaced with textarea (entering word forms will be more comfortable)
  • Bug fixes
1.1
  • Links Class attribute support added.
  • Mistakes in Russian translated corrected
1.0
  • Automated terms-to-links convertion in posts and/or coments.
  • Limitation of terms-to-links convertion for one post.
  • Support of several word forms.
  • Terms CRUD operations.

WP Meta SEO — Плагин для WordPress

WP Meta SEO gives you the control over all your SEO optimization. Bulk SEO content and image SEO, on page content check, 404 and redirect

WP Meta SEO plugin, main search engine optimization features

  • Bulk edit all website meta on a single view
  • Edit meta in content with live SEO analysis
  • Fix HTML image resizing in content
  • Bulk edit image file name and meta
  • Bulk edit SEO link title
  • 404 errors redirect and internal broken link checker
  • Add Google Analytics tracking information and display statistics in WordPress
  • Generate XML and HTML sitemaps
  • Facebook and Twitter social sharing custom elements per content
  • Breadcrumb generator
  • Gutenberg SEO content checker
  • Canonical URL management for post, pages… and categories

WP Meta SEO Addon plugin (optional), additional search engine optimization

  • Google Search Console keyword suggestion in content
  • Add local business information
  • Email SEO report: SEO data
  • Email SEO report: Google Analytics data
  • Duplicate meta check
  • Automatic schedule crawl content for broken links
  • Redirect URL based on rules
  • Add custom redirect, not only 404 errors
  • Custom post type in sitemaps
  • Sitemap crawl for errors
  • Automatic Google Search Console sitemap submission
  • Google Search Console error import and fix
  • And more!

More information and feature details here!

Meta information bulk edition and image SEO

Editing meta information on an existing website can be veeeery long, open each post, edit, close it, open again and almost nobody was doing it. Especially if you need to edit content + image meta.
WP Meta SEO is going to list all posts, pages, custom post types and all images. Type your meta content and fix image size and everything is AJAX saved.
Plus, a bulk copy feature is available to save tons of time in your SEO optimization process:

  • Content title to All meta titles (optional meta keywords)
  • Image name to Image title
  • Image name to Image alt
  • Optional keyword edition

A bunch of people reduce the size of the pictures in content using handles that results to a HTML resizing. And that’s something wrong for SEO, for page loading time and for image quality.
WP Meta SEO also include this feature in the bulk edition view, you are notified, and you can now optimize the size of your images in articles, click fix and it’s replaced in your content (no broken links).

On page SEO optimization and content analysis

  • Content SEO smart analysis bellow content
  • Google Search Console keyword suggestion in content
  • Search engine snippet preview
  • AJAX SEO analysis refresh
  • 7 criteria of SEO analysis
  • Force SEO criteria validation
  • Check: Page title word in content heading
  • Check: Page title word in content
  • Check: Page URL matches with page title
  • Check: Meta title filled
  • Check: Meta description filled
  • Check: Wrong image resizing
  • Check: Image meta title or alt
  • Check the Page builders content (Text, HTML, Heading content):
    Gutenberg, Visual composer, DIVI Builder, Beaver Builder, ACF, Site Origine, Themify builder, Live composer, Elementor

404 and redirect manager

404 errors are bad for user experience and for your backlinks, Google hates it too: this is something that has to be fixed to improve your SEO.
The redirect manager will help you to fix all types of 404 errors you can encounter on your website.

  • Index all 404 errors from external source (external websites)
  • Internal broken links check: index all broken links you got in your posts, pages, custom posts, comments
  • Possibility to redirect URL, remove link, recheck link
  • Redirect all 404 errors to home page
  • Index all 404 types: URL and images
  • Monitor the 404 hits number
  • Flush existing indexed URLs and hits number
  • Setup and redirect to a 404-custom page

Google Analytics connection

  • Enable analytics statistics in 2 clicks with token access
  • Tracking options to exclude WordPress user groups
  • File download statistics
  • Display Analytics statistics: session, users, organic, page views, bounce, location, pages, referrer, searches, traffic, technology

XML sitemap & HTML sitemap

  • Generate automatically xml sitemap
  • Generate automatically HTML sitemap
  • Sitemap source: menu selection (can be any content type), post, category of post, pages, author content
  • Setup update frequency and priority for each sitemap link
  • Crawl all sitemap URL for errors

Breadcrumb generator

  • Rich snippet breadcrumb
  • Control breadcrumb separator, links and display
  • Generate breadcrumb shortcode
  • Generate breadcrumb PHP shortcode

More details here: http://www.joomunited.com/wordpress-products/wp-meta-seo

Video demo:

Other search engine optimization features

  • Reduce page weight by fixing HTML image resizing
  • See all your snippet in one view
  • Image name, title, description and legend
  • Dashboard SEO check
  • Automatic AJAX saving SEO content on bulk edition
  • On page analysis: fix SEO criteria
  • Custom post type meta edition
  • All custom post type and WooCommerce SEO optimization
  • Yoast SEO meta information importer
  • All in one SEO meta information importer
  • ImageRecycle image compression integration
  • Live Google snippet preview
  • Content meta length limit (Google + Yahoo + Bing)
  • SEO problem warning
  • One click image title copy
  • SEO bulk copy: Copy image name to image alt and/or image title
  • SEO bulk copy: Copy content title to content meta title
  • SEO 404 and redirect: all 404 errors monitoring
  • SEO 404 and redirect: Redirect all 404 errors
  • SEO 404 and redirect: Internal broken link checker
  • SEO 404 and redirect: Custom 404 error page
  • SEO 404 and redirect: Redirect all 404 in one click
  • Check for SEO error: is robot.txt blocking search engine
  • Bulk edit SEO link title in your content
  • Follow/Nofollow on WordPress content
  • Generate automatically xml sitemap
  • Generate automatically HTML sitemap
  • Sitemap source: menu, post, pages, category and custom posts
  • HTML sitemap display with 3 frontend layouts
Main plugins from JoomUnited:
Служба Поддержки

A HTML support document is provided with WP Meta SEO on JoomUnited website
Feel free to ask SEO questions on our forum or here in the support section
Documentation here: https://www.joomunited.com/documentation/wp-meta-seo-documentation

Требования

!!NEW in latest & fresh 3.0 version!!

Sitemap feature with XML for the Google Search console and HTML with display option.

SEO vision

Search engines are a major source of traffic for most websites. That’s why our users often ask us for SEO tips and plugins that can help improve SEO of their WordPress sites.
WP Meta SEO has been created to give to professionals and final users some real SEO tools to get better SEO rank. We think that SEO has to be something logic and durable. Overall SEO optimization requires a lot of time for each website, each client.

WP Meta SEO provides some automatic tools to analyze your content and give to search engine a better content to analyze.

WP Meta SEO on each new version, will focus on both «On page SEO» and «Global website SEO» factors:
On page SEO: Features that help you optimize a single page, e.g. the article you are working on (with a live analysis). Common functionality includes giving SEO scores to each article, content/meta comparison, page analysis tools and making recommendations how to improve the SEO of a post.
Site-wide SEO: it’s more about your whole site and structure between multiple articles. Common functionality includes title formatting, meta tag optimization as well as internal linking and redirects management.

And… don’t forget to check each month your SEO dashboard 🙂

PHP 5.6+, WordPress 5.x

Visual Term Description Editor — Плагин для WordPress

-Replaces the term description editor with the WordPress TinyMCE visual editor, allowing you to use HTML in term descriptions and write them in rich text. Works on all taxonomies, including tags, categories and link categories, as well as custom taxonomies.

This plugin is multisite-compatible; if you would like to use it on every blog, network activate the plugin from the network dashboard. Otherwise, activate the plugin for individual sites.

This plugin’s code is available on GitHub. Please feel free to fork the repository and send a pull request. If you find a bug in the plugin, open an issue.

  • Adding a new tag using the visual editor
  • Editing a tag using the visual editor
  • Viewing a tag archive page with the formatted tag description (using the Twenty Fourteen theme)
Simple Installation
  1. Search for ‘Visual Term Description Editor’ in the ‘Plugins > Add New’ menu and click ‘Install’
  2. Активируйте плагин используя меню ‘Плагины’ в WordPress
Manual Installation
  1. Download the latest version of the plugin
  2. Upload the visual-term-description-editor directory to the /wp-content/plugins/ directory
  3. Активируйте плагин используя меню ‘Плагины’ в WordPress

Works as expected with minimum code

Exactly what I needed, only if it was all ready integrate

Works well, should have been in core from the start.

works without no problems with wp 4.9

Pourquoi ce n’est pas intégré par défaut à Woocommerce ?? Trop pratique.

I was using another plugin which did not allow HTML in tag descriptions and did not parse shortcodes. This does both. Great work Shea.

Посмотреть все 16 отзывов

«Visual Term Description Editor» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники
1.8.1
  • Prevented console error when trying to clear editor content.
1.8.0
  • Fixed: prevent description from persisting in editor field after adding a new term [#]
  • Fixed: always load underscore as a dependency of the word count script
1.7.0
  • Added compatibility with qTranslate-X
1.6.0
  • Disabled evaluation of shortcodes in the administration area
  • Constrained image widths in description administration column
1.5.0
  • Fixed action hooked to wrong method
  • Added word count feature to visual editor
  • Added a warning and graceful recovery if plugin is used on PHP < 5.4
1.4.2
  • Update field HTML to match what is used in WordPress 4.5
1.4.1
  • Update HTML elements and class names to match latest version of WordPress (props to @ThatStevensGuy)
1.4.0
  • Add visual_term_description_taxonomies filter
  • Add support for oEmbed in term description
1.3
  • Add visual editor for administrators without the unfiltered_html cap [#]
1.2
  • Evaluate shortcodes in term description
  • Convert smilies in term descriptions
  • Unsimplify add term editor #
1.1.1
  • Load plugin as late as possible to ensure all custom taxonomies are registered
1.1
  • Fix text (HTML) editor buttons from displaying full width
  • Stripped down add term editor
  • Updated screenshots for WordPress 3.9
1.0

Плагин Yoast SEO WordPress. Правильные настройки

(Последнее обновление: 01.01.2020)

И снова здравствуйте, друзья! Добро пожаловать на мой блог WordPress mania, чтобы учиться вместе со мной премудростям популярной платформы ВордПресс. Ведущий специалист в Google по интернет спаму и оптимизации Matt Cutts сказал, что WordPress — отличная CMS для продвижения сайта в поисковых системах. Вы, дамы и господа, сделали правильный выбор, решив создать свой проект на ВордПресс. Сегодня у нас важная тема — правильная настройка плагина Yoast SEO.

Настало время поговорить нам об SEO оптимизации своего блога/сайта на WordPress. В разное время для этих целей приходилось использовать несколько плагинов, например такие — Platinum SEO или All in One SEO Pack, Breadcrumb NavXT и другие. Представляю вам лучший SEO плагин во вселенной — Yoast SEO.

SEO плагинSEO плагин

Считается лучшим SEO плагином WordPress — Yoast SEO

Время не стоит на месте и взамен хороших плагинов появляются ещё более лучшие. Одним из таких появившихся плагинов, является Yoast SEO для сайта WordPress (старое название WordPress SEO by Yoast). Один из лучших SEO плагинов теперь возьмет все задачи на себя, по оптимизации вашего сайта. Post updated.

WordPress Yoast SEO plugin это — автоматическое создание XML Sitemaps (карта сайта) для поисковых систем Google, Bing и Яндекс; возможность подтвердить ваш сайт для кабинета веб-мастера (добавит мета — тег верификации на вашу домашнюю страницу).

Настройка отображения вашего сайта в поисковой выдаче (прописать SEO-заголовок и Мета-описание description; «Хлебные крошки» для вашего блога; настройка RSS-канала, прямо из административной панели редактирование файлов robots.txt и htaccess; анализ страницы при написании статьи и многое другое, о чем будет сказано ниже.

Плагин SEO Yoast WordPress

Yoast SEOYoast SEO

Yoast SEO плагин №1

Yoast SEO — плагин №1 из других SEO плагинов WordPress. Его установили более 5 миллионов пользователей, вот это, да! Очень часто обновляется, по моему чаще остальных установленных у меня. Товарищи, улучшите SEO вашего WordPress: поработайте над качеством контента и получите полностью оптимизированный WordPress-сайт с помощью плагина Yoast SEO. Установка модуля происходит как обычно, из админки WP, стандартным способом. Раздел Плагины — Добавить новый. В поле для поиска плагинов вводим SEO Yoast, в списке плагинов будет первый. Кликаем Установить:

Установка Yoast SEOУстановка Yoast SEO

Установить плагин Yoast SEO

Далее, после успешной установки и активации плагина, в админке появится новый раздел — SEO и подразделы.

Раздел SEOРаздел SEO

Раздел SEO с подразделами

Настройка Yoast SEO

Какие настройки Seo плагина вы можете произвести? Естественно, идём с самого начала: нажимаем Общие. Вкладка — консоль. Вы должны увидеть уведомление о старте мастера настройки Yoast SEO, также проблемы вашего сайта и уведомления (если они есть) которые вы при настройке плагина исправите. Давайте первым делом произведём первичные seo настройки. Нажимаете ссылку: Быстро начать работу с Yoast SEO мастером настройки!

Yoast SEO общиеYoast SEO общие

Первичная SEO настройка

После этого, откроется на новой вкладке браузера спец-страница где плагин поможет вам настроить SEO под нужды вашего сайта!

Настройки Yoast SEO общиеНастройки Yoast SEO общие

Выберите настройки Yoast SEO по вашему предпочтению

Пройдите все 12 шагов, отмечая нужные вам настройки. Затем вернётесь в свою админку и продолжите настройки. Следующая вкладка Возможности. Yoast SEO предлагает множество разных сервисов. Вы можете активировать/деактивировать некоторые из них ниже. Кликните на знак вопроса, чтобы получить больше информации о сервисе:

Общие настройки - Yoast SEOОбщие настройки - Yoast SEO

Общие — Yoast SEO — Возможности

Включите всё, хотя, каждый должен решать сам, да и по умолчанию все сервисы включены. Тут многие спрашивают, как включить в yoast seo карту сайта sitemap xml для поисковых систем? Вот, здесь и включается. Там же написано русскими буквами: XML-карта сайта — Включите файлы Sitemap XML, которые генерирует Yoast SEO.

XML-карта сайта (sitemap.xml) сообщает поисковикам, какие страницы вашего сайта нужно проиндексировать, время их последнего обновления, частоту обновления и важность относительно других страниц сайта. Файл sitemap.xml может помочь поисковым роботам найти все страницы вашего сайта и правильно определить важность страниц. Чтобы сообщить поисковым системам местоположение файла sitemap.xml, необходимо указать URL файла в средствах для вебмастеров (Яндекс.Вебмастер, Google Search Console или Bing Webmaster Tools) и в robots.txt добавить ссылку на карту.

Даже можно её сразу посмотреть (ещё не настроенную), нажав ? и соответствующею ссылку. А в дальнейшем вы можете найти свою карту сайта XML именно здесь:

yoast seo карта xmlyoast seo карта xml

yoast seo создать sitemap

Открыли, скопировали ссылку на карту и добавили её в веб-мастер (после настройки). Ссылка у карты в Yoast SEO будет такая https://ваш_сайт/sitemap_index.xml

Идём дальше. Вкладка — Инструменты для веб-мастеров. Используйте следующие блоки, чтобы верифициаровать ваш сайт в разных поисковых системах. Эта настройка добавит мета-тег верификации на вашу домашнюю страницу. Это когда в веб-мастере поисковики требуют подтвердить права на сайт. Получаете мета — теги и вставляете цифровую часть в нужные поля. Только мейл ру отсутствует. Да, к стати, очень подробно рассказал, как подтвердить права на сайт разными способами в этом посте, читайте. Данная настройка добавит мета тег подтверждения на ваш сайт:

Подтверждение инструментов для веб-мастеровПодтверждение инструментов для веб-мастеров

Введите проверочный код,чтобы подтвердить ваш сайт с помощью инструментов для веб-мастеров

Не забывайте сохранять все изменения — синяя кнопка. Переходим на страницу: Отображение в поисковой выдаче, вкладка Общие. Здесь, выбираем разделитель заголовка. Он будет показан между вашим названием сообщения и названием сайта. Символы будут появляться в результатах поиска. И обязательно нужно указать SEO заголовок для вашего сайта, а также, важно — мета-описание.

Meta description — это мета-описание страницы сайта. Meta-тег description, в отличие от meta keywords, является действующим и достаточно эффективным способом влияния на представление сайта в результатах поиска. Содержимое meta name description content используется при формировании сниппета для описания сайта в поиске.

У меня например, прописано так:

Meta description — это мета-описание страницы сайтаMeta description — это мета-описание страницы сайта

Отображение в поисковой выдаче вашего сайта

А в поиске Яндекс представлен мой блог так:

Блог WordPress ManiaБлог WordPress Mania

Блог WordPress Mania в поиске Яндекс

Вы можете определить название и описание для главной страницы сайта по вашему желанию.

Затем, идёт вкладка «Типы содержимого». Вот с этого момента начинается настройка карты сайта xml в Yoast SEO. Раньше было по другому, сейчас сделали намного понятней и проще. Теперь все сводится к тому, чтобы ответить на простой вопрос: хотите ли вы, чтобы то или то появилось в поисковых системах (включать в карту сайта или нет)?

Настройка sitemap xml Yoast SEO

Настройки на этой странице позволяют указать как будет выглядеть результат поиска по умолчанию для любого типа содержимого. Вы можете выбрать какой тип содержимого появится в результатах поиска и вариант описания по умолчанию. Вы можете сделать индивидуальные настройки в соответствующих разделах Yoast SEO для того, чтобы ваш контент был доступным для индексации поисковыми роботами.

Например, ответив «Да» на вопрос «Показать сообщения в результатах поиска» в настройках сообщений, вы убедитесь, что ваши статьи будут отображаться в карте сайта XML, а следовательно, и в результатах поиска.

Включите в XML карту сайта записи и страницы, а дату — как хотите.

Настройки URLНастройки URL

Настройки URL для отдельных Записей

Конечно, вы можете исключить отдельные посты из XML-карты сайта в мета-блоке Yoast SEO под редактором сообщений. Нажав на шестерёнку и выбрать нужное:

Мета-блок Yoast SEOМета-блок Yoast SEO

Можно исключить пост из XML-карты сайта в мета-блоке Yoast SEO

Во вкладке Медиа нужно — Перенаправить URL вложений на файл вложения — включить Да. Если вы загружаете медиафайл (например, изображение или видео), WordPress не только сохраняет ваш медиафайл, но и создает URL для него. Страницы с этими URL почти пустые: на них есть только ваше медиа и, возможно, заголовок (если вы его добавили). По этой причине, если вы никогда не используете эти URL, лучше деактивировать их и перенаправить их на сам медиа-объект.

Перенаправить URL вложений на файл вложения?Перенаправить URL вложений на файл вложения?

URL медиафайлов и вложений

Во вкладке Таксономии вам нужно выбрать: включать в  sitemap xml или нет — рубрики, метки и архивы по формату? Рубрики можете добавить в карту, а вот остальное, думаю не нужно. Насчёт меток, я так и не нашёл ответа, нужны они в карте или нет. Решайте сами.

На очереди вкладка — Архивы. По архивам идёт подсказка: Если вы ведете свой личный блог, архив автора будет полностью совпадать с домашней страницей. Это называется проблема дублирования содержимого. Если у вас именно такая ситуация, вы можете либо отключить её (будет происходить перенаправление на домашнюю страницу), либо добавить к ссылке noindex,follow, чтобы исключить её из результатов поиска. Обратите внимание, что ссылки на архивы могут иметь еще выход из вашей темы, и вам нужно будет удалить их по отдельности. Архив по дате в некоторых случаях, также может выглядеть как дублированное содержимое.

Архивы в поискеАрхивы в поиске

Настройка архивов

Если у вас в теме отсутствуют хлебные крошки, то вы можете настроить их — Вкладка — Хлебные крошки, а затем внедрить код в свой шаблон (для опытных пользователей):

Хлебные крошки Yoast SEOХлебные крошки Yoast SEO

Настройки «Хлебных крошек» от Yoast SEO

Как добавить хлебные крошки от Yoast в тему, я давно рассказал тут. Настройки RSS канала. Вкладка RSS: Эта функция автоматически добавит содержимое в RSS-поток, Вы можете добавить ссылки на Ваш сайт в каждую запись, защитив содержимое от автоматических агрегаторов, и указав поисковым системам адрес первоисточника. Нужно это вам или нет, решайте самостоятельно. А я пойду дальше.

Хорошо что, плагин на русском языке и настройки с подсказками (вопросительный знак кликаем), что облегчает нам настройки модуля. Следующий подраздел плагина — Консоль поиска. Можно подключить плагин к Google Search Console чтобы вы могли отслеживать, как Google индексирует ваш сайт. Предоставляя Yoast SEO доступ к вашей учетной записи Search Console, вы можете видеть и исправлять ошибки сканирования прямо из плагина!

Подключение к Google Search ConsoleПодключение к Google Search Console

Консоль поиска — Yoast SEO

А мы теперь заглянем, в подраздел Социальные сети — вкладка — Аккаунты. Укажите ваши профили в социальных сетях. Для того, чтобы сообщить поисковикам о том, какие профили в социальных сетях привязаны к вашему сайту. Введите ссылки, сохраняйте изменения и переходите на вкладку Facebook. Активируйте метаданные Open Graph если вы хотите, чтобы Facebook и другие социальные сети отображали изображения, и отрывок текста в предпросмотре, если кто-то поделится ссылкой на ваш сайт. То есть, красиво постить/делиться в социальные сети — Facebook, Twitter, Google Plus и Pinterest:

Open Graph включитьOpen Graph включить

Добавить метаданные Open Graph

Настройте и остальные соцсети по подсказкам плагина. И последнее по настройкам. Подраздел — Инструменты Yoast SEO:

  • Импорт и экспорт — Импортировать настройки из других SEO плагинов и экспортировать настройки для повторного использования на (другом) блоге.
  • Редактор файлов — Этот инструмент позволит быстро отредактировать такие важные для вашего SEO файлы, как robots.txt и .htaccess (при его наличии).
Редактор robots.txt и .htaccessРедактор robots.txt и .htaccess

Инструмент позволит отредактировать важные для вашего SEO файлы, как robots.txt и .htaccess

  • Групповой редактор — Этот инструмент позволит вам быстро изменить заголовки и описания ваших записей и страниц без редактирования отдельных страниц.
  • Счетчик текстовых ссылок.

С настройками закончили. Теперь как пользоваться SEO плагином. При создания новой записи SEO Plugin добавляет полезные функции под редактором сообщений. Сниппет — как будет выглядеть фрагмент записи в поисковой выдачи. Меняйте сниппет как вам нужно. Фишка плагина это — ключевое слово, он проверит его в заголовке статьи; заголовке страницы; URL страницы; содержимом; в мета-описание:

Блок плагина Yoast SEOБлок плагина Yoast SEO

Блок плагина Yoast SEO в редакторе сообщений

Тут же можно проверить анализ страницы:

Анализ страницы Yoast SEOАнализ страницы Yoast SEO

Анализ вашего текста на читабельность

Нажимаете на значок Глаз (выделить результат в тексте) и плагин показывает/подсвечивает на странице места для исправления. Вот, пожалуй и закончим наш рассказ на этом месте. Изучайте, пользуйтесь, улучшайте SEO и на первое место в выдаче — Добро пожаловать.

Такие модули как — Breadcrumb NavXT, Category SEO Meta Tags, Google XML Sitemaps и другие можно заменить одним плагином Yoast SEO. Лично я уже перешёл на на WordPress SEO Yoast. Что и вам желаю. Как раз для нас, новичков и не только, самое то.

P.S. Популярный WordPress-плагин Yoast SEO выпустил обновление (версия 11.0), которое позволяет корректно внедрить разметку Schema.org.

От других доступных вариантов это предложение отличает тот факт, что оно решает две проблемы:

  • Упрощает внедрение разметки;
  • Объединяет разрозненные фрагменты разметки, создаваемые большинством реализацией Schema, и формирует вложенную структуру.
В заключение

Yoast SEO и All in One SEO Pack (правильная настройка) – два лучших плагина, касающихся SEO-оптимизации сайта. Выбирайте исходя из личных предпочтений, но при этом не забывайте, что ставить оба плагина на свой ресурс нельзя (не рекомендуется).

А у меня всё на этом. Будут вопросы, пожалуйста не стесняйтесь задавать их в комментариях. Удачи.


SEOPress – WordPress plugin | WordPress.org

SEOPress is a powerful plugin to optimize your SEO, boost your traffic, improve social sharing, build custom HTML and XML Sitemaps, create optimized breadcrumbs, add schemas / Google Structured data types, manage redirections 301 and so much more.

No advertising, no footprints, white label, in backend AND frontend
Content analysis to help you write search-engine optimized content
Import your post and term metadatas from other plugins in 1 click

Buy SEOPress PRO: only $39 / year / unlimited sites

SEOPress Free Features

  • Installation wizard to quickly setup your site
  • Titles (with dyanmic variables: custom fields, terms taxonomie…)
  • Meta descriptions (with dynamic variables too)
  • Open Graph Data
  • Google Knowledge Graph
  • Google Analytics with downloads tracking, custom dimensions, ip anonymization, remarketing, demographics and interest reporting, cross-domain tracking…(GDPR compatibility)
  • Twitter Card
  • Canonical URL
  • Meta robots (noindex, nofollow, noodp, noimageindex, noarchive, nosnippet)
  • Build your custom XML Sitemap to improve search indexing.
  • Image XML Sitemaps to improve search indexing for Google Images.
  • Build your custom HTML Sitemap to enhanced navigation for visitors and improve search indexing.
  • Link your social media accounts to your site.
  • Redirections in post, pages, custom post types
  • Remove /category/ in URLs
  • Remove ?replytocom to avoid duplicate content
  • Redirect attachment pages to post parent
  • Redirect attachment pages to their file URL
  • Automatically set the image title / alt / caption / description
  • Import / Export settings from site to site.
  • Import posts and terms metadata from Yoast SEO, All In One SEO, SEO Framework, Rank Math and Squirrly
  • W3C check
  • Content analysis

SEOPress PRO: to go further with your SEO

  • Import metadata (titles, open graph, robots…) from CSV file
  • Export metadata (titles, open graph, robots…) to a CSV file
  • Video XML Sitemap
  • Google Suggestions in Content Analysis
  • Google Structured Data types (schema.org): article, local business, FAQ, course, recipe, video, event, product, job, simple review, site navigation element
  • Automatic Schemas
  • Breadcrumbs optimized with Schema.org, A11Y ready
  • Google Analytics Stats in Dashboard
  • Google Local Business
  • Backlinks (required a Majestic paid account)
  • SEOPress BOT: scan all your links in content to find errors (eg: 404…)
  • WooCommerce: disable crawling on cart page, checkout page, customer account pages, add OG Price / OG Currency for better sharing and more
  • Easy Digital Downloads: add OG Price / OG Currency, remove EDD meta generator
  • Dublin Core
  • Custom Breadcrumbs for single post types
  • Google Page Speed
  • Google Analytics Events: track external links, downloads (PDF, DOCX…), affiliate links…
  • Robots.txt
  • Google News Sitemap
  • 404 Monitoring
  • Redirect 404 to homepage/custom url automatically with custom status code (301, 302, 307, 410 or 451)
  • Email notifications on 404
  • 301, 302 and 307 Redirections
  • Import redirections using CSV
  • Import redirections from Redirections plugin (via a JSON file)
  • htaccess
  • RSS
Buy SEOPress PRO now!

Translations

  • 🇺🇸 English (UK) (English (UK)) – professional translation
  • 🇫🇷 Français (French (France)) – professional translation
  • 🇪🇸 Español (Spanish (Spain)) – professional translation
  • 🇩🇪 Deutsch (German) – professional translation
  • 🇳🇱 Nederlands (Dutch) – professional translation
  • 🇷🇺 Русский (Russian) – professional translation
  • 🇯🇵 日本語 (Japanese) – professional translation
  • 🇮🇳 हिन्दी (Hindi) – professional translation
  • 🇬🇷 Ελληνικά (Greek)
  • 🇧🇬 Български (Bulgarian)
  • 🇮🇩 Bahasa Indonesia (Indonesian)
  • 🇮🇹 Italiano (Italian)
  • 🇧🇷 Português do Brasil (Portuguese (Brazil))
  • 🇻🇳 Loki Web (Vietnamese)
  • 🇷🇴 Română (Romanian)
  • 🇸🇦 العربية (Arabic)
  • 🇨🇳 中文 (Chinese (China))
  • 🇮🇷 فارسی (Persian)
  • 🇹🇷 Türkçe (Turkish)

SEOPress integrates seamlessly with popular e-commerce, translation, performance and analytics tools.

  • WPML
  • Polylang
  • MultilingualPress
  • Weglot
  • Elementor
  • Divi
  • WP-Rocket
  • WooCommerce
  • Easy Digital Downloads
  • Admin Columns PRO

Help and support

Featured on

  • WP Beginner
  • Elementor
  • WP Crafter
  • Kinsta
  • Pagely
  • Freemius
  • Majestic
  • WP Explorer
  • MasterWP

Complete list on our Press page

Our website:

Any questions? Visit our website seopress.org

  1. Upload ‘wp-seopress’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Click on SEOPress and apply settings.
Can I import my post and term metadata from other plugins?

You can import your metadata from Yoast SEO, All In One SEO (AIO SEO), The SEO Framework (TSF), Squirrly (post metas only, not terms), and Rank Math in one click to SEOPress without losing traffic.

How to use Google Tag Manager / Facebook Pixel with SEOPress?

Go to SEO > Google Analytics > Tracking tab. Paste GTM / Facebook Pixel tracking code to [HEAD] Add an additional tracking code / [BODY] Add an additional tracking code textarea fields. Save changes and clear your cache.

Which types of sitemaps support SEOPress?

XML sitemaps for search engines: post, page, post type, taxonomies, images and author.

HTML sitemap for accessibility and SEO.

SEOPress PRO supports Google News XML and Video sitemaps.

How do I get support?

For FREE users: guides, forum on w.org, FAQ, hooks for developers, and videos on our YouTube channel.
For PRO users: support by mail from their customer account.

Is SEOPress GDPR compliant?

Yes! Learn more here about SEOPress and GDPR

Is white label a free feature?

Yes! Learn more here about SEOPress and the White Label feature

My XML sitemap returns a 404 error

Read this post to solve this issue

My XML sitemap returns a blank page

Read this post to solve this issue

I don’t see the correct title!

You’re theme is probably using a deprecated function to handle the title. Learn more here

My question is not listed here!

Read our complete FAQ on our site

“SEOPress” is open source software. The following people have contributed to this plugin.

Contributors
3.7.8
  • NEW Pixel counter for title and meta description now works with each language / alphabet! Faster, more reliable and universal!
  • NEW Facebook Preview!
  • NEW Cookie bar customization: change background, color, buttons… from SEO, Google Analytics, Cookie bar / GDPR tab
  • NEW Add new checks to content analysis for social networks (Open Graph / Twitter cards) to detect duplicated tags/conflicts
  • NEW %%post_thumbnail_url%% global dynamic variable to display post thumbnail URL (https://www.seopress.org/support/guides/manage-titles-meta-descriptions/)
  • NEW %%currentmonth_short%% global dynamic variable to display current month in 3 letters (https://www.seopress.org/support/guides/manage-titles-meta-descriptions/)
  • NEW ‘seopress_titles_post_thumbnail_url’ hook to filter post thumbnail URL (https://www.seopress.org/support/hooks/filter-seopress_titles_post_thumbnail_url-dynamic-variable/)
  • INFO Content analysis now displays duplicate h2 title values for faster identification
  • INFO Add Post title and Permalink to the metadata export file (PRO)
  • INFO wpForo compatibility with SEOPress
  • INFO Improve compatibility with Jetpack CDN (thanks to @jeherve)
  • INFO Improve UI in content analysis if transparent / white images
  • INFO Remove SEO admin bar for user roles without “manage_options” capability to improve UX
  • FIX Facebook OG:Image URL encoding if no featured thumbnail or custom og:image set (thanks to @bitofseo)
  • FIX Keywords in permalink was case sensitive
3.7.7.1
  • FIX Remove /category/ in permalinks to target “category” taxonomy only by default
3.7.7
  • NEW WordPress 4.7 is now the minimum required to use SEOPress (WP 5.3 is recommended)
  • NEW Add %%page%% dynamic variable, current page number with context (eg: “Page 1 of 4”)
  • NEW Add “Remove hentry post class” option (SEO > Advanced > Advanced tab) to prevent Google from seeing this as a schema
  • NEW Add “Remove author website in comments” option (SEO > Advanced > Advanced tab)
  • NEW Add “Remove website field in comments” option (SEO > Advanced > Advanced tab)
  • NEW Add “Clean manually all your 404 errors” feature (SEO > Tools > Redirections > Clean your 404 errors)
  • NEW article:tag meta property on singular post for Open Graph protocol
  • NEW article:section meta property on singular post for Open Graph protocol
  • NEW Add a notification to alert admin if PHP module DOM is missing from SEO notifications center
  • NEW Add “Remove default breadcrumbs JSON-LD structured data (WooCommerce 3+)” option (SEO > PRO > WooCommerce)
  • NEW Add ‘seopress_context_paged’ hook to filter %%page%% dynamic variable (https://www.seopress.org/support/hooks/filter-page-dynamic-variable/)
  • NEW ‘seopress_social_og_tag’ hook to filter article:tag metas (https://www.seopress.org/support/hooks/filter-article-tag-meta/)
  • NEW ‘seopress_social_og_section’ hook to filter article:section meta (https://www.seopress.org/support/hooks/filter-article-section-meta-tag/)
  • NEW ‘seopress_titles_template_variables’ hook to filter dynamic variables in meta title / desc… (https://www.seopress.org/support/hooks/filter-dynamic-variables-array/)
  • NEW ‘seopress_sitemaps_html_post_date’ hook to filter date in HTML sitemap (https://www.seopress.org/support/hooks/filter-to-enable-disable-post-date-by-post-type-in-html-sitemap/)
  • NEW Content analysis: check if one your target keyword is in your slug
  • INFO add new characters to content analysis to avoid “NAN” error
  • INFO Update Admin Columns PRO compatibility (thanks to Stefan)
  • INFO The notification about the license activation is now only show for users with “manage_options” capability
  • INFO Improve code design
  • INFO Add “ and ” characters to pixels counter
  • INFO Improve plugin updater to avoid 403 error on license activation
  • FIX Warning count() error if no main menu selected from “Add SiteNavigationElement schema” feature
  • FIX Replace category_link (deprecated) by term_link
  • FIX a notice on 404 page in specific case
  • FIX Incorrect message about PRO version in Configuration wizard (thanks to @Noomia)
  • FIX Bulk edit for post types generated by Toolset plugin
  • FIX Undefined variable in plugin-licence.php file
  • FIX Change CSV separator for Export metadata tool (‘,’ to ‘;’)
3.7.6
  • NEW Add SiteNavigationElement schema (SEO > PRO > Structured data types to enable this schema on your main menu)
  • INFO Add compatibility to Oxygen Builder for additional tracking code (body tag)
  • INFO add new characters to content analysis to avoid “NAN” error
  • FIX Change CSV seperator for Export metadata tool (‘,’ to ‘;’) to match import metadata tool seperator
  • FIX Export CSV in specific cases
  • FIX XML sitemaps if WordPress is located in a subdirectory
  • FIX Short description for WooCommerce in Product Automatic schema
  • FIX Warning: DOMDocument::loadHTML(): Empty string supplied as input in XML sitemaps
3.7.5
  • NEW Review schema: Add item type CreativeWorkSeason, CreativeWorkSeries, Episode, Game, MediaObject, MusicPlaylist, MusicRecording, Organization to solve “Thing is not a known valid target type for the itemReviewed property.”
  • NEW Add custom tracking code just before the body closing tag
  • NEW Add an option to display/hide any SEO metaboxes for each custom post type
  • NEW ‘seopress_custom_footer_tracking’ hook to filter additional tracking code in body footer (https://www.seopress.org/support/hooks/filter-html-additional-tracking-code-in-footer-body/)
  • NEW ‘seopress_sitemaps_xml_index’ hook to filter XML index sitemap (https://www.seopress.org/support/hooks/filter-xml-index-sitemap/)
  • NEW ‘seopress_sitemaps_xml_single’ hook to filter XML single post type sitemap (https://www.seopress.org/support/hooks/filter-xml-single-post-type-sitemap/)
  • NEW ‘seopress_sitemaps_xml_single_term’ hook to filter XML single taxonomy sitemap (https://www.seopress.org/support/hooks/filter-xml-sitemap-single-taxonomy/)
  • NEW ‘seopress_sitemaps_xml_author’ hook to filter XML author sitemap (https://www.seopress.org/support/hooks/filter-xml-author-sitemap/)
  • NEW ‘seopress_sitemaps_xml_video’ hook to filter XML video sitemap (https://www.seopress.org/support/hooks/filter-xml-video-sitemap/)
  • NEW ‘seopress_sitemaps_xml_news’ hook to filter XML news sitemap (https://www.seopress.org/support/hooks/filter-xml-news-sitemap/)
  • INFO Support %%sitedesc%% dynamic variable (alias of %%tagline%%’) in title / meta description
  • INFO Support %%excerpt%% dynamic variable (alias of %%post_excerpt%%’) in title / meta description
  • INFO Support %%date%% dynamic variable (alias of %%post_date%%’) in title / meta description
  • INFO Display author meta only if username is not equal to display name
  • INFO Improve UI
  • INFO Improve content analysis (UX/UI)
  • INFO Improve block editor (Gutenberg) compatibility
  • FIX XML sitemaps with Polylang
  • FIX Add ’59’ value for minutes in LocalBusiness schema to manage stores open 24 hours a day
  • FIX Solved undefined in broken link checker bot (log textarea)
3.7.4
  • NEW Author meta name for singular page (enabled by default)
  • NEW ‘seopress_robots_txt_file’ hook to filter robots.txt file (useful with Polylang and multidomain option https://www.seopress.org/support/hooks/filter-robots-txt-file-seopress-pro/)
  • NEW ‘seopress_get_custom_fields’ hook to filter custom fields list in Schemas (https://www.seopress.org/support/hooks/filter-custom-fields-list-in-schemas/)
  • INFO Support hierarchical custom post type for breadcrumbs (PRO)
  • INFO Improve documentation for robots.txt page
  • INFO Improve primary category feature for post
  • INFO Breadcrumbs is now matching primary category (if set)
  • FIX get_home_url() for XSL sitemap with Polylang
  • FIX replace wp_count_posts by pll_count_posts if Polylang activated for XML Sitemap index
  • FIX check when applying “rsd_link” option (thanks to @bomalo)
  • FIX Site is experience difficulties error after requesting the bot in specific cases
3.7.3
  • NEW WordPress 5.3 compatibility
  • NEW Export metadata to a CSV file! (PRO)
  • NEW Added multi-domain support for XML sitemaps with Polylang (https://www.seopress.org/support/guides/multidomain-xml-sitemap-with-polylang-and-seopress/)
  • NEW Import post metadata from Squirrly (https://www.seopress.org/support/guides/import-post-metadatas-from-squirrly-to-seopress/)
  • NEW ‘seopress_metadata_query_args’ hook to filter CSV metadata export query (https://www.seopress.org/support/hooks/filter-the-arguments-of-the-metadata-export-query/)
  • NEW ‘seopress_post_types’ hook to filter custom post type used by SEOPress
  • NEW ‘seopress_sitemaps_single_img_url’ hook to filter standard image URLs in XML image sitemaps (use it inside a mu-plugin)
  • NEW ‘seopress_sitemaps_single_shortcodes’ hook to filter execution of shortcodes in XML image sitemaps (use it inside a mu-plugin)
  • INFO Improve XML image sitemaps for featured images, product galleries…
  • INFO Breadcrumbs options can now be translated from WPML / Polylang (wpml-config.xml)
  • FIX Call to undefined function is_product() in /wp-seopress/inc/functions/variables/dynamic-variables.php:97
  • FIX JS error in content analysis metabox on Google Suggestions
3.7.2
  • NEW Custom taxonomy for automatic schemas (eg: Brand for product schema) – PRO
  • NEW Add image caption and title to XML Image Sitemaps
  • NEW Image sitemaps now support shortcodes (useful with DIVI page builder)
  • NEW Add %%post_content%% dynamic variable to get the post content / product description
  • NEW ‘seopress_titles_product_cat’ hook to filter product categories using %%wc_single_cat%%
  • NEW ‘seopress_titles_product_tag’ hook to filter product categories using %%wc_single_tag%%
  • NEW ‘seopress_titles_cat’ hook to filter product categories using %%post_category%%
  • NEW ‘seopress_titles_tag’ hook to filter product tags using %%post_tag%%
  • INFO Improve schemas rendering to avoid “}” missing error in Google Search Console
  • FIX UI – Hide Redirections tab in SEO > Tools if SEOPress PRO is not enabled
  • FIX new meta robots
  • FIX Call to undefined function is_product() in /wp-seopress-pro/inc/functions/options-woocommerce.php:8
3.7.1
  • NEW JobPosting schema (PRO)
  • NEW ‘seopress_metabox_seo_tabs’ hook to filter tabs in SEO metabox
  • NEW ‘seopress_schemas_auto_job_html’ hook to filter JobPosting global schema
  • NEW ‘seopress_schemas_job_html’ hook to filter JobPosting manual schema
  • NEW ‘seopress_sitemaps_max_posts_per_sitemap’ hook to filter max posts per paginated sitemap
  • INFO GA: we now follow all external links, even if you have not defined an empty target attribute
  • INFO Performance optimization
  • INFO Improving security
  • INFO Improving the user experience
3.7
  • NEW Import metadata from CSV file: title, meta description, meta robots and more… (SEO > Tools > Data) – PRO
  • NEW Support the new Google meta robots (max-snippet:-1, max-image-preview:large, max-video-preview:-1), ON by default
  • INFO Improve translations
  • FIX %%current_pagination%% for first page
  • FIX robots.txt with Elementor didn’t load in specific configurations
  • FIX Outbound links count in content analysis
  • FIX Last separator for breadcrumbs with “seopress_pro_breadcrumbs_crumbs” hook
3.6.5
  • NEW XML Author sitemap
  • NEW ‘seopress_schemas_organization_html’ hook to filter Organization schema
  • NEW ‘seopress_remove_feature_titles’ hook to remove Titles and metas block in SEO > Dashboard
  • NEW ‘seopress_remove_feature_xml_sitemap’ hook to remove Titles and metas block in SEO > Dashboard
  • NEW ‘seopress_remove_feature_social’ hook to remove Social block in SEO > Dashboard
  • NEW ‘seopress_remove_feature_google_analytics’ hook to remove Google Analytics block in SEO > Dashboard
  • NEW ‘seopress_remove_feature_advanced’ hook to remove Advanced block in SEO > Dashboard
  • NEW ‘seopress_remove_feature_woocommerce’ hook to remove WooCommerce block in SEO > Dashboard
  • NEW ‘seopress_remove_feature_edd’ hook to remove Easy Digital Downloads block in SEO > Dashboard
  • NEW ‘seopress_remove_feature_local_business’ hook to remove Local Business block in SEO > Dashboard
  • NEW ‘seopress_remove_feature_dublin_core’ hook to remove Dublin Core block in SEO > Dashboard
  • NEW ‘seopress_remove_feature_breadcrumbs’ hook to remove Breadcrumbs block in SEO > Dashboard
  • NEW ‘seopress_remove_feature_schemas’ hook to remove Schemas block in SEO > Dashboard
  • NEW ‘seopress_remove_feature_page_speed’ hook to remove Page Speed block in SEO > Dashboard
  • NEW ‘seopress_remove_feature_robots’ hook to remove Robots block in SEO > Dashboard
  • NEW ‘seopress_remove_feature_news’ hook to remove News block in SEO > Dashboard
  • NEW ‘seopress_remove_feature_redirects’ hook to remove Redirects block in SEO > Dashboard
  • NEW ‘seopress_remove_feature_bot’ hook to remove Bot (broken links) block in SEO > Dashboard
  • NEW ‘seopress_remove_feature_backlinks’ hook to remove Backlinks block in SEO > Dashboard
  • NEW ‘seopress_remove_feature_rewrite’ hook to remove Rewrite block in SEO > Dashboard
  • NEW ‘seopress_remove_feature_htaccess’ hook to remove htaccess block in SEO > Dashboard
  • NEW ‘seopress_remove_feature_rss’ hook to remove RSS block in SEO > Dashboard
  • NEW ‘seopress_remove_feature_tools’ hook to remove Tools (Import / Export) block in SEO > Dashboard
  • NEW ‘seopress_remove_feature_license’ hook to remove License block in SEO > Dashboard
  • INFO Aria-label attribute in breadcrumbs is now translatable
  • INFO %%current_pagination%% is now set to 1 by default
  • FIX ‘seopress_sitemaps_html_pages_query’ hook to include $cpt_key parameter
  • FIX bounce rate with custom dimensions
  • FIX Hierarchical post types in HTML sitemap
  • FIX CSS bug in SEO dashboard with WordPress 5.2.3
3.6.4
  • NEW Add ‘seopress_bot_query’ hook to filter the broken links checker query
  • INFO Relevanssi users: posts marked as noindex are no longer indexed by default (Relevanssi 4.3.2 required)
  • INFO Updated Chart JS library
  • FIX primary category in XML sitemaps
  • FIX meta robots / canonical tags for static blog page
  • FIX Breadcrumbs with before / after HTML hooks (thanks to @wpchannel)
3.6.3
  • INFO Improve code quality
  • INFO Improve security
  • FIX Notice: Undefined index: seopress_backlinks_majestic_key
  • FIX Notice: Undefined index: seopress_robots_file
  • FIX Notice: Undefined index: seopress_rss_before_html
  • FIX Notice: Undefined index: seopress_rss_after_html
  • FIX Saving FAQ manual schema
  • FIX Saving Service description manual schema
  • FIX Saving Recipe ingredients manual schema
  • FIX Saving Recipe instructions manual schema
  • FIX Pixels counter color
  • FIX Some CSS
  • FIX map_meta_cap was called incorrectly. The post type seopress_404 is not registered, so it may not be reliable to check the capability “edit_post” against a post of that type.
  • FIX Undefined variable in installation wizard
3.6.2.1
  • FIX Video duration for manual edit (automatic schema)
  • FIX Notice: Undefined variable: seopress_excerpt_length
  • FIX undefined ‘post_author’ variable if no posts in author archive
  • FIX %%post_author%% and %%author_bio%% variables
  • FIX Redirections with HTML entities
3.6.2
  • NEW Add custom manual / automatic schema with dynamic variables (PRO)
  • NEW Add custom tracking code after opening body tag like Google Tag Manager 🍾
  • NEW Add meta name “thumbnail” option in SEO > Titles and metas > Single post types to display post thumbnail in Google Custom Search (eg: https://wordpress.org/search/seopress)
  • NEW Add FAQ global schema (PRO)
  • NEW Add ‘keywords’ for Recipe schema (PRO)
  • NEW Add ‘recipeCuisine’ for Recipe schema (PRO)
  • NEW Add ‘recipeIngredient’ for Recipe schema (PRO)
  • NEW Add ‘recipeInstructions’ for Recipe schema (PRO)
  • NEW Add ‘BlogPosting’ for Article schema (PRO)
  • NEW ‘seopress_schemas_auto_faq_html’ hook to filter FAQ global schema
  • NEW ‘seopress_sitemaps_single_img’ hook to add custom fields to XML image sitemaps
  • NEW ‘seopress_sitemaps_html_pages_depth_query’ hook to filter depth for hierarchical contents in HTML sitemap
  • NEW ‘seopress_custom_body_tracking’ hook to filter custom body tracking
  • NEW ‘seopress_titles_template_variables_array’ && ‘seopress_titles_template_replace_array’ hook to filter dynamic variables for title tag / meta description
  • NEW Add keywords density to content analysis to help you avoid keyword stuffing
  • NEW Add outbound links to content analysis (in links tab)
  • INFO WP-Rocket now automatically detect our XML sitemaps (WP-Rocket 3.3.7 required)
  • INFO Add quick button separator for title fields
  • INFO You can now disable BOT / Broken links checker from the SEO dashboard (admin bar, menu page and post type)
  • INFO Improve content analysis by removing empty target keywords
  • INFO Remove Alexa Rank feature (the API is no longer provided for free by Amazon)
  • INFO Translate Google Analytics UA option field with WPML / Polylang
  • INFO Automatic schemas tab is now the default one in Structured Data Types metabox
  • INFO Checks if the redirects feature is active before importing redirects
  • FIX Some translation strings / localize strings
  • FIX wpml-config.xml file, WPML / Polylang users can now translate Archives title and meta description (eg: shop page)
  • FIX Recipe schema: cooking time / calories / yield / total time
  • FIX Custom tracking code in head
  • FIX Remove Website schema if nositelinkssearchbox option is ON
3.6.1.1
  • FIX s(…).tabs is not a function in seopress-cookies.min.js
3.6.1
  • INFO PHP 5.6 is now the minimum requirement
  • INFO Small performance improvements
  • INFO Refactoring some JS files (drastic weight reduction)
  • INFO Support %%title%% dynamic variable (alias of %%post_title%%’) in title / meta description
  • INFO Remove query strings for social sharing and image XML sitemaps
  • FIX Canonical placeholder value in SEO metabox for terms taxonomy
  • FIX Undefined variable: html
  • FIX Breadcrumbs shortcode
  • FIX Fatal error SEOPRESS_Language_Packs
  • FIX Notice array to string conversion
  • FIX Saving image fields for automatic schemas
3.6
  • NEW Using the pixel to calculate the length of title / meta description (beta)
  • NEW All translations are now maintained on TranslationsPress
  • NEW Remove static Shop page defined in WooCommerce settings from Breadcrumbs (PRO)
  • NEW Google Ads (SEO > Google Analytics > Tracking tab)
  • NEW Import redirects from Yoast Premium (PRO)
  • NEW Service schema (automatic and manual – PRO)
  • NEW “seopress_metaboxe_term_seo_priority” hook to filter SEO metabox priority in terms taxonomy
  • NEW “seopress_gtag_ua” hook to filter Google UA tag + features
  • NEW “seopress_gtag_ads” hook to filter Google Ads tag
  • NEW “seopress_pro_breadcrumbs_crumbs” hook to filter crumbs for breadcrumbs
  • NEW “seopress_sitemaps_html_cpt” hook to filter post types for HTML sitemap
  • NEW Add ‘seopress_schemas_auto_service_html’ hook to filter automatic service schema (PRO)
  • INFO Refactoring broken links checker feature (PRO)
  • INFO Remove stop words feature
  • INFO JSON-LD breadcrumbs is now automatically called in the head of your document (if enabled). No longer need to manually add the function in your theme.
  • INFO Improve UI for License page / displaying license error
  • INFO Improve UI for Tools page
  • INFO Improve CSS for Schemas
  • INFO Improve SEO metabox UI for term taxonomy
  • INFO Improve Content Analysis metabox UI
  • INFO Removal of the version number in the header of the SEO dashboard (too confusing)
  • INFO Significant performance improvement for Google Analytics widget in Dashboard
  • INFO Improve select values for automatic schemas
  • INFO Better Admin Columns PRO integration (thanks Stefan from ACPRO team @admincolumns)
  • INFO Minify some JS files to slightly improve performance
  • INFO Remove 100 CSS lines in seopress-pro.css
  • FIX Social meta tags for Shop Page (WooCommerce)
  • FIX Some translation strings
  • FIX Add a check to avoid displaying empty automatic schemas
  • FIX White Label: Remove SEOPress admin header
  • FIX SEO metabox position for term taxonomy is now using the setting defined in SEO > Advanced
  • FIX Undefined variable: article_img_height for article schema
  • FIX Undefined variable: article_img_width for article schema
  • FIX Redirections category filtering in backend
  • FIX JS error ctx is not defined when configuring Google Analytics widget in Dashboard
  • FIX Notice Only variables should be passed by reference in Import tool page
  • FIX CSS position sticky with Safari
  • FIX CSS for FAQ schema (Structured data types metabox)
  • FIX Display the searched keyword in the breadcrumb
  • FIX HTML Entities decode in placeholders for SEO metabox
  • FIX Product Global Identifiers type and value for manual Product schema
  • FIX Using WooCommerce product metas with automatic schemas
  • FIX Broken link checker percentage of completion
  • FIX Strip HTML comments in title / schemas (especially those of Gutenberg)

View complete changelog

4 Лучших SEO плагина WordPress | Как сделать сайт WordPress

Вступление

В списках расширений WordPress есть множество плагинов специально разработанных для оптимизации. Найти их не проблема. Однако, нужно понимать, чтобы найти SEO плагин именно для решения своих задач оптимизации потребуются серьезные практические исследования. Новый плагин добавлен в обзор 10-09-2018.

4 Лучших SEO плагина WordPress

Предложенные 4 лучших SEO плагина WordPress проверены мной на своих ресурсах. Но, несмотря на это настоятельно рекомендую перед использованием внимательно изучить их описание и инструкции, а также сделать резервное копирование вашего WordPress.

SEO плагины для WordPress я бы разделил на две группы. Первая это узконаправленные плагины, для решения одной, двух конкретных SEO задач. Например, для слежения за ранжированием своих ключевых слов. Вторая категория SEO плагинов это многофункциональные, объемные SEO платформы с большим набором настроек и возможностей. Предлагаемые 4 Лучших SEO плагина WordPress , относятся к многофункциональным SEO плагинам.

Yoast WordPress SEO

Плагин Yoast WordPress SEO имеет 24 языка, русский включен. Обновляется плагин постоянно, заслуженная популярность плагина зашкаливает. Страница плагина Yoast WordPress SEO: https://wordpress.org/extend/plugins/wordpress-seo/

Yoast WordPress SEO плагин, несомненно фаворит среди плагинов оптимизации WordPress. Это мощный, постоянно развивающийся SEO плагин решающий все главные задачи оптимизации, как статей, так и общей структуры. Функции плагина включают в себя более 40 настроек, включая настройку заголовков блога, статей, категорий, страниц, медиафайлов и массу других настроек.

Настройки включают выборочную установку тегов noindex и nofollow, интегрирует работу блога с социальными сетями facebook и twitter. Позволяет вносить изменения в файл [.htaccess] непосредственно из административной панели блога. Плагин Yoast WordPress SEO позволяет легко настраивать постоянные ссылки блога, включая канонические настройки.

All-In-One SEO Pack

Этот плагин скачали с 2007 года 30 миллионов раз. Русский перевод есть.  Страница плагина All-In-One SEO Pack.

All-In-One SEO Pack -3

All-In-One SEO Pack -1

All-In-One SEO Pack -2

Плагин All-In-One SEO Pack является одним из самых известных SEO плагинов WordPress. Он имеет множество SEO функций: автоматически оптимизирует ваши названия для поисковых систем и автоматически генерирует мета-теги. Вы также можете переопределить любой заголовок, установить любые мета-описания и любые мета ключевые слова, которые вы хотите. Это лишь небольшая часть настроек плагина. В работе плагин прост для новичков и имеет хороший функционал для опытных пользователей.

The SEO Framework

Плагин The SEO Framework неожиданное моё открытие 2018 года. Плагин хорошо обновляется, и за последние годы набрал хороший функционал по автоматической оптимизации и SEO настроек сайта.

На сайте автора ТУТ,  вы можете расширить функционал и за 5$ в месяц приобрести платную версию плагина с расширенным функционалом.

Однако и в бесплатном варианте плагин справляется с задачами оптимизации не хуже раскрученного плагина YoastSEO.

Не буду рассказывать о возможностях плагина, просто покажу «портянку» его настроек. Там на самом деле есть всё, что нужно.

При добавлении статей и страниц плагин оценит основные SEO параметры материала и сообщит об этом в полях поисковой оптимизации под редактором.

Трудно не заметить, что плагин The SEO Framework очень схож с YoastSEO, однако по набору бесплатных функций обходит это плагин. Кроме этого у SEO Framework нет навязчивых еженедельных обновлений и постоянно акцента на покупку pro версии, чем в последнее время страдает YoastSEO.

Более того на сайте автора https://theseoframework.com/extensions/ есть дополнительные плагины улучшающие оптимизацию сайта по отдельным направлениям (AMP, Articles, Monitor и т.д.).

 

HeadSpace 2 SEO

Плагин не тестировался более 2-х лет. Это значит, что автор его забросил. К рекомендации не рекомендую.

Русский перевод есть. Официально не протестирован для WordPress 3.5.1. Не тестировался для WordPress 3.8. Страница плагина HeadSpace 2 SEO (http://wordpress.org/extend/plugins/headspace2/).

HeadSpace 2 -1

HeadSpace 2 -2

Плагин HeadSpace 2 SEO это, пожалуй, был самый мощный SEO плагин, правда, требующий серьезного изучения. Этот плагин позволяет настроить практически всё ,что можно придумать в SEO оптимизации. Это касается и внутренней оптимизации сайта и интеграции сайта с основными SEO инструментами интернет. Можно настроить метаданные для сообщений, страниц, категорий, главной страницы, авторов постов, поиска страниц ,404 страницы. Вы также можете указать: Ключевые слова(Keywords) и описание (Descriptions).

Правда плагин требует некоторого изучения и может быть труден для новичков. Но после изучения вы сможете оценить весь его функционал по достоинству. К сожалению должен повториться, плагин не протестирован для Worpress 3.8.

SEO Ultimate

Плагин не тестировался более 2-х лет. Это значит, что автор его забросил. К рекомендации не рекомендую.

Язык английский. В последней версии плагина, частично переведено меню. Последнее тестирование для WordPress 3.9. Страница плагина SEO Ultimate.

SEO Ultimate -1

SEO Ultimate -2

Плагин SEO Ultimate также входит в 4 Лучших SEO плагина WordPress для оптимизации сайта WordPress. В нем собран полезный набор SEO инструментов, который даст вам кучу функций SEO оптимизации. SEO Ultimate позволяет формировать оптимизированные заголовки (Title Tag) отличные от заголовком статей, также есть редактор мета описание (Description) которое можно создать при написании статьи, редактировать файлы robots.txt и .htaccess непосредственно из админ панели, автоматически разместить в статьях кнопки поделись от AddThis и Share многое другое. Это все 4 Лучших SEO плагина WordPress.

©www.wordpress-abc.ru

Другие статьи раздела: Плагины

Похожие посты:

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *