{"id":51098916,"url":"https://github.com/Yoast/Yoast-SEO-for-Magento2","last_synced_at":"2026-07-12T14:01:05.546Z","repository":{"id":39917234,"uuid":"65976936","full_name":"Yoast/Yoast-SEO-for-Magento2","owner":"Yoast","description":"Yoast SEO for Magento 2","archived":true,"fork":false,"pushed_at":"2022-09-29T13:48:19.000Z","size":2729,"stargazers_count":69,"open_issues_count":35,"forks_count":29,"subscribers_count":16,"default_branch":"main","last_synced_at":"2026-01-11T17:49:00.722Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Yoast.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"license.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-18T07:52:34.000Z","updated_at":"2025-12-09T09:15:29.000Z","dependencies_parsed_at":"2022-09-21T04:51:06.872Z","dependency_job_id":null,"html_url":"https://github.com/Yoast/Yoast-SEO-for-Magento2","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/Yoast/Yoast-SEO-for-Magento2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yoast%2FYoast-SEO-for-Magento2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yoast%2FYoast-SEO-for-Magento2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yoast%2FYoast-SEO-for-Magento2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yoast%2FYoast-SEO-for-Magento2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Yoast","download_url":"https://codeload.github.com/Yoast/Yoast-SEO-for-Magento2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Yoast%2FYoast-SEO-for-Magento2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35393398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-12T02:00:06.386Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-24T09:00:33.658Z","updated_at":"2026-07-12T14:01:05.537Z","avatar_url":"https://github.com/Yoast.png","language":"PHP","funding_links":[],"categories":["PHP"],"sub_categories":[],"readme":"# Yoast SEO for Magento 2 (by MaxServ)\n\n- [Introduction](#introduction)\n- [Features](#features)\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Configuration](#configuration)\n- [Analysis Templates](#analysis-templates)\n\n## Introduction\nWe have developed this advanced SEO module in close cooperation with YOAST inc. \nIt incorporates the YOAST library into Magento2.\n\n## Requirements\nMagento 2.2.* OpenSource. \nThis version of the module has not (yet) been tested on Magento 2 Commerce or Magento 2 Cloud editions.\n\n## Features\n### Proper meta tags\n- ld+json schema data which identifies the page\n    - Home page: [Company](https://schema.org/Corporation) and [Website](https://schema.org/WebSite)\n    - Product pages: [Product](https://schema.org/Product)\n    - SiteLink Search Box [read more](https://developers.google.com/search/docs/guides/enhance-site#add-a-sitelinks-searchbox-for-your-site)\n- canonical url tag\n- OpenGraph data\n- Facebook configuration data (app id, admin ids)\n- Twitter card data\n\n### Live SEO analysis from within the edit forms\nWhen you open an edit form, you'll notice that the default 'Search Engine Optimisation' section has been changed to 'YoastSEO'.\nInside this section we have added a live analysis tool. \nThis tool runs a whole battery of tests on your content and shows you the results.\nResults marked with a green status light are OK, \norange means you might want to have a look, \nwhile red indicates a problem that you should try to fix immediately.\n\nYou'll find the analyis tool in the edit forms of these entities:\n- Categories\n- Products\n- CMS Pages\n\n### Customize analysis templates\nIf you have custom attributes which contain content, we've got you covered.\nYou can edit the analysis templates to include you own custom attributes.\nRead more on how to configure analysis templates [here](#analysis-templates).\n\n### Create redirects for deleted products\nNormally a product URL will generate a 404 page after you delete the product.\nNow you can configure what should happen yourself. \nChoose between redirecting to the product's category page, \na fixed category page or a CMS page of your choice.\nOr, if you want, you can choose not to create redirects.\n\n## Installation\nThis module can be installed using composer. \n\n### Packagist\nIf you have access to packagist (and by default you do), all you need to do is run this require statement.\n```bash\ncomposer require maxserv/magento-module-yoastseo\n```\n\n### GitHub\nIf you do not have access to packagist, \nyou need to add our GitHub repository to your composer configuration before you can require this module:\n```bash\ncomposer config repositories.yoastseo git https://github.com/Yoast/Yoast-SEO-for-Magento2\ncomposer require maxserv/magento-module-yoastseo\n```\n\n### Download\nIf for some reason you can't use composer then please follow these steps:\n1. Browse to the releases section on our [GitHub page](https://github.com/Yoast/magento-seo/releases)\n2. Download the latest release in zip or tar format\n3. Create a directory in your project: ```app/code/MaxServ/YoastSeo```\n4. Unpack the package into that directory\n\n## Configuration\nYou can find the configuration by navigating to Stores -\u003e Configuration in the main menu. \nIn the configuration sections select 'YoastSEO' and then click on 'SEO Settings'.\n\n## Analysis templates\nYou can find the analysis templates by navigating to Marketing -\u003e YoastSEO -\u003e Analysis Templates using the main menu.\n\n### Template format\nThe template consists of plain HTML and placeholders for attributes. \nPlaceholders are defined with double handlebars:\n```\n{{\u003cattribute_code\u003e[ reader='\u003creader\u003e'][ provider='\u003cprovider\u003e'][ default='\u003cdefault\u003e']}}\n```\n\n|Part|Possible values|\n|---|---|\n|```\u003cattribute_code\u003e```|Any valid attribute code (with some exceptions)|\n|```\u003creader\u003e```|```text```,```wysiwyg```,```cms_block```,```category_landing_page```|\n|```\u003cprovider\u003e```|```product_images```|\n|```\u003cdefault\u003e```|Any value|\n\nAt least one of ```\u003creader\u003e```, ```\u003cprovider\u003e``` or ```\u003cdefault\u003e``` must be configured.\n\n### Readers\n#### Text\nThe text reader returns the literal value of the input field component. \nThe value will not be processed.\n\n#### Wysiwyg\nThe value of the input field component will be rendered using frontend rendering.\nThis ensures that any placeholders (e.g. widget placeholders) in the content will\nbe expanded before analysis.\n\n#### CMS Block\nThe value of the the input field component should be the numerical identifier of a CMS block.\nIf it is, the CMS block will be rendered using frontend rendering.\n\n#### Category Landing Page\nCan only be used in category forms,\nand will only render anything if the category display mode has been set to either \n'Static block only' or 'Static block and products'.\nIf this is the case, this reader will pull content from the 'Add CMS Block' field in the 'Content' section of the category form. \n\n### Providers\nUse a provider in conjunction with a nonexistent attribute code to provide data to the template processor\nwhich can not be read from other form fields. A provider should return plain HTML which requires no more processing. \n\n#### Product Images \nThe product images provider reads the product media gallery and renders the images as ```\u003cimg /\u003e``` tags.\n\n### Template processing \nFor each placeholder, the template processor will try to retrieve content based on the placeholder configuration. \nThe following steps are treated in an ```if, else if, else if, else``` manner\n\n- If a form input component can be found based on the attribute code, **and** a reader has been defined, \nthe template processor will instruct the reader to process the input component's value.\n- If a form input component can be found based on the attribute code, the input component's value is returned.\n- If a form input component could exist but doesn't exist yet (JIT fieldset rendering), \n**and** the entity already had a value for that attribute code, then that value is returned.\n- If a provider has been configured, the provider is instructed to return a value. The attribute code does not have to exist.\n- If the placeholder has a default value configured, the default value is returned. The attribute code does not have to exist.\n- A blank value is returned.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYoast%2FYoast-SEO-for-Magento2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FYoast%2FYoast-SEO-for-Magento2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYoast%2FYoast-SEO-for-Magento2/lists"}