quote:I was under the impression that search engines penalized you for duplicate content on your site so I thought that the printer friendly pages might be considered duplicate content?
I just updated the text file to include the forum links.
Hi Podge: The Google sitemap site web is reporting an invalid date on 4 out of 5 of my forums.
I have to go out right now but will look at it in more detail when I return. Just thought I'd let you know in case you or anyone else are also getting the same from Google with your latest sitemap.xmp.asp file.
xml = xml & "<url>" xml = xml & "<loc>" & strForumURL & "forum.asp?FORUM_ID=" & Forum_ID & "</loc>"
if Forum_LAST_POST <> null then xml = xml & "<lastmod>"& ISO8601Date(Forum_LAST_POST) &"</lastmod>" else xml = xml & "<lastmod>"& member8601Date(now(), 1) &"</lastmod>" end if
xml = xml & "<changefreq>daily</changefreq>" xml = xml & "</url>" & vbNewLine
No one has mentioned it yet, so I thought I'd toss this out - since I didn't want my root folder to be script and thus publically-writable, I added the below two lines to the top of my asp file - the result is that when I hit the file it generates a download automatically, and I just re-upload it... just in case some of you would like using this approach. I'm sure several of you have thought of this already...
* The optimist says the cup is half full. The pessimist says it's half empty. But the engineer knows the truth - the cup's design is incorrectly sized.
Has anyone noticed any changes in pages been indexed after they submitted the sitemap?
I have one forum and three websites that i added sitemaps for google but have not noticed any changes although I know there is no gaurentee this does improve listings I was mainly curious. Like does it help that much or what effect it has, how long till the changes took place etc?<