{"id":13518858,"url":"https://github.com/staempfli/magento2-module-seo","last_synced_at":"2026-01-14T00:02:12.153Z","repository":{"id":44744369,"uuid":"113583012","full_name":"staempfli/magento2-module-seo","owner":"staempfli","description":"Magento 2 Module for Search Engine Optimization","archived":false,"fork":false,"pushed_at":"2022-01-27T13:15:11.000Z","size":1158,"stargazers_count":98,"open_issues_count":2,"forks_count":27,"subscribers_count":17,"default_branch":"develop","last_synced_at":"2025-09-28T21:39:02.503Z","etag":null,"topics":["magento2","magento2-module","opengraph","seo","seo-optimization","twitter-cards"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/staempfli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-08T14:28:58.000Z","updated_at":"2025-09-04T14:18:23.000Z","dependencies_parsed_at":"2022-08-26T05:01:35.294Z","dependency_job_id":null,"html_url":"https://github.com/staempfli/magento2-module-seo","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/staempfli/magento2-module-seo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staempfli%2Fmagento2-module-seo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staempfli%2Fmagento2-module-seo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staempfli%2Fmagento2-module-seo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staempfli%2Fmagento2-module-seo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/staempfli","download_url":"https://codeload.github.com/staempfli/magento2-module-seo/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/staempfli%2Fmagento2-module-seo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28406468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["magento2","magento2-module","opengraph","seo","seo-optimization","twitter-cards"],"created_at":"2024-08-01T05:01:50.037Z","updated_at":"2026-01-14T00:02:12.118Z","avatar_url":"https://github.com/staempfli.png","language":"PHP","funding_links":[],"categories":["PHP","Open Source Extensions"],"sub_categories":["Marketing"],"readme":"# Magento 2 Search Engine Optimization\n[![Project Status: Abandoned – Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.](http://www.repostatus.org/badges/latest/abandoned.svg)](http://www.repostatus.org/#abandoned)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/7efcb7346522430a85e5dd5298ebe9ff)](https://www.codacy.com/app/Staempfli/magento2-module-seo?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=staempfli/magento2-module-seo\u0026amp;utm_campaign=Badge_Grade)\n[![Build Status](https://travis-ci.org/staempfli/magento2-module-seo.svg?branch=master)](https://travis-ci.org/staempfli/magento2-module-seo)\n[![Maintainability](https://api.codeclimate.com/v1/badges/7c22812c1bfe894a2e00/maintainability)](https://codeclimate.com/github/staempfli/magento2-module-seo/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/7c22812c1bfe894a2e00/test_coverage)](https://codeclimate.com/github/staempfli/magento2-module-seo/test_coverage)\n\nMagento 2 Module to Improve Search Engine Optimization (SEO) on your Magento site.\n\n\n## Installation\n\nInstall the module via composer like so:\n\n```sh\ncomposer require staempfli/magento2-module-seo\n```\n\nFor Magento 2.1.x use release [1.6.1](https://github.com/staempfli/magento2-module-seo/releases/tag/1.6.1)\n\n```sh\ncomposer require staempfli/magento2-module-seo:1.6.1\n```\n\n\n## Usage\n\nThe Module will automatically optimize and improve the performance of your Magento-based store in Search Engines.\n\nBy Adding: \n\n- [TwitterCards](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started)\n   - For CMS Pages\n        ```html\n        \u003cmeta name=\"twitter:title\" content=\"Home page\" /\u003e\n        \u003cmeta name=\"twitter:description\" content=\"CMS homepage content goes here.\" /\u003e\n        \u003cmeta name=\"twitter:url\" content=\"http://example.com/\" /\u003e\n        \u003cmeta name=\"twitter:card\" content=\"summary\" /\u003e\n        \u003cmeta name=\"twitter:site\" content=\"@StaempfliWeb\" /\u003e\n        \u003cmeta name=\"twitter:creator\" content=\"@mhauri\" /\u003e\n        ```\n\n    - For Categories\n        ```html\n        \u003cmeta name=\"twitter:title\" content=\"Demo Category\" /\u003e\n        \u003cmeta name=\"twitter:url\" content=\"http://example.com/demo-category.html\" /\u003e\n        \u003cmeta name=\"twitter:description\" content=\"This is a Demo Category\" /\u003e\n        \u003cmeta name=\"twitter:image\" content=\"http://example.com/media/catalog/category/demo.png\" /\u003e\n        \u003cmeta name=\"twitter:card\" content=\"summary\" /\u003e\n        \u003cmeta name=\"twitter:site\" content=\"@StaempfliWeb\" /\u003e\n        \u003cmeta name=\"twitter:creator\" content=\"@mhauri\" /\u003e\n        ```\n\n    - For Products\n        ```html\n        \u003cmeta name=\"twitter:title\" content=\"Demo Product\" /\u003e\n        \u003cmeta name=\"twitter:description\" content=\"Demo Product Short Description\" /\u003e\n        \u003cmeta name=\"twitter:image\" content=\"http://example.com/media/catalog/product/cache/0f831c1845fc143d00d6d1ebc49f446a/o/p/demo.png\" /\u003e\n        \u003cmeta name=\"twitter:url\" content=\"http://example.com/demo-product.html\" /\u003e\n        \u003cmeta name=\"twitter:card\" content=\"summary\" /\u003e\n        \u003cmeta name=\"twitter:site\" content=\"@StaempfliWeb\" /\u003e\n        \u003cmeta name=\"twitter:creator\" content=\"@mhauri\" /\u003e\n        ```\n    \n- [Structured Data](http://ogp.me/)\n\n    - For CMS Pages\n        ```html\n        \u003cmeta property=\"og:title\" content=\"Home page\" /\u003e\n        \u003cmeta property=\"og:description\" content=\"CMS homepage content goes here.\" /\u003e\n        \u003cmeta property=\"og:url\" content=\"http://example.com/\" /\u003e\n        ```\n        \n    - For Categories\n        ```html\n        \u003cmeta property=\"og:title\" content=\"Demo Category\" /\u003e\n        \u003cmeta property=\"og:url\" content=\"http://example.com/demo-category.html\" /\u003e\n        \u003cmeta property=\"og:description\" content=\"This is a Demo Category\" /\u003e\n        \u003cmeta property=\"og:image\" content=\"http://example.com/media/catalog/category/demo.png\" /\u003e\n        ```\n          \n    - For Products\n        ```html\n        \u003cmeta property=\"og:title\" content=\"Demo Product\" /\u003e\n        \u003cmeta property=\"og:description\" content=\"Demo Product Short Description\" /\u003e\n        \u003cmeta property=\"og:image\" content=\"http://example.com/media/catalog/product/cache/0f831c1845fc143d00d6d1ebc49f446a/o/p/demo.png\" /\u003e\n        \u003cmeta property=\"og:url\" content=\"http://example.com/demo-product.html\" /\u003e\n        \u003cmeta property=\"og:type\" content=\"og:product\" /\u003e\n        \u003cmeta property=\"product:price:amount\" content=\"125.5\" /\u003e\n        \u003cmeta property=\"product:price:currency\" content=\"CHF\"/\u003e\n        ```\n\n- [Language annotations](https://support.google.com/webmasters/answer/189077?hl=en)\n    ```html\n    \u003clink rel=\"alternate\" hreflang=\"fr\" href=\"http://example.com/fr/content-pages/demo.html\" /\u003e\n    \u003clink rel=\"alternate\" hreflang=\"en\" href=\"http://example.com/en/content-pages/demo.html\" /\u003e\n    ```\n## Webmaster Tools\nAllowing you to set the verification code in the backend for:\n\n- Google Webmaster Tools\n- Bing Webmaster Tools\n- Pinterest\n- Yandex webmaster Tools\n\n![Search Engine Optimization](docs/assets/configuration.png)\n\n```html\n\u003cmeta name=\"google-site-verification\" content=\"YOUR_GOOGLE_VERIFICATION_CODE\" /\u003e\n\u003cmeta name=\"msvalidate.01\" content=\"YOUR_BING_VERIFICATION_CODE\" /\u003e\n\u003cmeta name=\"p:domain_verify\" content=\"YOUR_PINTEREST_VERIFICATION_CODE\" /\u003e\n\u003cmeta name=\"yandex-verification\" content=\"YOUR_YANDEX_VERIFICATION_CODE\" /\u003e\n```\n\n## Robots (robots.txt)\n\nSee: [Robots Configuration](docs/Robots.md)\n\n## Requirements\n\n- PHP: \u003e 7.0\n- Magento 2.2.x | 2.3.x\n\nSupport\n-------\nIf you have any issues with this extension, open an issue on [GitHub](https://github.com/staempfli/magento2-module-seo/issues).\n\nContribution\n------------\nAny contribution is highly appreciated. The best way to contribute code is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).\n\nDeveloper\n---------\nMarcel Hauri, and all other [contributors](https://github.com/staempfli/magento2-module-seo/contributors)\n\nLicense\n-------\n[Open Software License (\"OSL\") v. 3.0](https://opensource.org/licenses/OSL-3.0)\n\nCopyright\n---------\n(c) 2017, Stämpfli AG\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaempfli%2Fmagento2-module-seo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstaempfli%2Fmagento2-module-seo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstaempfli%2Fmagento2-module-seo/lists"}