Pagina 1 di 2 1 2 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 19
  1. #1

    come creo per google una site map?

    sapete come fare per creare come creo per google una site map?cioè quel file con quel programmino da scaricare per effettuare una mappa completa del sito?

  2. #2

    Re: come creo per google una site map?

    Originariamente inviato da decori
    sapete come fare per creare come creo per google una site map?cioè quel file con quel programmino da scaricare per effettuare una mappa completa del sito?
    qui scarichi il file
    http://sourceforge.net/project/showf...kage_id=153422

    marall

  3. #3
    ma DOPO averlo scaricato come lo uso?

    ho scaricato lo zippato ma mi dice di copiare il file in "config.xml" ma io come accedo?

    E' mica la cartella all'interno del server quella dello "stato?"

    You should copy this file into "config.xml" and modify it for
    your server.


    inoltre prosegue così
    <?xml version="1.0" encoding="UTF-8"?>
    <!--
    sitemap_gen.py example configuration script

    This file specifies a set of sample input parameters for the
    sitemap_gen.py client.

    You should copy this file into "config.xml" and modify it for
    your server.


    ************************************************** ******* -->


    <!-- ** MODIFY **
    The "site" node describes your basic web site.

    Required attributes:
    base_url - the top-level URL of the site being mapped
    store_into - the webserver path to the desired output file.
    This should end in '.xml' or '.xml.gz'
    (the script will create this file)

    Optional attributes:
    verbose - an integer from 0 (quiet) to 3 (noisy) for
    how much diagnostic output the script gives
    suppress_search_engine_notify="1"
    - disables notifying search engines about the new map
    (same as the "testing" command-line argument.)
    default_encoding
    - names a character encoding to use for URLs and
    file paths. (Example: "UTF-8")
    -->
    <site
    base_url="http://www.example.com/"
    store_into="/var/www/docroot/sitemap.xml.gz"
    verbose="1"
    >

    <!-- ************************************************** ******
    INPUTS

    All the various nodes in this section control where the script
    looks to find URLs.

    MODIFY or DELETE these entries as appropriate for your server.
    ************************************************** ******* -->

    <!-- ** MODIFY or DELETE **
    "url" nodes specify individual URLs to include in the map.

    Required attributes:
    href - the URL

    Optional attributes:
    lastmod - timestamp of last modification (ISO8601 format)
    changefreq - how often content at this URL is usually updated
    priority - value 0.0 to 1.0 of relative importance in your site
    -->
    <url href="http://www.example.com/stats?q=name" />
    <url
    href="http://www.example.com/stats?q=age"
    lastmod="2004-11-14T01:00:00-07:00"
    changefreq="yearly"
    priority="0.3"
    />


    <!-- ** MODIFY or DELETE **
    "urllist" nodes name text files with lists of URLs.
    An example file "example_urllist.txt" is provided.

    Required attributes:
    path - path to the file

    Optional attributes:
    encoding - encoding of the file if not US-ASCII
    -->
    <urllist path="example_urllist.txt" encoding="UTF-8" />


    <!-- ** MODIFY or DELETE **
    "directory" nodes tell the script to walk the file system
    and include all files and directories in the Sitemap.

    Required attributes:
    path - path to begin walking from
    url - URL equivalent of that path

    Optional attributes:
    default_file - name of the index or default file for directory URLs
    -->
    <directory path="/var/www/icons" url="http://www.example.com/images/" />
    <directory
    path="/var/www/docroot"
    url="http://www.example.com/"
    default_file="index.html"
    />


    <!-- ** MODIFY or DELETE **
    "accesslog" nodes tell the script to scan webserver log files to
    extract URLs on your site. Both Common Logfile Format (Apache's default
    logfile) and Extended Logfile Format (IIS's default logfile) can be read.

    Required attributes:
    path - path to the file

    Optional attributes:
    encoding - encoding of the file if not US-ASCII
    -->
    <accesslog path="/etc/httpd/logs/access.log" encoding="UTF-8" />
    <accesslog path="/etc/httpd/logs/access.log.0" encoding="UTF-8" />
    <accesslog path="/etc/httpd/logs/access.log.1.gz" encoding="UTF-8" />


    <!-- ** MODIFY or DELETE **
    "sitemap" nodes tell the script to scan other Sitemap files. This can
    be useful to aggregate the results of multiple runs of this script into
    a single Sitemap.

    Required attributes:
    path - path to the file
    -->
    <sitemap path="/var/www/docroot/subpath/sitemap.xml" />


    <!-- ************************************************** ******
    FILTERS

    Filters specify wild-card patterns that the script compares
    against all URLs it finds. Filters can be used to exclude
    certain URLs from your Sitemap, for instance if you have
    hidden content that you hope the search engines don't find.

    Filters can be either type="wildcard", which means standard
    path wildcards (* and ?) are used to compare against URLs,
    or type="regexp", which means regular expressions are used
    to compare.

    Filters are applied in the order specified in this file.

    An action="drop" filter causes exclusion of matching URLs.
    An action="pass" filter causes inclusion of matching URLs,
    shortcutting any other later filters that might also match.
    If no filter at all matches a URL, the URL will be included.
    Together you can build up fairly complex rules.

    The default action is "drop".
    The default type is "wildcard".

    You can MODIFY or DELETE these entries as appropriate for
    your site. However, unlike above, the example entries in
    this section are not contrived and may be useful to you as
    they are.
    ************************************************** ******* -->


    <filter action="drop" type="wildcard" pattern="*~" />


    <filter action="drop" type="regexp" pattern="/\.[^/]*" />

    </site>

  4. #4
    ...e nelle istruzioni su google si parla di supportare Python. Che cos'è?

  5. #5

  6. #6
    Mega ma come si devono inserire le varie pagine manualmente secondo te? lo hai mai provato , perchè io ho provato ma non le accetta...le pagione vanno inserirte con il prefisso http//:

    per tutte dici ?

    forse è questo l'errore!.....

    Boh! ma come si fa?

  7. #7

    Forse devo postare in PHP?

    Forse devo postare in PHP?

    ho creato una mappa in modo automatico dal programma del link da te citato ma adesso credo che lo abbia creato in php e pertanto non è linkabile credo in un sito che non supporta il php, ma al di là di questo come faccio invece a collocarla on line 'sta mappa?

    Infatti dopo avere eseguito le istruzioni del link http://www.sitemapdoc.com/ ho creato una specie di mappa ma non è cliccabile le istruzioni in inlgese che capisco poco,dicevano di estrarlo zippato ma come faccio a collocarlo on line?

  8. #8

  9. #9
    Ma io cerco un mappa con estensione xml e a quanto pare non trovo nessuno che sappia fare sta cosa se non con preventivi allucinanti!...allora volevo provare io a farla sta cosa.
    Solo perchè è un'estensione nascosta e visibile solo per i motori di ricerca!

    Nello specifico questi mi hanno fatto un preventivo ...li conoscete? sono i primi in classifica se clicchi su google creare mappa in modo automatico.

  10. #10
    ho provato il programmino molto bellino ma non lo scarica in automatico nel server è per caso in php che te sappia se così fosse il mio server non lo supporterebbe....

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.