Our RSS feed from WA to LinkedIN is not working.
LinkedIn recommends validating the RSS feed.
When I try to Validate at validator.w3.org i get the following
Notes and Potential Issues
The following notes and warnings highlight missing or conflicting information which caused the validator to perform some guesswork prior to validation. If the guess or fallback is incorrect, it could make validation results entirely incoherent. It is highly recommended to check these potential issues, and, if necessary, fix them and re-validate the document.
-
Missing "charset" attribute for "text/xml" document.
The HTTP Content-Type header (text/xml) sent by your web server (Microsoft-IIS/6.0) did not contain a "charset" parameter, but the Content-Type was one of the XML text/* sub-types.
The relevant specification (RFC 3023) specifies a strong default of "us-ascii" for such documents so we will use this value regardless of any encoding you may have indicated elsewhere.
If you would like to use a different encoding, you should arrange to have your server send this new encoding information.
Michael McConnell