Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: How to add files to sitemaps?

  1. #1
    cengen is offline Member
    Join Date
    Mar 2009
    Posts
    78

    Default How to add files to sitemaps?

    I have created some external (ie, stand alone pages) that reside on my site to be search engine "landing pages".

    They don't appear in yahooindex.aspx or googleindex.aspx, how can I get a given url added to those files ?

    I am guessing you put a response.write with a 'forced' or static, typed out url in the yahooindex.aspx.cs, and googleindex.aspx.cs files...

    But I am guessing - Can anyone elaborate on this for me?

    Thanks in Advance,

    - Charlie

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    That's right! You can hard-code it into GoogleIndex.aspx.cs for it to appear.

    e.g.
    Response.Write("http://localhost:81/yourpage.aspx");

  3. #3
    cengen is offline Member
    Join Date
    Mar 2009
    Posts
    78

    Thumbs up thanks for the help Alfred

    I appriciate your quick reply.

    Sincerely,

    - Charlie