Farihaf Posted December 18, 2008 Posted December 18, 2008 Hi I want to know how I write sitemap.xml file sitemap.xml : <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0....p.xsd"> <!-- created with Free Online Sitemap Generator www.xml-sitemaps.com --> <url> <loc>http://www.website.com/url.aspx</loc> <priority>1.00</priority> <changefreq>daily</changefreq> </url> <url> <loc>www.website.com/url2.aspx</loc> <priority>0.80</priority> <changefreq>daily</changefreq> </url> <url> <loc>www.website.com/ur3.aspx</loc> <priority>0.60</priority> <changefreq>daily</changefreq> </url> </urlset> I have 80 <url> nodes. problem is <loc> and <priority> text is changing but for <changefreq> value remain same.. Can anybody provide me any solution.. Thks in advance
PsaltyDS Posted December 18, 2008 Posted December 18, 2008 Hi I want to know how I write sitemap.xml file sitemap.xml : <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0....p.xsd"> <!-- created with Free Online Sitemap Generator www.xml-sitemaps.com --> <url> <loc>http://www.website.com/url.aspx</loc> <priority>1.00</priority> <changefreq>daily</changefreq> </url> <url> <loc>www.website.com/url2.aspx</loc> <priority>0.80</priority> <changefreq>daily</changefreq> </url> <url> <loc>www.website.com/ur3.aspx</loc> <priority>0.60</priority> <changefreq>daily</changefreq> </url> </urlset> I have 80 <url> nodes. problem is <loc> and <priority> text is changing but for <changefreq> value remain same.. Can anybody provide me any solution.. Thks in advance Download eltorro's _XMLDOMWrapper.au3 UDF, and the example file from the same page. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now