In my Sitemap.xml file, I have the following line for every url:
< changefreq > weekly < /changefreq >
But the reality is that most pages don't change very often.
Except there are new pages added to the url http://wordfruit.com/copywriters frequently (sometimes a few new pages a day; other days there might be no new pages or just one or two).
And:
Every day there's a new blog post. So there's a new url each day that begins with http://wordfruit.com/blog/
So, would the following be the correct way to have the sitemap:
-- If I remove the line weekly right throughout the document and simply not have a changefreq reference.
-- Except for the following 2 urls:
and:
http://wordfruit.com/copywriters
...at those 2 urls I would include the line:
< changefreq > daily < /changefreq >
?