All Projects → Yoast → Yoast Seo For Typo3

Yoast / Yoast Seo For Typo3

Licence: other
Yoast SEO plugin for TYPO3

Projects that are alternatives of or similar to Yoast Seo For Typo3

Wordpress Seo
Yoast SEO for WordPress
Stars: ✭ 1,301 (+2925.58%)
Mutual labels:  opengraph, metadata, plugin, seo
The Seo Framework
The SEO Framework WordPress plugin.
Stars: ✭ 329 (+665.12%)
Mutual labels:  opengraph, metadata, seo
Meta Tags
Search Engine Optimization (SEO) for Ruby on Rails applications.
Stars: ✭ 2,464 (+5630.23%)
Mutual labels:  opengraph, seo
Laravelmetatags
The most powerful and extendable tools for managing SEO Meta Tags in your Laravel project
Stars: ✭ 226 (+425.58%)
Mutual labels:  opengraph, seo
magento2-module-seo
Magento 2 Module for Search Engine Optimization
Stars: ✭ 100 (+132.56%)
Mutual labels:  seo, opengraph
Open Graph
Library that assists in building Open Graph meta tags
Stars: ✭ 112 (+160.47%)
Mutual labels:  opengraph, seo
Ngmeta
Dynamic meta tags in your AngularJS single page application
Stars: ✭ 152 (+253.49%)
Mutual labels:  opengraph, seo
Awesome-meta-tags
📙 Awesome collection of meta tags
Stars: ✭ 18 (-58.14%)
Mutual labels:  metadata, seo
Seo Manager
Seo Manager Package for Laravel ( with Localization )
Stars: ✭ 192 (+346.51%)
Mutual labels:  metadata, seo
wagtail-metadata-mixin
🔍 OpenGraph, Twitter Card and Schema.org snippet tags for Wagtail CMS pages
Stars: ✭ 42 (-2.33%)
Mutual labels:  seo, opengraph
seomate
SEO, mate! It's important. That's why SEOMate provides the tools you need to craft all the meta tags, sitemaps and JSON-LD microdata you need - in one highly configurable, open and friendly package - with a super-light footprint.
Stars: ✭ 31 (-27.91%)
Mutual labels:  metadata, seo
All In One Seo Pack
All in One SEO Pack plugin for WordPress SEO
Stars: ✭ 281 (+553.49%)
Mutual labels:  opengraph, seo
Social Links
Simple library to count shares and generate share buttons
Stars: ✭ 91 (+111.63%)
Mutual labels:  opengraph, metadata
Seotools
SEO Tools for Laravel
Stars: ✭ 2,406 (+5495.35%)
Mutual labels:  opengraph, seo
Page Renderer
Clojure PWA generator. Offline-ready web apps with service workers, social meta and async stylesheets.
Stars: ✭ 76 (+76.74%)
Mutual labels:  opengraph, metadata
SeoTags
SeoTags create all SEO tags you need such as meta, link, twitter card (twitter:), open graph (og:), and JSON-LD schema (structred data).
Stars: ✭ 113 (+162.79%)
Mutual labels:  seo, opengraph
meta-extractor
Super simple and fast html page meta data extractor with low memory footprint
Stars: ✭ 38 (-11.63%)
Mutual labels:  metadata, opengraph
Vue Meta
Manage HTML metadata in Vue.js components with SSR support
Stars: ✭ 3,807 (+8753.49%)
Mutual labels:  metadata, seo
Emby.plugins.javscraper
Emby/Jellyfin 的一个日本电影刮削器插件,可以从某些网站抓取影片信息。
Stars: ✭ 864 (+1909.3%)
Mutual labels:  metadata, plugin
Cm3d2.maidfiddler
A real-time game editor for CM3D2
Stars: ✭ 39 (-9.3%)
Mutual labels:  plugin

Yoast SEO for TYPO3

CI status Stable Version License

This plugin integrates text analysis and assessment from YoastSEO.js. Content analysis can generate interesting metrics about a text and give you an assessment which can be used to improve the text.

Installation

You can easily install the plugin with Composer. Just use the following command in the root of your project:

composer require yoast-seo-for-typo3/yoast_seo

Configuration

There is no need for configuration although it is recommended to remove all other SEO related plugins creating metatags in frontend. There are however some configuration options available. More information about configuring Yoast SEO for TYPO3 can be found in the manual on https://docs.typo3.org.

This repository uses the Yoast grunt tasks plugin.

Changing Frontend behaviour

As it has always been, you can change frontend behaviour of yoast_seo via TypoScript. Check the current file for reference.

Reporting bugs / Contributions

Anyone is welcome to contribute to Yoast SEO for TYPO3. Please read the guidelines for contributing to this repository and how to report bugs.

There are various ways you can contribute:

  • Raise an issue on GitHub.
  • Send us a Pull Request with your bug fixes and/or new features.

Using DDEV to test

In this repository we added a DDEV setup so you can easily test your contributions in all the TYPO3 versions the extension should work with.

First of all, make sure you have installed DDEV and Docker. See the documentation how to do that. After you have installed DDEV, run the following command in the root of this repository.

ddev start

After the setup is started, you can use the following command to make sure all installations are up and running.

ddev install-all

When the script is finished, you can go to https://yoast-seo.ddev.site and check the TYPO3 installations that are available to test your work.

Instances

The following instances will be up and running for you after you have installed the DDEV setup.

Login

You will be able to login to the backend of the instances above, by using the following credentials:

Username: admin
Password: password 

Reset setup

If you want to reset the instances? Use the following two commands. Be aware that this will also reset the databases!

ddev rm -O -R

and after that:

docker volume rm yoast-seo-v8-data yoast-seo-v9-data yoast-seo-v10-data

If you change the code, you can directly see the changes in all the installations of your DDEV setup.

Thanks to Armin Vieweg for this example DDEV setup for extensions

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].