Name: Easy Joomla Sitemap - Version: 3.1.0-FREE / 3.2.0.0-PRO / 4.0.1.1-PRO - Type: Component - License: GPLv3
Description: Sitemap component for Joomla! that creates XML sitemaps
Overview of all downloads of the extension: EJS - Easy Joomla Sitemap Downloads
Creates an XML sitemap to help search engines index the entire Joomla! site
Easy Joomla Sitemap is a sitemap component for Joomla! that creates XML sitemaps of the website. The component collects all internal pages and generates a complete URL list. The list can be edited manually, and with one click the XML sitemap is created.
You may find more information about sitemaps and the protocol on sitemaps.org.
Features
- Creates an XML sitemap from a list of collected URLs
- Collects internal URLs into an editable list
- Overview list of internal pages with HTTP status code
- Collects an unlimited amount of URLs (PRO) / up to 100 URLs (FREE)
- Collection process setup - execution time, amount of collected URLs, request timeout (PRO)
- Optional backup of an existing sitemap file
- Automatic calculation of the URL priority (PRO)
- Sets the current date for "lastmod" attribute (PRO)
- Sets a default change frequency (PRO)
- Valid sitemap in XML format according to the official sitemap protocol by Google
- Sitemap protocol is supported by all major search engines, like Google, Bing, Yahoo and others
Installation
Install the extension in the backend under Extensions - Manage - Install. Open the dashboard overview in Components - Easy Joomla Sitemap (Pro).
Easy Joomla Sitemap - Collection Process
Easy Joomla Sitemap - Overview
Easy Joomla Sitemap - Settings
Cronjob - Automatic sitemap updates with the help of scheduled tasks
CLI script
After installing the Pro version, the CLI script is available in the cli folder of the Joomla! instance. Use the script to collect pages and to create the sitemap.xml through the command line directly on the server. With the help of crontab you can create cron jobs to automate this process.
Usage in the terminal on the server:
php path/to/joomla/root/cli/ejsCli.php x
Argument x can be: 1 - Collect URLs and create sitemap.xml, 2 - Collect pages, 3 - Create sitemap.xml. The default value is 1 if no argument is provided!
Example for a crontab entry to collect all URLs and update the sitemap.xml daily at midnight. Open with the cron utility with crontab -e
and enter the code with the correct path of your Joomla! installation. Do not forget to restart this service after you've saved the file:
0 0 * * * php path/to/joomla/root/cli/ejsCli.php 1
Changelog
Joomla! 4.x
Version 4.0.1.1-PRO - 2022-02-17
- ^ Updated search tools output of the backend component due to the path change to the CSS file in Joomla! 4.1
Version 4.0.1.0-PRO - 2021-11-17
- + Added the built-in Download Key Manager support to enter your Pro Update ID without installing the update helper plugin.
Important: Please copy your personal Pro Update ID using the second copy button in the Pro ID Manager and enter the key in System - Update - Update Sites - Select the entry of the Pro extension and enter the ID into the Download Key field. - ^ Code optimisations
Version 4.0.0.0-PRO - 2021-10-16
- + First Pro release for Joomla! 4.x based on EJS Pro version 3.2.0.0-PRO
- + Added system plugin for CLI commands:
sitemap:collect
,sitemap:create
andsitemap:collectCreate
Usage via the command line:php cli/joomla.php COMMAND
- Replace COMMAND with one of the commands above!
You need to enable the plugin "Easy Joomla Sitemap Pro - EJS CLI" to activate the CLI commands! - ! Removed CLI standalone script
Joomla! 3.x
Version 3.2.0.0-PRO - 2021-05-17
- + CLI script - Added a command-line script to completely automate the collection of URLs and creation of the sitemap.
Usage in the terminal on the sever:
Argument x can be: 1 - Collect URLs and create sitemap.xml, 2 - Collect pages, 3 - Create sitemap.xml. Default value is 1 if no argument is provided!php path/to/joomla/root/cli/ejsCli.php x
- ^ Changed the version number specification. The first number stands for the supported major Joomla! version. The following three numbers follow the Semantic Versioning Specification (SemVer), as it used to be previously.
Version 3.1.0-FREE - 2020-12-21
- + Passed Time - The time how long the collection process is currently running is displayed in the modal window.
- + Purge Button - With the Purge button, all collected URLS are deleted directly.
Version 3.1.0-PRO - 2020-12-20
- + Skip Query URLs - URLs with query parameters (?x=y) are not collected if this option is enabled.
- + Passed Time - The time how long the collection process is currently running is displayed in the modal window.
- + Purge Button - With the Purge button, all collected URLS are deleted directly.
Version 3.0.0-FREE - 2020-12-01
- + First release for Joomla! 3.x based on 3.0.0-PRO
- Note: The Free version is limited to 100 URLs. You can collect unlimited URLs in the Pro version!
Version 3.0.0-PRO - 2020-11-24
- + First release for Joomla! 3.x
Download
Overview of all downloads of the extension: EJS - Easy Joomla Sitemap Downloads