What is the criterion for the setting priority sitemap built in ExpressionEngine?
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
June 30, 2014 3:28am
Subscribe [2]#1 / Jun 30, 2014 3:28am
What is the criterion for the setting priority sitemap built in ExpressionEngine?
#2 / Jun 30, 2014 9:42am
Can you rephrase the question or provide more detail? I have no idea what you are asking…
#3 / Jun 30, 2014 11:47am
This is my xml sitemap:
<urlset >
<url>
<loc>{path='informazioni'}</loc>
{exp:channel:entries channel="informazioni" orderby="edit_date" sort="desc" limit="1" }
<lastmod>{edit_date format="%Y-%m-%d"}</lastmod>
{/exp:channel:entries}
<changefreq>weekly</changefreq>
1</priority>
</url>
<url>
<loc>{path='informazioni/sodalite-blu'}</loc>
{exp:channel:entries channel="sodalite_blu" orderby="edit_date" sort="desc" limit="1" }
<lastmod>{edit_date format="%Y-%m-%d"}</lastmod>
{/exp:channel:entries}
<changefreq>weekly</changefreq>
1</priority>
</url>
<url>
<loc>{path='prodotti'}</loc>
{exp:channel:entries channel="prodotti" orderby="edit_date" sort="desc" limit="1" }
<lastmod>{edit_date format="%Y-%m-%d"}</lastmod>
{/exp:channel:entries}
<changefreq>weekly</changefreq>
1</priority>
</url>
.................... ecc.
#4 / Jun 30, 2014 11:48am
OK…and?
#5 / Jun 30, 2014 11:54am
What is the criterion for the setting priority?
The priority ranges from 1 to what?
What will change with different priority numbers?
Genaral Information wanted because it is the first xml sitemap that I do ExpressionEngine.
#6 / Jun 30, 2014 11:56am
You’d have to research the XML spec for that - it’s not really an ExpressionEngine issue.
#7 / Jun 30, 2014 12:00pm
Thank you.
Very nice.