• DONATE to NULLED!
    Вы можете помочь Форуму и команде, поддержать финансово.
    starwanderer - модератор этого раздела будет Вам благодарен!

Плагин Yoast SEO Premium

Вот, ещё одно нашел:
не работает блок в редакторе
То что у вас на скриншоте, у меня было при конфликте Yoast SEO 7.6 и Custom Permalinks, но проблема была решена обновлением до 7.6.1.
php 7.2.6 Ошибок в логах нету ни в пхп, ни в энжиниксе
А в консоли браузера что?
 
Работает. Только что проверил.
И из более чем 60 скачавших, пока ни одной жалобы не было
Сегодня уже второй пост от вас про сбои.
Может развернуть на чистой конфигурации, на виртуалке локально, к примеру ?
Кстати у меня тоже не работает
 
Кстати у меня тоже не работает
И все же, траблы повторяются. Скорее всего, это проблема версии.

bd3f1e7e86f612806d0850ef744b1122.png
 
Похоже, нашлась причина. В nginx было правило для хоста с WP
Код:
    location ~ \.html$ {
        perl Minify::html_handler;
    }

    location ~ \.css$ {
        log_not_found off; access_log off;
        perl Minify::css_handler;
        expires 1y;
        add_header Last-Modified $date_gmt;
        try_files $uri =404;
    }

    location ~ \.js$ {
        log_not_found off; access_log off;
        perl Minify::js_handler;
        expires 1y;
        add_header Last-Modified $date_gmt;
        try_files $uri =404;
    }
Исключил из include и все пока работает.

Но странно, на прошлых версиях такого небыло.
 
Похоже, нашлась причина. В nginx было правило для хоста с WP
Код:
    location ~ \.html$ {
        perl Minify::html_handler;
    }

    location ~ \.css$ {
        log_not_found off; access_log off;
        perl Minify::css_handler;
        expires 1y;
        add_header Last-Modified $date_gmt;
        try_files $uri =404;
    }

    location ~ \.js$ {
        log_not_found off; access_log off;
        perl Minify::js_handler;
        expires 1y;
        add_header Last-Modified $date_gmt;
        try_files $uri =404;
    }
Исключил из include и все пока работает.

Но странно, на прошлых версиях такого небыло.
А можно подробнее ? как и что исправить и где?
 
А превышение рекомендуемой длины может как-то повлиять на результаты продвижения на ваш взгляд?
Вообще, плагин "заточен" под Google.
Для Yandex длина description не должна превышать 200 символов. Рекомендуется укладываться в 140.
 
А превышение рекомендуемой длины может как-то повлиять на результаты продвижения на ваш взгляд?
Yandex постояно изменяет свои алгоритмы, точно сказать сложно.
По крайней мере, пол-год назад, до 200 символов индексировалось поисковиком. То есть Яндекс его учитывал.
Таким образом, качественный descriptiоn с превышением рекомендованной длины на ранжирование сайта в выдаче может повлиять благоприятно.
Почему рекомендовано вложиться в 140 ? Потому что в сниппете текст может быть подрезан до тех самых 140 символов.
И если у вас что-то важное для привлечения внимания в конце текста, то посетитель может этого не увидеть.
 
Последнее редактирование:
Yoast SEO Premium v 7.7
= 7.7.0 =
Release Date: June 26th, 2018

Enhancements:
* Implements the snippet preview in React. This brings an improved user experience regarding the snippet variables, making it easier to use and discover them.
* Implements the improved snippet variables on the search appearance settings pages.
* Adds an inserter to the title and metadescription fields to make it easier to insert a snippet variable.
* Improves the mobile snippet preview to match the Google mobile search results more closely.
* Changes the behavior of the meta description preview when there is no handwritten meta description. We no longer mimic Google by showing a part of your content, but explain what Google does instead.
* Sends the user to the proper control in the customizer when clicking the link in the "You still have the default WordPress tagline [...]" warning message.
* Adds a `wpseo_attachment_redirect_url` filter to allow changing of the target redirection URL for attachments. This may be necessary to restore the redirect to the parent post. Props to [cawa-93](Для просмотра ссылки Войди или Зарегистрируйся).
* Adds a `wpseo_recommended_replace_vars` filter to allow adding or altering the recommended snippet variables.
* Adds support for JSON-LD breadcrumbs. Props to [teolaz](Для просмотра ссылки Войди или Зарегистрируйся)
* Improves the lists of French transition words, stopwords, and function words, props to [Laurent-1971](Для просмотра ссылки Войди или Зарегистрируйся).
* Improves the assessment that checks the use of subheadings so that it always returns relevant feedback to the user.
* Adds a notification when a post is removed.
* Overhauls the Content Types section under SEO -> Search Appearance by sectioning the post types and allowing users to collapse them. This is especially handy when you have a lot of custom post types.
* Updates the 'snippet variables tab' of the Help Center to have the new names.
* Adds recommended snippet variables for templates depending on the context. The `wpseo_recommended_replace_vars` filter is added, which gives the possibility to add or alter the recommended snippet variables.

Bugfixes:
* Fixes a bug where a PHP notice would be triggered when the `opcache.restrict_api` directive was enabled.
* Fixes a bug where restricting SEO setting access to network admins only on a multisite, would still allow regular admins to have access to SEO settings.
* Fixes a bug where dismissing notifications on a single site in a multisite environment, would result in the notification being dismissed on all sites.
* Fixes a bug where the attachment URL would redirect to `wp-admin` if the attachment was located on a different Site URL domain.
* Fixes a bug where MySQL would throw a "Duplicate entry 'X'" error into the error log when attempting to upsert a record in the database.
* Fixes a performance problem where the selecting a fallback Open Graph image would collect the filename for all the images in the content. This has been changed to detecting if an image is usable per image and stopping when a usable image is found.
* Fixes a bug where the term title snippet variable would be replaced by 'undefined' instead of an empty string on posts and pages.
* Fixes a bug where PHP notices got triggered on archive pages when `%%pt_single%%` and/or `%%pt_plural%%` are used in a template.
* Fixes a bug where the configured separator wasn't used in the title template fallback that's being used when no title template has been set.

Deprecated:
* Deprecates the following snippet variables: %%userid%%, %%currenttime%%, %%currentdate%%, %%currentday%%, %%currentmonth%%, %%currentyear%%.

Other:
* Changes the timing on which the capability filter is run to better time when notifications should be initialized.
* Adds X-Redirect-By header to all redirects, making the origin of redirects much easier to debug.
 
Последнее редактирование:
Назад
Сверху