ACF Content Analysis for Yoast SEO

Por Thomas Kräftner, ViktorFroberg, marol87, pekz0r, angrycreative, Team Yoast
(34 avaliações)
Baixar
  • Versão:
    3.1
  • Última atualização:
    há 11 dias
  • Instalações ativas:
    mais de 200 mil
  • Versão do WordPress:
    6.4 ou maior
  • Testado até o WordPress:
    6.6
  • Versão do PHP:
    7.2.5 ou maior
  • Tags:

Hospedagem WordPress com plugin ACF Content Analysis for Yoast SEO

Onde posso hospedar o plugin ACF Content Analysis for Yoast SEO?

Este plugin pode ser hospedado em qualquer provedor que tenha WordPress configurado. Recomendamos utilizar uma empresa de hospedagem confiável, com servidores adaptados para WordPress, como o serviço de hospedagem da MCO2.

Hospedando o plugin ACF Content Analysis for Yoast SEO em uma empresa de hospedagem seguro

A MCO2, além de instalar o WordPress na versão mais atualizada para seus clientes, fornece o plugin WP SafePress, um sistema exclusivo que protege e melhora seu site conjuntamente.

Por que a Hospedagem WordPress funciona melhor na MCO2?

A Hospedagem WordPress funciona melhor pois a MCO2 possui servidores otimizados para WordPress. A instalação de WordPress é diferente de uma instalação trivial, pois habilita imediatamente recursos como otimização automática de imagens, proteção da página de login, bloqueio de atividades maliciosas diretamente no firewall, cache avançado e HTTPS ativado por padrão. São recursos que potencializam seu WordPress para a máxima segurança e o máximo desempenho.

This plugin ensures that Yoast SEO analyzes all ACF content including Flexible Content and Repeaters.

Yoast SEO for WordPress content and SEO analysis does not take in to account the content of a post’s Advanced Custom Fields. This plugin uses the plugin system of Yoast SEO for WordPress to hook into the analyser in order to add ACF content to the SEO analysis.

This had previously been done by the WordPress SEO ACF Content Analysis plugin but that no longer works with Yoast 3.0. Kudos to ryuheixys, the author of that plugin, for the original idea.

This Plugin is compatible with the free ACF 4 Version as well as with the PRO Version 5. Please be aware that it ignores Pro Add-Ons for Version 4. In that case please upgrade to ACF PRO Version 5.

If you have issues, please submit them on GitHub

Previously called Yoast ACF Analysis.

Filtros

Remove specific field from scoring

add_filter( 'Yoast\WP\ACF\blacklist_name', function ( $blacklist_name ) {
    $blacklist_name->add( 'my-field-name' );
    return $blacklist_name;
});

Remove field type from scoring

add_filter( 'Yoast\WP\ACF\blacklist_type', function ( $blacklist_type ) {
    // text, image etc
    $blacklist_type->add( 'text' );
    $blacklist_type->add( 'image' );
    return $blacklist_type;
});

Define custom field a specific heading value

add_filter( 'Yoast\WP\ACF\headlines', function ( $headlines ) {
    // value from 1-6, 1=h1, 6=h6
    $headlines['field_591eb45f2be86'] = 3;
    return $headlines;
});

Change refresh rate

add_filter( 'Yoast\WP\ACF\refresh_rate', function () {
    // Refresh rates in milliseconds
    return 1000;
});

Plugins semelhantes

Yoast SEO
(27.714 avaliações)

Melhore o SEO do seu site em WordPress: Escreva conteúdo melhor e tenha um site WordPress completamente otimizado usando o plugin Yoast SEO.

All in One SEO – Powerful SEO Plugin to Boost SEO Rankings & Increase Traffic
(4.287 avaliações)

AIOSEO is the most powerful WordPress SEO plugin. Improve SEO rankings and traffic with comprehensive SEO tools and smart AI SEO optimizations!

Rank Math SEO – Ferramentas de SEO com IA para dominar as classificações de SEO
(6.634 avaliações)

O Rank Math SEO é o melhor plugin de SEO para WordPress, com os recursos de muitas ferramentas de SEO e SEO com IA em um único pacote para ajudar a multiplicar seu tráfego de SEO.

Advanced Custom Fields (ACF)
(1.216 avaliações)

ACF helps customize WordPress with powerful, professional and intuitive fields. Proudly powering over 2 million sites, WordPress developers love ACF.

Redirection
(644 avaliações)

Gerencie redirecionamentos 301, monitore erros 404 e melhore seu site, sem precisar entender de Apache ou Nginx.

XML Sitemap Generator for Google
(2.200 avaliações)

Generate multiple types of sitemaps to improve SEO and get your website indexed quickly.

Do mesmo author (Thomas Kräftner, ViktorFroberg, marol87, pekz0r, angrycreative, Team Yoast)

Yoast SEO
(27.714 avaliações)

Melhore o SEO do seu site em WordPress: Escreva conteúdo melhor e tenha um site WordPress completamente otimizado usando o plugin Yoast SEO.

Yoast Duplicate Post
(509 avaliações)

The go-to tool for cloning posts and pages, including the powerful Rewrite & Republish feature.

Yoast Test Helper
(12 avaliações)

This plugin makes testing Yoast SEO, Yoast SEO add-ons and integrations and resetting the different features a lot easier.