Home
Softono
y

yoast

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
3

Software by yoast

yoast-acf-analysis
Open Source

yoast-acf-analysis

[![Coverage Status](https://coveralls.io/repos/github/Yoast/yoast-acf-analysis/badge.svg?branch=develop)](https://coveralls.io/github/Yoast/yoast-acf-analysis?branch=develop) # ACF Content Analysis for Yoast SEO WordPress plugin that adds the content of all ACF fields to the Yoast SEO score analysis. ## Description [Yoast SEO for WordPress](https://yoast.com/product/yoast-seo-wordpress/) content and SEO analysis does not take into account the content of a post's [Advanced Custom Fields](http://www.advancedcustomfields.com/). 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 was previously done by the [WordPress SEO ACF Content Analysis](https://wordpress.org/plugins/wp-seo-acf-content-analysis/) plugin, but that no longer works with Yoast 3.0. Kudos to [ryuheixys](https://profiles.wordpress.org/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](https://github.com/Yoast/yoast-acf-analysis/issues) ## Development setup Clone the repo into your plugins folder. Run: * `composer install` * `yarn` * `yarn build`

WordPress Themes & Plugins SEO Tools
63 Github Stars
wordpress-seo
Open Source

wordpress-seo

# Yoast SEO [![CS](https://github.com/Yoast/wordpress-seo/actions/workflows/cs.yml/badge.svg)](https://github.com/Yoast/wordpress-seo/actions/workflows/cs.yml) [![Lint](https://github.com/Yoast/wordpress-seo/actions/workflows/lint.yml/badge.svg)](https://github.com/Yoast/wordpress-seo/actions/workflows/lint.yml) [![LintJS](https://github.com/Yoast/wordpress-seo/actions/workflows/jslint.yml/badge.svg)](https://github.com/Yoast/wordpress-seo/actions/workflows/jslint.yml) [![TestJS](https://github.com/Yoast/wordpress-seo/actions/workflows/jstest.yml/badge.svg)](https://github.com/Yoast/wordpress-seo/actions/workflows/jstest.yml) [![Test](https://github.com/Yoast/wordpress-seo/actions/workflows/test.yml/badge.svg)](https://github.com/Yoast/wordpress-seo/actions/workflows/test.yml) [![Deployment](https://github.com/Yoast/wordpress-seo/actions/workflows/deploy.yml/badge.svg)](https://github.com/Yoast/wordpress-seo/actions/workflows/deploy.yml) [![Coverage Status](https://coveralls.io/repos/github/Yoast/wordpress-seo/badge.svg?branch=trunk)](https://coveralls.io/github/Yoast/wordpress-seo?branch=trunk) [![Stable Version](https://img.shields.io/packagist/v/yoast/wordpress-seo)](https://packagist.org/packages/yoast/wordpress-seo) [![License](https://img.shields.io/packagist/l/yoast/wordpress-seo)](https://packagist.org/packages/yoast/wordpress-seo) ## Welcome to the Yoast SEO GitHub repository While the documentation for the [Yoast SEO plugin](https://yoa.st/1ul) can be found on [Yoast.com](https://yoa.st/1um), here you can browse the source of the project, find and discuss open issues and even [contribute yourself](.github/CONTRIBUTING.md). ## Installation Here's a [guide on how to install Yoast SEO in your WordPress site](https://yoa.st/1un). ## Want to contribute to Yoast SEO? ### Prerequisites At Yoast, we make use a specific toolset to develop our code. Please ensure you have the following tools installed before contributing. * [Composer](https://getcomposer.org/) * [Yarn](https://yarnpkg.com/en/) * [Grunt](https://gruntjs.com/) ### Getting started After installing the aforementioned tools, you can use the steps below to acquire a development version of Yoast SEO. Please note that this will download the latest development version of Yoast SEO. While this version is usually stable, it is not recommended for use in a production environment. Within your WordPress installation, navigate to `wp-content/plugins` and run the following commands: ```bash git clone https://github.com/Yoast/wordpress-seo.git cd wordpress-seo ``` To install all the necessary dependencies, run the following commands: ```bash composer install yarn grunt build ``` During development, you could run `grunt build:dev` instead of `grunt build`, to save yourself downloading some dependencies that are only needed for a production environment. Please note that if you change anything in the JavaScript or CSS, you'll have to run `grunt build:js` or `grunt build:css`, respectively. For active development, you could run `grunt watch` to keep the build up-to-date and run checks right away. For JavaScript only, you start a Webpack watch by running `yarn start`, this command will keep the JS files up-to-date. You'll have to refresh the page yourself. When working in other folders than `packages/js`, you can refer to their individual readme or package.json scripts. If the package offers a watch, you still have to build the plugin afterwards. For example, the `packages/ui-library` package has its own `yarn watch` (and js/css) commands. You can either `cd` into that folder or target it from the root using the workspace command: ```bash yarn workspace @yoast/ui-library watch:js ``` or using Lerna: ```bash yarn lerna run watch:js --scope @yoast/ui-library --stream ``` This repository uses [the Yoast grunt tasks plugin](https://github.com/Yoast/plugin-grunt-tasks). ## Testing packages To run tests for js packages, run the following command from the root of the repository: ```bash yarn test ``` ## Support This is a developer's portal for Yoast SEO and should not be used for support. Please visit the [support forums](https://wordpress.org/support/plugin/wordpress-seo). ## Reporting bugs If you find an issue, [let us know here](https://github.com/yoast/wordpress-seo/issues/new)! Please follow [these guidelines](https://yoa.st/1uo) on how to write a good bug report. It may help us a lot if you can provide a backtrace of the error encountered. You can use [code in this gist](https://gist.github.com/jrfnl/5925642) to enable the backtrace in your website's configuration. ## Contributions Anyone is welcome to contribute to Yoast SEO. Please [read the guidelines](.github/CONTRIBUTING.md) for contributing to this repository. There are various ways you can contribute: * [Raise an issue](https://github.com/yoast/wordpress-seo/issues) on GitHub. * Send us a Pull Request with your bug fixes and/or new features. * [Translate Yoast SEO into different languages](http://translate.yoast.com/projects/wordpress-seo/). * Provide feedback and [suggestions on enhancements](https://github.com/yoast/wordpress-seo/issues?direction=desc&labels=Enhancement&page=1&sort=created&state=open).

WordPress Themes & Plugins SEO Tools
2K Github Stars
Yoast-SEO-for-TYPO3
Open Source

Yoast-SEO-for-TYPO3

[![Latest Stable Version](https://poser.pugx.org/yoast-seo-for-typo3/yoast_seo/v/stable)](https://extensions.typo3.org/extension/yoast_seo/) [![TYPO3 14](https://img.shields.io/badge/TYPO3-14-orange.svg?style=flat-square)](https://get.typo3.org/version/14) [![TYPO3 13](https://img.shields.io/badge/TYPO3-13-orange.svg?style=flat-square)](https://get.typo3.org/version/13) [![TYPO3 12](https://img.shields.io/badge/TYPO3-12-orange.svg?style=flat-square)](https://get.typo3.org/version/12) [![Total Downloads](https://poser.pugx.org/yoast-seo-for-typo3/yoast_seo/d/total)](https://packagist.org/packages/yoast-seo-for-typo3/yoast_seo) [![Monthly Downloads](https://poser.pugx.org/yoast-seo-for-typo3/yoast_seo/d/monthly)](https://packagist.org/packages/yoast-seo-for-typo3/yoast_seo) [![CI status](https://github.com/Yoast/Yoast-SEO-for-TYPO3/workflows/CI/badge.svg)](https://github.com/Yoast/Yoast-SEO-for-TYPO3/actions?query=branch%3Amain) # TYPO3 extension `yoast_seo` Optimize your website for search engines with *Yoast SEO for TYPO3*. This extension integrates the text analysis and rating of [Yoast SEO](https://yoast.com/) into the TYPO3 CMS interface. The content analysis can generate interesting metrics about a text and give you a score that can be used to improve the text and help editors write high quality content. | | URL | |------------------|--------------------------------------------------------------------| | **Repository:** | https://github.com/Yoast/Yoast-SEO-for-TYPO3 | | **Read online:** | https://docs.typo3.org/p/yoast-seo-for-typo3/yoast_seo/main/en-us/ | | **TER:** | https://extensions.typo3.org/extension/yoast_seo |

CMS Plugins & Extensions SEO Tools
51 Github Stars