Google link not working- help please : )

1 replies
  • WEB DESIGN
  • |
I have a wordpress site and have it on the first page of google, but now when I try to access my site through the Google search results is shows a blank white page. I was tinkering with Joast SEO plugin before this happened, but not sure if that was at fault.
type in to google - depurazione roma
and my site should be on 1st page
Depurazione Roma*|*Depurazione Roma
the link Google has is 'depurazioneroma.info'
'www.depurazioneroma.info' works fine but not through Google
many thanks in advance for your help : )

UPDATE
ok i changed most thins back on the Joast SEO plugin, cant really remember what but its working now. ANy insights will still be welcome.

UPDATE 2
After trial and error I found it was the 'Enable Breadcrumbs' setting that created my problem.
#google #link #notworking #working
  • Profile picture of the author WilliamBerg
    It is a canonical problem. Depurazione Roma*|*Depurazione Roma displays the site, depurazioneroma.info do not. 301 redirect the non www version to the www version to solve the problem. (something you should always do anyway.

    Add
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^depurazioneroma.info
    RewriteRule (.*) http://www.depurazioneroma.info/$1 [R=301,L]

    to the top of your .htaccess file to solve it. if RewriteEngine On allready exist in the file you paste
    RewriteCond %{HTTP_HOST} ^depurazioneroma.info
    RewriteRule (.*) http://www.depurazioneroma.info/$1 [R=301,L]
    directly below it
    {{ DiscussionBoard.errors[4117893].message }}

Trending Topics