I have wrote some ASP code that reads a rss file that contains a brief overview of my latest news and displays it on the page. Each article in my latest news links to another xml with the full news item in it.
The links in latest news file are ?xml=http://www.domain.com/news1.xml and my asp uses Request servername and URL then concatinates this with querystring 'xml' so that I can just use the one ASP page to read all the news feeds.
In theory this works fine I can drill down into the various news items, however the ASP page has now been spidered by the various search engines twice but only the
page has been spiders and not
even though on other pages on my site pages have been indexed twice depending on the querystring involved.
As I am creating an ASP as opposed to spidering the actual XML does any know why I am not getting spidered when my link includes a querystring?
Many thanks in advance
You are not permitted to post messages in this forum or topic, because of one or more of the following reasons:
You have not yet logged in, or registered properly as a member
You are a member, but no longer have posting rights.
This is a private forum, for which you do not have permissions.
If you are a recent member, it's possible that you simply have not yet confirmed your account. Please
check your email for a message entitled 'JimWorld Forums: Confirm Your Account' and follow the instructions
contained within.
If you are still experiencing problem, please read the
Login Assistance
Article for some advice on what may be causing your login not to work properly.