Well, I need some help, advice, something.
-
Hey all, I'm new to the SEOmoz thing but I like it so far. I think I have my site listing so messed up that it's effecting my rank.
I have 3 domains. 1.) rt112media.com 2.) route112media.com 3.) route112.net. Each domain was purchased through GoDaddy.com and still remain there. I have my own hosting account which I was registered as rt112media.com with route112media.com and route112.net listed as add on domains.
Technically, I would like for my main site to be route112media.com for everything. However when I registered the site as rt112media.com I didn't know the issues I would have as far as different domains so I registered with rt112media.com as my main domain name.
Anyways, as of now I have rt112media.com as my main domain through my cpanel hosting.I have both domains route112media.com and route112.net set for 301 wildcard redirects to rt112media.com on my hosting account and my GoDaddy account.
When I started my WMT account I didn't really know which domain to use cause I figured I could link them all to one. So, I signed up as routet12media.com. After a little while I realized it was not recieving anything because everything was being redirected to rt112media.com Anyways both addresses have been crawled and indexed so they are showing as two.
So, I requested to change the route112media.com address to rt112media.com in WMT. That was about 2 weeks ago and it is still pending request. I'm not having further problems with WMT because of the www.rt112media.com vs http://rt112media.com. I am the verified owner of both but I can not switch the www.rt112media account to show the non www. account as the main one because I have the other pending.
My site is still being crawled as 2 versions rt112media.com and route112media.com. So what is my best option? And what would be the worst cause scenario if I wanted to start completely over using route112media.com as my main domain with hosting and all.
Sorry this was so long I just wanted to explain my situation. I'm lost. Any advice would be appreciated!
http:/rt112media.com
-
If you 301 redirect them to the main site, Google will recognize the change and remove any listings. Expect the process to take 30 days.
-
Thanks. Wont Google still list the other domains since they have already been crawled?
-
Hi Josh,
Sounds like a fine mess! If I am understanding you correctly, you presently own 3 domains. You only wish to use one domain. The below advice is based on that understanding.
The other two domains have no value in and of themselves. I am unsure why you acquired them other then to own similar domain names. For example Google.com owns Gogle.com and 301 redirects users to Google.com. It is designed to help with common typos more then anything else. If that is the case, then simply 301 redirect the other two domains to your primary domain and otherwise forget about them. You would not build a website on those domains nor crawl them.
What's left is your one primary domain which should be set up in Google WMT and crawled. Remove any other sites from Google WMT. There is not point in having them listed in Google WMT as they should not have a site, should not be indexed and therefore should not be a part of Google WMT.
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
-
Need to de-index certain pages fast
I need to de-index certain pages as fast as possible. These pages are already indexed. What is the fastest way to do this? I have added the noindex meta tag and run a few of the pages through Search Console/Webmaster tools (fetch as google) earlier today, however nothing has changed yet. The 'fetch as google' services do see the noindex tag, but it haven't changed the SERPs yet. I now I should be patient, but if there is a faster way to get Google to de-index these pages, I want to try that. I am considering the removal tool also, but I'm unsure if that is risky to do. And even if it's not, I can understand it's not a permanent solution anyway. What to do?
Technical SEO | | WebGain0 -
Mobile site SEO: faulty redirects.. 204! help pls!
Hello, I have recently read that a m.site.com should provide the same number of pages as the non-mobile site. Is this so? Is this why my mobile site won't rank? Our competitors have their standard websites showing up before our m.website.com version... Also, do I have to get a whole new set of mobile links for my mobile site? In WT, I am seeing absolutely no inbound links, which seems odd? Any help would be greatly appreciated. 🙂 Thanks in advance
Technical SEO | | lfrazer0 -
Problem of possible duplicate title tag and description. Help me!
Hi everybody, I'm optimizing this huge website that has a lot of identical categories for differente locations. I'm trying to find a smart way to write title and description for these categories, changing the location as a variable on the title and description phrase. Here some examples: Title: Attractions in [CITY]. Sightseeings, monuments and museums in [CITY]. Description: Find travel ideas and suggestions for [CITY]. On [NAME OF THE WEBSITE] you can find a lot of attractions, monuments and sightseeing off the beaten path in [CITY]. Changing only the name of the CITY on these Titles and Descriptions, am I running the risk of duplicate title and description? Thanks in advance for your help!
Technical SEO | | OptimizedGroup0 -
Canonical needed after no index
Hi do you need to point canonical from a subpage to main page if you have already marked a no index on the subpage, like when google is not indexing it so do we need canonicals now as is it passing any juice?
Technical SEO | | razasaeed0 -
Need advice on search listings and link building
Search results on my keyword (engraved wedding glasses) produces several pages of linked domains. (My domain is giftthings.net) Some are good. And admittedly, some are not so good. My question then is simply, why does seomoz link analysis show such a small number of links? And the second part of my question is, "Is there some sort of "magic number", some sort of thresh hold that triggers Google's interest? With a link list that is small but growing, am I missing something in my concern that I'm not moving up in the search listings? I've written a few articles, continuing my work on link building but I remain buried in the search results.
Technical SEO | | AhmadS1 -
How Much Authority Needed for Page with 1000 Internal Links?
Hypothetically speaking, if you wanted your homepage to have 1000 links, how much Page Rank or link authority would you need at a minimum (in order for Google to crawl all the links on the page)? Here is an example: http://www.khanacademy.org/#browse
Technical SEO | | ProjectLabs0 -
Please advice needed SSL .htaccess
Hi everyone, I recently installed verisign ssl. the idea to have page https://example.com all redirect from non-http to https work properly, but in IE whenever smbdy types https://www.example.com it shows the red screen with invalid certificate. If you click "proceed" - everything goes to normal page and on server redirect www to non-www seem to work fine. Is there way to get rid of the warning? Is it server or certificate issue? Here is the peice of code from htaccess. Please, advice needed! RewriteEngine On RewriteBase /RewriteCond %{HTTPS} !=on RewriteRule ^(.*) https://%{SERVER_NAME}/$1 [R,L] RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] Thanks in advance
Technical SEO | | Kotkov0 -
Help - Rank is Continually Dropping
We are aggressively optimizing one of our internal pages for SEO related terms. http://www.arnima.com/Search-Engine-Optimization.aspx Some sample search terms are: SEO Florida, Florida SEO, SEO Tampa, Tampa SEO etc Based on recent work, we find that our anchor text distribution is good, if not very good. Our PA is for the internal page is 60 and our DA is 62 yet our Google rank for the above search terms is continually dropping. We have gone from #2 to #8 in the last few weeks. We have checked the websites of all that appear above us and their PA and DA are substantially less than us. Their anchor text links do not appear to be as well structured either. We have many unique domains - websites that we built - that point directly back to our SEO page. Some of these are fairly highly ranked sites... We are totally baffled. Can someone shed some light on this? What could the reason be? Any (and all) help and insights would be much appreciated! Thanks in advance.
Technical SEO | | RajeevRatra0