problema Google URL Removals
Tot incerc de cateva zile sa scot anumite rezultate din google pentru un website al meu.
Dupa cum scrie la ei...
Citat:
To remove content from the Google index, do one of the following:
Ensure requests for the page return an HTTP status code of either 404 or 410. [?]
Block the page using a robots.txt file. [?]
Block the page using a meta noindex tag. [?]
Eu doresc sa fac remove la un intreg director
Am facut urmatoarele :
In .htaccess in root
RewriteRule informatie/nume1/director-pentru-exclus/ http://www.numesite.ro/pagina_ce_nu_exista.html [R=301,L]
In robots.txt in root
User-agent: Googlebot
Disallow: /informatie/nume1/director-pentru-exclus
In tot imi spune "Denied"
Mentionez ca
http://www.numesite.ro/informatie/nu...pentru-exclus/ practic duce catre o alta pagina cu urmatoarea regula , regula insa ce este scrisa la finalul .htaccess
RewriteRule informatie/(.*)/(.*)/ arata_subpagina.php?id_menu=$1&id_categ=$2
Solutii ?