Dolphiq / craft3-plugin-sitemap

A craft 3 plugin that provides an easy way to enable and manage an XML sitemap for search engines like Google
MIT License
28 stars 18 forks source link

Sitemap appears empty #18

Open mark-chief opened 6 years ago

mark-chief commented 6 years ago

All that is outputted is:

<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"></sitemapindex>

screen shot 2018-04-16 at 15 40 24

Craft v3.0.2 Sitemap v 1.0.9

jrrdnx commented 4 years ago

Same issue here on Craft v3.5.8 and Sitemap 1.3.0. All sections are enabled, but all that is output in sitemap.xml is:

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"/>