Domain.com and www.domain.com
-
I recently changed the settings in Google Webmaster Tools so that domain.com and www.domain.com are the same. Several quick questions.
-
About how long will it take for Google to list www.domain.com and stop listing domain.com?
-
The .htaccess file uses a 301 to redirect all domain.com paths.to www.domain.com paths. Now that Google has been informed these two are the same, are the 301 rules to add www necessary?
-
The default page is index.php. so domain.com gets 301 to www.domain.com gets 301 to www.domain.com/index.php. Is this the correct way to do things?
-
Are there SEO consultants who will help on small projects such assist on issues like this?
Best,
Christopher -
-
Thanks for the quick responses. I will add the redirect of index.php to domain.com/, but I don't know where the 301 of domain.com/ to index.php is coming from. It's not in .htaccess. Is that just a generic rule somewhere in the Apache server so that doman.com/ will default to an actual page?
Best,
ChristopherEDIT: I think I found the problem. The site was originally created using .html pages and later converted to .php pages. There was a 301 for index.html to index.php. I changed to to
Redirect 301 /index.html http://www.domain.com/
and also added
Redirect 301 /index.php http://www.domain.com/
-
I agree with Gianluca, but i would also add,
301 to www.domain.com or domain.com, but not to index.php
also do not 301 twice. 301 directly to the last final destination
-
Hi Christopher, Answering by points:
-
Google needs a certain amount of time before start showing just the canonical version of the site, time that depends on how big the site is.
-
I suggest you to keep the 301 redirection in the .htaccess file
- because so you are sure the the not www Urls in the SERPS are sending users to their www versions;
- because may exist backlinks sending to not www links and this way your a redirecting not only users but also a great % of that backlink juice to the correct URL;
- because exists also Bing, which obviously does not care of what you decide in GWT.
- what you did is incorrect. Infact the www.domain.com/index.php url version of the home page should have to 301 to www.domain.com, let say the opposite of what you have done.
Redirect 301 /index.php http://www.domain.com/
Finally, about finding SEOs, why don't you try the job section here in the Seomoz site, here > http://www.seomoz.org/marketplace/jobs?
Ciao
-
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Why am not ranking on google with 30 of domain authority
Hello my name is Alexander muller and around 2 years ago i have build this website https://muller-designs.com/ i love to use MOZ to analyze other sites, so i know that my page is better than some others but they still aut rank my website can someone give me an explanation for this ? and i also have a couple of other questions it would be great if someone can help me Is on-site optimisation really that important??? How often should I update my blog???
On-Page Optimization | | alexmuller871 -
What is the best way to block http://www.site.com/members/...
How do i block http://www.site.com/members/....name/activity/3202 and many more like this from getting spider showing up as duplicate in moz Regards Tai
On-Page Optimization | | Taiger0 -
Unique Geo-targeted domains v. simple landing pages
I have a client with multiple locations in a central area. Is it better to purchase unique geo-targeted domains i.g. DowntownTopekaPlumber.com and MidtownTopekaPlumber.com and create area specific splash pages with links back to the main site -OR - is it better to simply create landing pages on the main domain - www.GoodGuyPlumbing.com/DownttownTopekaPlumber?
On-Page Optimization | | SearchParty0 -
Exact Match Domain + shorter permalink vs. longer permalink?
So here's the scenario... You own the exact match domain for "Acupuncture Intake Form" and want to create a page that targets the phrase, "Acupuncture Intake Form Template"... In terms of SEO, which of the following permalinks does a better job targeting the term "Acupuncture Intake Form Template" : A) www.acupunctureintakeform.com/template/ B) www.acupunctureintakeform.com/acupuncture-intake-form-template/ From a user-friendliness perspective, I can definitely see why the /template/ is more ideal. It's more memorable, easier to link to, and logical. I'm just wondering whether there is some edge that the /acupuncture-intake-form-template/ has that I'm not aware of, or if there's some gray area. I can also think of scenarios where the longer version might be better. For example, if there were several different kinds of acupuncture intake form templates. If that were the case, then /template/ might be too vague (e.g. is it the normal "acupuncture intake form template" or is it the "acupuncture intake form template with diagram"). So in that respect, the longer one might be less concise in certain situations, but in others provide more clarity. (Note: I'm looking for answers to this situation as it applies to any website. I just chose this extremely small niche exact match domain because it's an example that illustrate my questions). Thanks in advance for any answers, insights, or comments! I'm not sure if there's a specific answer, but I'm sure there are some key points to discuss. Michael
On-Page Optimization | | InRakeLLC0 -
I have 90 domains at Godaddy and would like to transfer them to a new registrar - Moniker
Will the the transfer to a new registrar hurt my domains in the SERPs if all contact information for the domain stays the same and DNS stays the same and site hosting remains the same?
On-Page Optimization | | jeff.interactive0 -
Landing Pages: New Domain or Sub Folder?
I use premise for landing pages. I have some extra domain names that are fantastic in my industry. I'm wondering if I should use those domains for these landing pages? The header, nav, footer, would be the same as my main site, the body and content would be totally different. will google penalize me if I have the same header and footer on a landing page?
On-Page Optimization | | homebizsmart0 -
What is the best practice for optimizing international websites? We operate a .co.uk and .com and obviously content is similar.
We have two (and soon to be more) international websites, all in English. The sites in question are WebHostingBuzz.com and WebHostingBuzz.co.uk. Obviously content is similar as we're providing a similar service but from different locations and different prices. What is best practice here? Should we completely re-write the .co.uk content (this is the newer site) so it isn't penalized for scraping? Any hints/tips would be appreciated.
On-Page Optimization | | mdrussell0 -
301 redirect (www.domain.com/index to www.domain.com)
Hello, Please let me know what are the exact right steps in order to get rid of the duplicate content issues related with: www.domain.com/index.html same as www.domain.com without creating an infinite loop. Do you have a step by step guide posted within seomoz including 301 redirect for non www to www for all urls and index.whatever to main domain name without going into a infinite loop ? btw how to you spot the loop ? is it obvious like never ending refresh of the home page ? thanks a lot !
On-Page Optimization | | eyepaq2