From 79a91a4f12ed95dbb7209e19f15ec81503ff8d3c Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Fri, 13 Oct 2017 23:42:19 +0200 Subject: [PATCH] Sitemap settings --- bl-plugins/sitemap/languages/en.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bl-plugins/sitemap/languages/en.json b/bl-plugins/sitemap/languages/en.json index 9be89f24..bb99c485 100644 --- a/bl-plugins/sitemap/languages/en.json +++ b/bl-plugins/sitemap/languages/en.json @@ -2,6 +2,7 @@ "plugin-data": { "name": "Sitemap", - "description": "This plugin generates a sitemap.xml of your site." - } + "description": "This plugin generates a sitemap.xml file, which provides the list of pages on your website, this helps search engines organize and filter content from their website." + }, + "sitemap-url": "Sitemap URL" }