diff --git a/typo3/sysext/seo/Tests/Functional/Fixtures/pages-sitemap.xml b/typo3/sysext/seo/Tests/Functional/Fixtures/pages-sitemap.xml index 633d377a1279..56f94a829561 100644 --- a/typo3/sysext/seo/Tests/Functional/Fixtures/pages-sitemap.xml +++ b/typo3/sysext/seo/Tests/Functional/Fixtures/pages-sitemap.xml @@ -132,6 +132,15 @@ 0 1 + + 18 + 1 + Sitemap priority 1.0 + 1491811200 + /sitemap-priority-1 + 0 + 1.0 + 100 0 diff --git a/typo3/sysext/seo/ext_tables.sql b/typo3/sysext/seo/ext_tables.sql index c4c7b4751ec5..ea1fcba891d2 100644 --- a/typo3/sysext/seo/ext_tables.sql +++ b/typo3/sysext/seo/ext_tables.sql @@ -13,6 +13,6 @@ CREATE TABLE pages ( twitter_image int(11) unsigned DEFAULT '0' NOT NULL, twitter_card varchar(255) DEFAULT '' NOT NULL, canonical_link varchar(2048) DEFAULT '' NOT NULL, - sitemap_priority decimal(1,1) DEFAULT '0.5' NOT NULL, + sitemap_priority decimal(2,1) DEFAULT '0.5' NOT NULL, sitemap_changefreq varchar(10) DEFAULT '' NOT NULL, );