Results 1 to 8 of 8

Thread: how run Google Sitemap Generation

  1. #1
    Join Date
    Sep 2007
    Posts
    7

    Default how run Google Sitemap Generation

    Hello dears ...

    i install my directory well and i work it fine...

    but i have problem to how rum the sitemap ?

    i see here http://www.nicecoder.com/indexu_features.php



    Integrated Google Sitemap Generation :

    Built in support for generating Google sitemap files. Having these sitemaps helps speed up the discovery of your pages by Google, which is an important first step in it quickly crawling and indexing your pages.


    i want to know i can do this ?

  2. #2
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Just visit http://www.yourdomain.com/sitemap.php

    Don't forget to submit your sitemap to Google Sitemaps at http://www.google.com/webmasters/sitemaps/

  3. #3
    Join Date
    Sep 2007
    Posts
    7

    Default

    thanks ...my dear ..

    i ask ...is this the way to run it ....!!!!!

    can any one use it ?....ops....


    second problem :

    when i try to make Spider Link CheckUrl

    and http://localhost/admin/checkurl.php

    this error appear

    Parse error: syntax error, unexpected T_STRING in /home/public_html/dir/admin/checkurl.php on line 174

    is that from server config ? or what ?

  4. #4
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Sure anyone could run it, but they won't see anything other than the message "Sitemap has been generated!". There's no point for anyone to run it as there is nothing anyone can get out of it.

    Are you seriously trying to run the script from localhost? It could matter if you haven't configured your PHP installation correctly (see below)

    Anyways. Check to make sure the script can connect to other sites (using sockets) and that there isn't a firewall or something blocking outgoing connections.

  5. #5
    Join Date
    Sep 2007
    Posts
    7

    Default

    thanks sir for help ...

    no i do not run it on localhost ...i run it at my vps ....

    can you tell me what i do to sure the wrong from what ( server config where ?)

  6. #6
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    Run phpinfo, and search for "sockets"

    You should see something like --enable-sockets which would mean your site would be allowed to connect outbound.

    Another user comes up with this information. In checkurl.php find this code

    Code:
    $url_to_process[] = $site_url . '/admin/geturl.php?url=' . urlencode($reciprocal_url[$k]) . ' ;
    and replace it with this

    Code:
    $url_to_process[] = $site_url . '/admin/geturl.php?url=' . urlencode($reciprocal_url[$k]);

  7. #7
    Join Date
    Sep 2007
    Posts
    7

    Default

    thanks Bruceper for help

    after i make modufacation ...it work well ..

    but when i make this ( If you want to use Link Spider in your web browser, simply click )

    it appear to me alot of site are dow ...when i try to open it from my browser it open well ...what the problem ?

  8. #8
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    It's a connection issue. IndexU will try and see if it can connect and if it can't then it reports that the site is down.

    If it times out it will also report the site as down as well. This may be the issue you are having. There is nothing you can do about timeouts other than to contact your host.

Similar Threads

  1. Google sitemap
    By spin in forum v5.x
    Replies: 12
    Last Post: 05-24-2007, 11:24 PM
  2. Replies: 0
    Last Post: 11-19-2006, 05:54 PM
  3. Google Sitemap Error 1
    By saj in forum v5.x
    Replies: 2
    Last Post: 04-24-2006, 06:32 PM
  4. Google Sitemap error
    By lexpression in forum v5.x
    Replies: 9
    Last Post: 04-14-2006, 07:14 AM
  5. [5.0.1/Addon] Google sitemap
    By dody in forum Blocks and Modification
    Replies: 0
    Last Post: 01-22-2006, 11:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •