{"id":25519677,"url":"https://github.com/aligent/magento2-sitemap-extension","last_synced_at":"2025-04-11T00:32:56.502Z","repository":{"id":147938189,"uuid":"619366338","full_name":"aligent/magento2-sitemap-extension","owner":"aligent","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-19T06:05:10.000Z","size":62,"stargazers_count":0,"open_issues_count":2,"forks_count":2,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-04-02T23:46:08.784Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aligent.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":"2023-03-27T01:56:45.000Z","updated_at":"2025-03-19T06:03:17.000Z","dependencies_parsed_at":"2024-07-26T05:49:53.518Z","dependency_job_id":null,"html_url":"https://github.com/aligent/magento2-sitemap-extension","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligent%2Fmagento2-sitemap-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligent%2Fmagento2-sitemap-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligent%2Fmagento2-sitemap-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aligent%2Fmagento2-sitemap-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aligent","download_url":"https://codeload.github.com/aligent/magento2-sitemap-extension/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248322770,"owners_count":21084336,"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":[],"created_at":"2025-02-19T17:29:21.189Z","updated_at":"2025-04-11T00:32:56.483Z","avatar_url":"https://github.com/aligent.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Magento 2 Sitemap Module\nThis module is used for magento 2 sitemap xml enhancements. This module is mainly contains following features.\n\n- Ability to exclude CMS Pages from Sitemap XML\n- Ability to exclude Category Pages from Sitemap XML\n- Ability to exclude Product Pages from Sitemap XML\n- Ability to exclude Product Images from Sitemap XML\n- Include custom PWA Pages to Sitemap XML\n\n## Installation\nTo install via composer, simply run:\n\n```bash\ncomposer require aligent/magento2-sitemap-extension\n```\n\n## Configuration and Settings\n\n- ### Ability to exclude CMS Pages from Sitemap\n\n#### Configurations\n    `Stores -\u003e Configuration -\u003e Aligent -\u003e Sitemap -\u003e Exclude CMS Pages from Sitemap`.\n    \n[![Screenshot-from-2023-03-27-17-32-20.png](https://i.postimg.cc/nr6dW3RB/Screenshot-from-2023-03-27-17-32-20.png)](https://postimg.cc/4HQb7QTx)\n\n\n#### CMS Page Settings\n    `Content -\u003e Pages -\u003e Edit -\u003e Sitemap -\u003e Show in Sitemap`.\n    \n[![Screenshot-from-2023-03-27-17-34-32.png](https://i.postimg.cc/7LVL9csG/Screenshot-from-2023-03-27-17-34-32.png)](https://postimg.cc/zLy5Xd18)    \n\n\n#### Required Steps to exclude CMS Pages from Sitemap\n\n- Set `Exclude CMS Pages from Sitemap` configuration field value to \"Yes\"\n- Set `Show in Sitemap` CMS page(s) value to \"No\"\n\n- ### Ability to exclude Category Pages from Sitemap\n\n#### Configurations \n    `Stores -\u003e Configuration -\u003e Aligent -\u003e Sitemap -\u003e Exclude Category Pages from Sitemap`.\n\n[![Screenshot-from-2023-03-27-17-32-20.png](https://i.postimg.cc/nr6dW3RB/Screenshot-from-2023-03-27-17-32-20.png)](https://postimg.cc/4HQb7QTx)\n\n#### Category Attribute Settings\n    `Catalog -\u003e Categories -\u003e Sitemap -\u003e Show in Sitemap`.\n\n[![Screenshot-from-2023-03-27-17-33-48.png](https://i.postimg.cc/mkqkMHdm/Screenshot-from-2023-03-27-17-33-48.png)](https://postimg.cc/BPTJfXfF)\n\n#### Required Steps to exclude Category Pages from Sitemap\n\n- Set `Exclude Category Pages from Sitemap` configuration field value to \"Yes\"\n- Set `Show in Sitemap` Category attribute value(s) to \"No\"\n\n- ### Ability to exclude Product Pages from Sitemap\n\n#### Configurations\n    `Stores -\u003e Configuration -\u003e Aligent -\u003e Sitemap -\u003e Exclude Product Pages from Sitemap`.\n\n[![Screenshot-from-2023-03-27-17-32-20.png](https://i.postimg.cc/nr6dW3RB/Screenshot-from-2023-03-27-17-32-20.png)](https://postimg.cc/4HQb7QTx)\n\n#### Product attribute Settings\n    `Catalog -\u003e Products -\u003e Edit -\u003e Search Engine Optimization  -\u003e Show in Sitemap`.\n\n[![Screenshot-from-2023-03-27-17-32-53.png](https://i.postimg.cc/RVVLT5gf/Screenshot-from-2023-03-27-17-32-53.png)](https://postimg.cc/4nqcJMkN)\n\n\n#### Required Steps to exclude Product Pages from Sitemap\n\n- Set `Exclude Product Pages from Sitemap` configuration field value to \"Yes\"\n- Set `Show in Sitemap` Product attribute value(s) to \"No\"\n\n\n- ### Ability to exclude Product Images from Sitemap\n\n#### Configurations\n    `Stores -\u003e Configuration -\u003e Aligent -\u003e Sitemap -\u003e Exclude Product Images from Sitemap`.\n\n[![Screenshot-from-2023-03-27-17-32-20.png](https://i.postimg.cc/nr6dW3RB/Screenshot-from-2023-03-27-17-32-20.png)](https://postimg.cc/4HQb7QTx)\n\n#### Required Steps to exclude Product Images from Sitemap\n\n- Set `Exclude Product Images from Sitemap` configuration field value to \"Yes\"\n\n\n- ### Include custom PWA Pages to Sitemap\n\n#### Configurations\n    `Stores -\u003e Configuration -\u003e Aligent -\u003e Sitemap -\u003e Include PWA Pages to Sitemap`.\n\n    `Stores -\u003e Configuration -\u003e Aligent -\u003e Sitemap -\u003e Sitemap Base Url`.\n\n    `Stores -\u003e Configuration -\u003e Aligent -\u003e Sitemap -\u003e PWA Pages Url Key`.\n    \n[![Screenshot-from-2023-03-27-17-32-20.png](https://i.postimg.cc/nr6dW3RB/Screenshot-from-2023-03-27-17-32-20.png)](https://postimg.cc/4HQb7QTx)    \n\n#### Required Steps to include custom PWA Pages to Sitemap\n\n- Set `Include PWA Pages to Sitemap` configuration field value to \"Yes\"\n- Define url key's for PWA pages using `PWA Pages Url Key` configuration table\n- Define pwa site url for `Sitemap Base Url` configuration.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faligent%2Fmagento2-sitemap-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faligent%2Fmagento2-sitemap-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faligent%2Fmagento2-sitemap-extension/lists"}