• User

    homepage sparita da google

    Mi sono accorto di recente che l'home page del sito di un mio cliente è totalmente sparita da google.
    Questo sito ha un portale e un forum.
    Il forum è indicizzato alla grande.
    Il portale direi anche, se non fosse che l'home page non c'è più su Google. (purtroppo non so da quanto)
    All'inizio pensavo che fosse un problema di penalizzazione, ma come ho detto le altre pagine del portale sono indicizzate, come gli articoli di oggi.
    infatti scrivendo il nome del sito su google trovo, in ordine: il forum, e poi le ultime news del PORTALE.

    il sito è hwmaster.com

    Eccovi il contenuto del file .htaccess e .robots

    Options -MultiViewsRewriteRule ^(.+)(\s|%20)(.+)$ /$1-$3 [R=301,QSA,L,NE]
    AcceptPathInfo On
    DirectoryIndex index.php
    Header unset Last-Modified

    BEGIN WordPress

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index.php$ -
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php
    </IfModule>

    END WordPress

    <IfModule mod_deflate.c>
    AcceptPathInfo On
    SetOutputFilter DEFLATE
    AddOutputFilter DEFLATE text/plain
    AddOutputFilter DEFLATE text/xml
    AddOutputFilter DEFLATE application/xhtml+xml
    AddOutputFilter DEFLATE text/css
    AddOutputFilter DEFLATE application/xml
    AddOutputFilter DEFLATE image/svg+xml
    AddOutputFilter DEFLATE application/rss+xml
    AddOutputFilter DEFLATE application/atom_xml
    AddOutputFilter DEFLATE application/x-javascript
    AddOutputFilter DEFLATE application/x-httpd-php
    AddOutputFilter DEFLATE application/x-httpd-fastphp
    AddOutputFilter DEFLATE application/x-httpd-eruby
    AddOutputFilter DEFLATE text/html
    SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary
    SetEnvIfNoCase Request_URI .(?:exe|t?gz|zip|bz2|sit|rar)$ no-gzip dont-vary
    SetEnvIfNoCase Request_URI .pdf$ no-gzip dont-vary
    SetEnvIfNoCase Request_URI .avi$ no-gzip dont-vary
    SetEnvIfNoCase Request_URI .mov$ no-gzip dont-vary
    SetEnvIfNoCase Request_URI .mp3$ no-gzip dont-vary
    SetEnvIfNoCase Request_URI .mp4$ no-gzip dont-vary
    SetEnvIfNoCase Request_URI .rm$ no-gzip dont-vary
    BrowserMatch ^Mozilla/4 gzip-only-text/html
    BrowserMatch ^Mozilla/4.0[678] no-gzip
    BrowserMatch ^MSIE !no-gzip !gzip-only-text/html
    SetEnvIfNoCase Request_URI .iso$ no-gzip dont-vary

    BEGIN Cache

    Header unset Pragma
    FileETag None
    Header unset ETag
    <FilesMatch ".(ico|pdf|jpg|jpeg|png|gif)$">
    Header set Cache-Control "max-age=864000, public, must-revalidate"
    Header unset Last-Modified
    </FilesMatch>
    <FilesMatch ".(html|htm|rtf|rtx|svg|svgz|txt|xsd|xsl|xml|HTML|HTM|RTF|RTX|SVG|SVGZ|TXT|XSD|XSL|XML)$">
    <IfModule mod_headers.c>
    Header set Pragma "public"
    Header set Cache-Control "public, must-revalidate, proxy-revalidate"
    Header unset Last-Modified
    </IfModule>
    </FilesMatch>
    <FilesMatch ".(asf|asx|wax|wmv|wmx|avi|bmp|class|divx|doc|docx|eot|exe|gif|gz|gzip|ico|jpg|jpeg|jpe|mdb|mid|midi|mov|qt|mp3|m4a|mp4|m4v|mpeg|mpg|mpe|mpp|otf|odb|odc|odf|odg|odp|ods|odt|ogg|pdf|png|pot|pps|ppt|pptx|ra|ram|svg|svgz|swf|tar|tif|tiff|ttf|ttc|wav|wma|wri|xla|xls|xlsx|xlt|xlw|zip|ASF|ASX|WAX|WMV|WMX|AVI|BMP|CLASS|DIVX|DOC|DOCX|EOT|EXE|GIF|GZ|GZIP|ICO|JPG|JPEG|JPE|MDB|MID|MIDI|MOV|QT|MP3|M4A|MP4|M4V|MPEG|MPG|MPE|MPP|OTF|ODB|ODC|ODF|ODG|ODP|ODS|ODT|OGG|PDF|PNG|POT|PPS|PPT|PPTX|RA|RAM|SVG|SVGZ|SWF|TAR|TIF|TIFF|TTF|TTC|WAV|WMA|WRI|XLA|XLS|XLSX|XLT|XLW|ZIP)$">
    <IfModule mod_headers.c>
    Header set Pragma "public"
    Header set Cache-Control "public, max-age=1296000, must-revalidate, proxy-revalidate"
    </IfModule>
    </FilesMatch>

    END Browser Cache

    Sitemap: hwmaster.com/forum/sitemap_index.xml.gz
    Sitemap: hwmaster.com/sitemap.xml.gz

    User-agent: Mediapartners-Google
    Disallow:

    User-agent: Slurp
    Crawl-delay: 10

    User-agent: Teoma
    Crawl-delay: 10

    User-agent: *

    Disallow: /wp-
    Disallow: /cgi-bin/
    Disallow: /wp-admin/
    Disallow: /wp-includes/
    Disallow: /wp-content/

    Allow: /wp-content/uploads/

    Disallow: /trackback/
    Disallow: /feed/
    Disallow: */trackback/
    Disallow: */feed/

    Allow: /

    idee?


  • User

    up..


  • ModSenior

    Ciao WebMarketing1, io vedo l'homepage correttamente indicizzata.

    image

    Valerio Notarfrancesco


  • Super User

    Confermo che cercando "news articoli e recensioni riguardanti" la tua home page è in prima posizione.

    M.


  • User

    E' riapparsa!

    Grazie 🙂