dolphiq / sitemap
Craft 3 plugin that provides an easy way to provide and manage a XML sitemap for search engines like Google and Bing
Installs: 118 770
Dependents: 2
Suggesters: 0
Security: 0
Stars: 28
Watchers: 5
Forks: 18
Open Issues: 21
Type:craft-plugin
Requires
- craftcms/cms: ^3.2.0
- jaybizzle/crawler-detect: 1.*
This package is auto-updated.
Last update: 2024-09-21 15:09:29 UTC
README
Currently the project is DISCONTINUED. However, feel free to fork it and continue its development!
Craft 3 plugin that provides an easy way to enable and manage a XML sitemap for search engines like Google and Bing
Using the XML-sitemap plugin
After the installation, you can find the plugin in the settings section of the Control Panel. You can enable and set the settings per entries section and enable categories in the sitemap.
After saving the desired settings, you can submit the xml url (your site url)/sitemap.xml to the searchengines.
Sitemap structure
The sitemap is compatible with the sitemaps.org protocol.
In version 1.0.9 we added support for alternate languages to give Google a better chance to point to the correct page.
<url>
<loc>https://othersite.local/news/news-item-1</loc>
<priority>0.5</priority>
<changefreq>weekly</changefreq>
<lastmod>2018-02-21T21:09:47+01:00</lastmod>
<xhtml:link rel="alternate" hreflang="en-gb" href="http://dev.craft/news/news-item-1"/>
<xhtml:link rel="alternate" hreflang="en" href="https://othersite.local/news/news-item-1"/>
<xhtml:link rel="alternate" hreflang="nl-nl" href="https://othersite.local/nl/news/news-item-1"/>
<xhtml:link rel="alternate" hreflang="de-ch" href="https://othersite.local/ch/nachrichten/news-item-1"/>
</url>
Requirements
This plugin requires Craft CMS 3.2 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require dolphiq/sitemap
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for XML sitemap.
XML-sitemap Roadmap
- Settings to enable /disable and split the entries in the xml on a site basis (for multi site setup)
- User (custom) url entry section
- Provide a way hide entries from the list
- Add a Ping for search engines
- Display the last 20 visits from search engines
Contributors & Developers
Johan Zandstra - info@dolphiq.nl Brought to you by Dolphiq