Problema Site!

PerSeuS

Well-Known Member
Registered
Full Member
In urma unui test pe woorank imi apare aceasta problema!
Your website does not direct www.filmeee.ro and filmeee.ro to the same URL. It is crucial that you fix this.

Redirecting requests from a non-preferred domain is important because search engines consider URLs with and without "www" as two different websites.

You should first
set your preferred domain
in Google Webmaster Tools, then use a 301 redirect
to divert traffic from your non-preferred domain.
 
Din ce cauza imi apare pe woorank rosu la
IP Canonicalization ? Multumesc!
 
1. daca ai mai scoate din toate acele reclame as putea verifica mai bine daca ai ceva in sursa.
2. este posibil ca atunci cand un bot/spider acceseaza site tau un sistem de publicitate sa faca autoredirect
3. din ce am vazut www duce catre non www.
4. in google poti alege cum preferi ca google sa arate site dau in rezultate. www sau non www
IP Canonicalization
Asta nu o poti rezolva daca esti pe share hoosting. Iti trebuie ip dedicat si cateva setari ca atunci cand cineva acceseaza ip la site sa duca catre domeniul tau.
O simpla cautare pe google la IP Canonicalization si gaseai raspunsul.
Cod:
In order to pass this test you must consider using a 301 re-write rule in your .htaccess file so that your site's IP points to your domain name.
If your site is running on apache server, you could put these lines in your .htaccess after RewriteEngine on line:
RewriteCond %{HTTP_HOST} ^XXX\.XXX\.XXX\.XXX
RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,L]
Note that you must proper format the first line using your IP (replace X characters with proper digits from your IP) and the second line using your domain name.


http://www.phriskweb.com.au/DIY-SEO/ip-canonicalization
 
de cand am trecut la noua gazduire, nu mi-o mai indexat google noile filme

pana zi or fost toate bune si frumoase si acuma...
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
RewriteEngine on
RewriteCond %{HTTP_HOST} ^site\.ro [OR]
RewriteCond %{HTTP_HOST} ^189\.215\.251\.123
RewriteRule (.*) http://site.ro/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^.*/index.html
RewriteRule ^(.*)index.php$ http:/site.ro/$1 [R=301,L]

Oare chestia asta influenteaza googlul sa nu imi mai apara linkurile pe care le postez? adica sa nu mai indexeze?
 
Ultima editare:
Loading...
Back
Sus