{"id":23007766,"url":"https://github.com/joppedc/syliusbetterseoplugin","last_synced_at":"2025-08-14T03:31:54.666Z","repository":{"id":35163091,"uuid":"213461067","full_name":"JoppeDC/SyliusBetterSeoPlugin","owner":"JoppeDC","description":"SEO Plugin for Sylius products and taxons","archived":false,"fork":false,"pushed_at":"2023-04-03T10:20:06.000Z","size":100,"stargazers_count":22,"open_issues_count":4,"forks_count":22,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-09T15:46:22.642Z","etag":null,"topics":["php","seo-optimization","sylius","sylius-plugin","symfony"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JoppeDC.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2019-10-07T18:48:25.000Z","updated_at":"2023-04-03T10:18:39.000Z","dependencies_parsed_at":"2022-07-16T23:31:04.299Z","dependency_job_id":null,"html_url":"https://github.com/JoppeDC/SyliusBetterSeoPlugin","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoppeDC%2FSyliusBetterSeoPlugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoppeDC%2FSyliusBetterSeoPlugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoppeDC%2FSyliusBetterSeoPlugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoppeDC%2FSyliusBetterSeoPlugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoppeDC","download_url":"https://codeload.github.com/JoppeDC/SyliusBetterSeoPlugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229795852,"owners_count":18125300,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["php","seo-optimization","sylius","sylius-plugin","symfony"],"created_at":"2024-12-15T08:16:56.206Z","updated_at":"2024-12-15T08:16:56.794Z","avatar_url":"https://github.com/JoppeDC.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://sylius.com\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://demo.sylius.com/assets/shop/img/logo.png\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/JoppeDC/SyliusBetterSeoPlugin/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/JoppeDC/SyliusBetterSeoPlugin/?branch=master)\n[![Build Status](https://travis-ci.org/JoppeDC/SyliusBetterSeoPlugin.svg?branch=master)](https://travis-ci.org/JoppeDC/SyliusBetterSeoPlugin)\n\n\u003ch1 align=\"center\"\u003eSylius Better SEO Plugin\u003c/h1\u003e\n    \n\u003cp align=\"center\"\u003e\n\n  - Adds configurable SEO meta tags, image and Google rich snippets to product pages.\n  \n  - Adds configurable SEO meta tags and image to taxon pages.\n  \n\u003c/p\u003e\n\n## Installation \n\n1. Require plugin with composer:\n\n    ```bash\n    composer require joppedc/sylius-better-seo-plugin:^1.0\n    ```\n\n2. Add plugin class to your `bundles.php`.\n\n    ```php\n    JoppeDc\\SyliusBetterSeoPlugin\\SyliusBetterSeoPlugin::class =\u003e ['all' =\u003e true],\n    ```\n\n    or `appkernel.php`\n\n    ```php\n    $bundles = [\n       new \\JoppeDc\\SyliusBetterSeoPlugin\\SyliusBetterSeoPlugin(),\n    ];\n    ```\n   \n\n3. Import resources:\n\n    ```yaml\n    imports:\n        - { resource: \"@SyliusBetterSeoPlugin/Resources/config/config.yaml\" }\n    ```\n\n4. Override Product and Taxon resource:\n\n    You need to add `HasSeoInterface` and add `SeoTrait` to Product and Taxon entity.\n\n    ```yaml\n    sylius_product:\n        resources:\n            product:\n                classes:\n                    model: App\\Entity\\Product\n    \n    sylius_taxonomy:\n        resources:\n            taxon:\n                classes:\n                    model: App\\Entity\\Taxon\n    ```\n   \n5. Finish the installation by updating the database schema\n\n    ```\n    $ bin/console doctrine:migrations:diff\n    $ bin/console doctrine:migrations:migrate\n    ```\n\n\n## Examples\n\n\u003cimg align=\"center\" src=\"https://imgur.com/wTZtSDa.jpg\" alt=\"Kitten\" title=\"Google Preview\" height=\"150\" \u003e\n\u003cimg align=\"center\" src=\"https://imgur.com/wvLt5em.jpg\" alt=\"Kitten\" title=\"Facebook Preview\" height=\"150\" \u003e\n\u003cimg align=\"center\" src=\"https://imgur.com/hMNvu2C.jpg\" alt=\"Kitten\" title=\"Twitter Preview\" height=\"150\" \u003e\n\n## Documentation\n\n* [Local development](docs/LOCAL_DEVELOPMENT.md)\n\n## License\n\n[The MIT License (MIT)](LICENSE)\n\nCopyright © 2019 Joppe De Cuyper\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoppedc%2Fsyliusbetterseoplugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoppedc%2Fsyliusbetterseoplugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoppedc%2Fsyliusbetterseoplugin/lists"}