diff --git a/administrator/components/com_schuweb_sitemap/language/en-GB/en-GB.com_schuweb_sitemap.ini b/administrator/components/com_schuweb_sitemap/language/en-GB/en-GB.com_schuweb_sitemap.ini
index 73acf01..7950e52 100755
--- a/administrator/components/com_schuweb_sitemap/language/en-GB/en-GB.com_schuweb_sitemap.ini
+++ b/administrator/components/com_schuweb_sitemap/language/en-GB/en-GB.com_schuweb_sitemap.ini
@@ -36,7 +36,9 @@ DATE_NEVER="Never"
SCHUWEB_SITEMAP_INTROTEXT_LABEL="Intro Text"
SCHUWEB_SITEMAP_INTROTEXT_DESC="Enter the text that will be displayed above the site map"
SCHUWEB_SITEMAP_PRIORITY="Priority"
+SCHUWEB_SITEMAP_PRIORITY_DESC="The priority of this URL relative to other URLs on your site. Valid values range from 0.0 to 1.0. This value does not affect how your pages are compared to pages on other sites—it only lets the search engines know which pages you deem most important for the crawlers. The default priority of a page is 0.5. Please note that the priority you assign to a page is not likely to influence the position of your URLs in a search engine's result pages. Search engines may use this information when selecting between URLs on the same site, so you can use this tag to increase the likelihood that your most important pages are present in a search index. Also, please note that assigning a high priority to all of the URLs on your site is not likely to help you. Since the priority is relative, it is only used to select between URLs on your site."
SCHUWEB_SITEMAP_CHANGE_FREQUENCY="Change Frequency"
+SCHUWEB_SITEMAP_CHANGE_FREQUENCY_DESC="How frequently the page is likely to change. This value provides general information to search engines and may not correlate exactly to how often they crawl the page. Valid values are: always, hourly, daily, weekly, monthly, yearly, never. The value "always" should be used to describe documents that change each time they are accessed. The value "never" should be used to describe archived URLs. Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers may consider this information when making decisions, they may crawl pages marked "hourly" less frequently than that, and they may crawl pages marked "yearly" more frequently than that. Crawlers may periodically crawl pages marked "never" so that they can handle unexpected changes to those pages."
SCHUWEB_SITEMAP_PAGE_ADD_SITEMAP="New Sitemap"
SCHUWEB_SITEMAP_PAGE_EDIT_SITEMAP="Edit Sitemap"
SCHUWEB_SITEMAP_SITEMAP_DETAILS_FIELDSET="Sitemap Details"
diff --git a/administrator/components/com_schuweb_sitemap/models/forms/sitemap.xml b/administrator/components/com_schuweb_sitemap/models/forms/sitemap.xml
index f6ecf52..f774639 100644
--- a/administrator/components/com_schuweb_sitemap/models/forms/sitemap.xml
+++ b/administrator/components/com_schuweb_sitemap/models/forms/sitemap.xml
@@ -312,6 +312,28 @@
+
+
+
+
+
+
+
+