Google Sitemap Lite
Create a google site map for structure [EE2, EE3], Taxonomy [EE2] or Navee [EE2]
Make sure your system meets the minimum requirements:
- ExpressionEngine 2.10.x or 3.1.x later
- PHP 5.3
- Upload the folders to the right folder according the downloaded ZIP structure
- Install the module in Add-Ons → Modules
- Backup the Files and the Database
- Remove the old module files (both system and themes)
- Place the new files in the right folders
- Navigatie to the module page and trigger the update proces, by clicking on the "module update" buttondule page and trigger the update proces, by clicking on the "module update" buttonoces, by clicking on the "module update" button
To create an XML template, use the following steps.
- Create a new template called
sitemap
- Set the type for this template to
XML
- Place the tag in the template
Now the template generate a XML sitemap bases on the structure pages.
{exp:google_sitemap_lite:generate}
Below are the Tag Parameters. Those parameters can be used in the tag described above
Include or exclude the listings. (Only for "Structure")
mode="all [or] pages" Default to all
Use the hide_from_nav option. (Only for "Structure")
use_hide_from_nav="yes [or] no" Default to no
What data will be converted to a XML sitemap
type="taxonomy [or] structure [or] navee"
Which menu wil be converted. (Only for "Taxonomy/Navee")
nav_id=""
Which site_id from getting the information.Default this will be the site where you currently on
site_id=""
Sitemap change frequency
changefreq="weekly"
changefreq_listing="daily" (Structure only)
Sitemap Priority
prio='0.8'
prio_listing="0.5" (Structure only)
prio_homepage="1" (Just for the homepage)
- Bugfix : Fix bug for exclude in structure
- Added : exclude param
- Updated : trailing slash support for structure
- Bugfix : where there are duplicated homepages
- Added : escape the loc var
- Added : changefreq="" param
- Added : changefreq_listing="" param
- Added : prio="" param
- Added : prio_listing="" param
- Added : prio_homepage="" param
- Added : Respect structure 'Add Trailing Slash'
- Added : Include root site url in the sitemap
- Bugfix : where the hide_from_nav function was not working
- Added : the use of structure hide_from_nav param
- Added : support to show all navigations for Navee and Taxonomy
- Bugfix : minor
- Bugfix : where the index.php was set, the plugin give in the structure mode a MySQL error
- Bugfix : where the modify date is 'array' for the structure sitemap.
- Bugfix : where taxonomy file is loaded even when it is not there.
- Support for Navee and Taxonomy.