Showing posts with label backlinking. Show all posts
Showing posts with label backlinking. Show all posts

Thursday 26 February 2015

Track Visits to Unused Domains on Google Analytics

Every now and then I come up with a new idea of a website and brainstorm to find a good brand (domain) name for it that is not already taken. Then I buy it, get busy, and did not have the time after that to do it.

But anyways, what if I want to know how many type-in traffic I am receiving to all these domains?

Of course I could create a Google Analytics account and embed its tracking code and keep an eye on the traffic. However, that does not seem convenient if you do not have much traffic that worth monitoring them in a separate account. Or, if you have hundreds of these parked domains, and it would take forever to create (and keep an eye on) separate Google Accounts.

Creating a Google Analytics account for a parked domain is also impossible if there is no page at all, and the domain is 301 redirected from the DNS to another site.

So, I believe the easiest and fastest way to track all parked domains is to use DNS redirections and UTM tracking.

Here is how to do it: (This method requires that you redirect unused domains to tracked domain(s))

  1. Identify the destination page (It could be a used site that you want to redirect type-in traffic to it, or a sandbox site that you will use as a pool to collect all parked domains traffic stats. 
  2. Go to Google Campaign URL Builder (https://support.google.com/analytics/answer/1033867?rd=2
  3. In the ‘website URL’ field put the URL of the destination domain (not the parked domain) 
  4. Fill in the ‘campaign source’, ‘campaign medium’, and ‘campaign name’ fields with whatever labels you prefer. I used ‘redirection’, ‘301’, and ‘forwarded_parked_domains’. 
  5. After you click submit you should see a URL like that: http://www.sandbox.com/?utm_source=redirection&utm_medium=301&utm_campaign=forwarded_parked_domains

Now, copy the generated URL and paste it in your DNS section of Domain forward.

Here is how I did it on Godaddy: https://support.godaddy.com/help/article/422/manually-forwarding-or-masking-your-domain-name

If you use otehr DNS provider, google “Domain forward + your DNS provider’ and you will find the how-to

P.S. Another way is to open your .htaccess file and paste the following 2 lines:

RewriteEngine On
RewriteRule ^$ http://www.sandbox.com/?utm_source=redirection&utm_medium=301&utm_campaign=forwarded_parked_domains [R=301,L]


Of course you will use your own campaign URL


To retrieve the stats on Google Analytics:


You can find the results under Acquisition > Campaigns (as illustrated below)








Thursday 4 December 2014

301 Redirect Old Domain Without Passing Link Juice or Referral Signals

If you're hit by Google algorithm's Penguin and tried your best to disavow all the "Bad" links coming to your site, but your site has not been recovered yet, then you might be thinking of starting a new website with clean backlinks portfolio and White Hat SEO.

Of course you do not want your visitors to go to the old abandoned site, and of course you cannot 301 redirect the old domain to the new one, or else you will be transferring all the harmful link signals with you.

So, the best technique to do (after you've decided to start a fresh site) is do this simple yet very effective technique:

1- get a new domain name to use as intermediary  (Example: www.oldsite2.com)
2- Add a Robots.txt file and make the root domain (of the intermediary site) Disallowed

User-agent:*
Disallow: / 

3- Redirect (301) the old domain to the intermediary. 
4- Permananetly redirect (301) the intermediary to the brand new domain



More to do:

You can also:
1- Add a robots.txt file to the old site to deindex it from search engines (follow step 2)
2- Use Google's URL removal tool and remove all the URLS of the old site.


A Fresh Beginning:

Now it is a new opportunity to start fresh with a new domain, new content, and better strategy.



Short Story Long:

  • http://searchenginewatch.com/sew/how-to/2355513/youve-been-hit-by-penguin-should-you-start-over-or-try-to-recover
  • http://searchenginewatch.com/sew/how-to/2384644/can-you-safely-redirect-users-from-a-penguin-hit-site-to-a-new-domain

A FREE tool to find Competitors SEO Backlinks! A Working Experiment

Dan Petrovic did a very interesting experiment that actually gave him insights on which sites are linking to a specific website that he was experimenting on.

What he simply did was replicating this site. Yes that is it.

He found on GWMT that Google is passing all the original site's backlinks to the replica. Why would Google do that? I have no idea!


The "intermediate link" is the original site that has been duplicated.

find the whole experiment on DajenSEO Blog here