Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
The razor version has a copy/paste error in the script.
@if (node.SearchEngineSitemapChangeFreq.ToString() != ""){ <changefreq>@node.SearchEngineSitemapChangeFreq</changefreq>}@if (node.SearchEngineSitemapPriority.ToString() != ""){ <changefreq>@node.SearchEngineSitemapPriority</changefreq>}
The bold highlighted above should be <priority> and </priority>
Fixed in v 1.0.2 (just released). Thanks for the report!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Razor version "priority" bug
The razor version has a copy/paste error in the script.
@if (node.SearchEngineSitemapChangeFreq.ToString() != "")
{
<changefreq>@node.SearchEngineSitemapChangeFreq</changefreq>
}
@if (node.SearchEngineSitemapPriority.ToString() != "")
{
<changefreq>@node.SearchEngineSitemapPriority</changefreq>
}
The bold highlighted above should be <priority> and </priority>
Fixed in v 1.0.2 (just released). Thanks for the report!
is working on a reply...