{"id":26227007,"url":"https://github.com/blopa/magento-2-custom-meta-tags","last_synced_at":"2026-07-13T10:31:26.951Z","repository":{"id":277721626,"uuid":"933301940","full_name":"blopa/magento-2-custom-meta-tags","owner":"blopa","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-15T16:32:11.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-11T06:03:35.227Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blopa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-15T16:28:01.000Z","updated_at":"2025-02-23T16:47:09.000Z","dependencies_parsed_at":"2025-02-15T17:28:31.844Z","dependency_job_id":"cb185119-53ba-4076-b368-d3cf03048a93","html_url":"https://github.com/blopa/magento-2-custom-meta-tags","commit_stats":null,"previous_names":["blopa/magento-2-custom-meta-tags"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blopa/magento-2-custom-meta-tags","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopa%2Fmagento-2-custom-meta-tags","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopa%2Fmagento-2-custom-meta-tags/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopa%2Fmagento-2-custom-meta-tags/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopa%2Fmagento-2-custom-meta-tags/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blopa","download_url":"https://codeload.github.com/blopa/magento-2-custom-meta-tags/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blopa%2Fmagento-2-custom-meta-tags/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35420322,"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-13T02:00:06.543Z","response_time":119,"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":"2025-03-12T19:32:34.801Z","updated_at":"2026-07-13T10:31:26.933Z","avatar_url":"https://github.com/blopa.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Werules_MetaTags\n\nA **Magento 2** module to manage meta tags dynamically through the Admin Panel. This module leverages Magento's dynamic rows functionality to allow you to create as many meta tags as you want for your store’s `\u003chead\u003e` section.\n\n## Key Features\n\n1. **Infinite Meta Tags**  \n   Use the Magento admin configuration to add multiple `\u003cmeta\u003e` name and content pairs.\n2. **Enable/Disable**  \n   Easily toggle the entire feature on or off in the configuration.\n3. **Automatic Serialization**  \n   Configuration data is stored with Magento’s serialized/config backend model, preventing array-to-string conversion errors.\n\n## Installation\n\n1. **Download/Clone** this repository and place it under `app/code/Werules/MetaTags/`.\n2. Run the following commands from your Magento root directory:\n   ```bash\n   bin/magento setup:upgrade\n   bin/magento cache:flush\n   ```\n3. Verify that the module is enabled:\n   ```bash\n   bin/magento module:status\n   ```\n   If disabled, enable it:\n   ```bash\n   bin/magento module:enable Werules_MetaTags\n   bin/magento setup:upgrade\n   bin/magento cache:flush\n   ```\n\n## Usage\n\n1. In the Magento admin panel, go to **Stores** \u003e **Configuration**.\n2. Under the **Werules** tab, choose **Meta Tags Settings**.\n3. Toggle **Enable Meta Tags** to **Yes**.\n4. In **Meta Tags**, use the **Add Meta Tag** button to create an unlimited number of meta name/content pairs (e.g., `google-adsense-account` and `ca-pub-xxxx`).\n5. Click **Save Config**.\n6. Refresh your store’s frontend page and check the `\u003chead\u003e` to verify the tags.\n\n## Directory Structure\n\n```\napp/code/Werules/MetaTags/\n├── Block/\n│   ├── Adminhtml/\n│   │   └── System/\n│   │       └── Config/\n│   │           └── Field/\n│   │               └── MetaTags.php\n│   └── Meta.php\n├── etc/\n│   ├── adminhtml/\n│   │   └── system.xml\n│   ├── di.xml\n│   ├── module.xml\n├── view/\n│   └── frontend/\n│       └── layout/\n│           └── default.xml\n│       └── templates/\n│           └── meta.phtml\n├── composer.json\n└── registration.php\n```\n\n## Contributing\n\nFeel free to open **issues** or **pull requests**. Any contribution to improving this project is welcome!\n\n## License\n\nThis project is released under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblopa%2Fmagento-2-custom-meta-tags","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblopa%2Fmagento-2-custom-meta-tags","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblopa%2Fmagento-2-custom-meta-tags/lists"}