Yes this matters, because Google sees this as to different url's therefore you will get penalty for duplicate content. Easiest fix is with mod_rewrite in your .htaccess, but im sure WordPress have some option for it in your conf.
Jeg er ung iværksætter, som til dagligt sælger vinterdæk over nettet ;)
Wordpress burde automatisk 301-redirecte alle varianter der ikke svarer til din URL i indstillingerne. Ellers kan du indsætte følgende i din .htaccess:
RewriteEngine On RewriteCond %{HTTP_HOST} !^your-virtual-ninja\.com$ [NC] RewriteRule ^(.*)$ http://your-virtual-ninja.com/$1 [R=301,L]
Den vil sørge for at 301-redirecte alt der ikke går til http://your-virtual-ninja.com til varianten uden www.
It matters a great deal when it comes to your rankings in Google (search engine optimisation).
You'll want to pick the version with the majority of your best backlinks in order to reduce loss of link juice. Or you'll want to pick the one you think will get the strongest links in the future.
Plus you'll only want one version to prevent Duplicate Content.
It matters a great deal when it comes to your rankings in Google (search engine optimisation).
You'll want to pick the version with the majority of your best backlinks in order to reduce loss of link juice. Or you'll want to pick the one you think will get the strongest links in the future.
Plus you'll only want one version to prevent Duplicate Content.
Also take a look at this Amino thread on WordPress SEO.
Thankyou Gita,
I only moved the site last night so it is fine :)
Thankyou for the advice, I will read that post in my reading time tomorrow before i start work.