Showing posts with label SEO. Show all posts
Showing posts with label SEO. Show all posts

Sunday, September 15, 2013

DNS Reconnaissance

Filled under: ,


DNS is one of my favorite sources of information gathering. DNS offers a variety of information about public (and sometimes private!) organization servers, such as IP addresses, server names, and server functions.
Interacting with a DNS Server
A DNS server will usually divulge DNS and mail server information for the domain for which it is authoritative. This is a necessity because public requests for mail server addresses and DNS server addresses make up the basic internet experience.
You can interact with a DNS server using various DNS clients such as host, nslookup and dig. Let’s examine nslookup first. By simply typing nslookup, you are put in an nslookup prompt, and you forward any DNS request to the DNS server, which is set up in your TCP/IP settings.
For example:
root@bt:~# nslookup
> www.checkpoint.com
Server: 24.224.127.143
Address: 24.224.127.143#53
Non-authoritative answer:
Name: www.checkpoint.com
Address: 216.200.241.66
>
In this example, you’ve connected to the local DNS server (24.224.127.143) and asked it to resolve the A record for www.checkpoint.com. The DNS server replies with the address 216.200.241.66.
MX Queries
To identify the MX server (mail servers) belonging to an organization, you can simply ask the DNS server to show all the MX records available for that organization’s domain:
> set type=mx
> checkpoint.com
Server: 24.224.127.143
Address: 24.224.127.143#53
Non-authoritative answer:
checkpoint.com mail exchanger = 12 cale.checkpoint.com.
checkpoint.com mail exchanger = 15 usmail-as.zonelabs.com.
Authoritative answers can be found from:
checkpoint.com nameserver = ns8.checkpoint.com.
checkpoint.com nameserver = ns6.checkpoint.com.
cale.checkpoint.com internet address = 194.29.32.199
ns6.checkpoint.com internet address = 194.29.32.199
ns8.checkpoint.com internet address = 216.228.148.29
>
Notice the two mail servers that were listed: mfnbm2 cale.checkpoint.com and usmailas. zonelabs.com. Each server has a “cost” associated with it—12 and 15, respectively. This cost indicates the preference of arrival of mails to the mail servers listed (lower costs are preferred). From this you can assume that cale is the primary mail server and that the other is a backup in case cale fails.
NS Queries
With a similar query, you can identify all the DNS servers authoritative for a domain:
> set type=ns
> checkpoint.com
Server: 24.224.127.143
Address: 24.224.127.143#53
Non-authoritative answer:
checkpoint.com nameserver = ns8.checkpoint.com.
checkpoint.com nameserver = ns6.checkpoint.com.
Authoritative answers can be found from:
ns6.checkpoint.com internet address = 194.29.32.199
ns8.checkpoint.com internet address = 216.228.148.29
This query identifies two DNS servers serving the checkpoint.com domain: ns6 and ns8. This information can be useful later when you attempt to perform zone transfers.

Posted By Bergin A11:03 AM

Monday, July 15, 2013

4 Ways to Optimize URLs Articles Blog

Filled under: ,



4 Ways to Optimize URLs Articles Blog - Before you write a new article, be sure to check out the URL of the article prior to publishing the article.
 
Method # 1 - Setting Permalink.

This is what you need to do before publishing your new articles. Permalink settings to be made ​​like the image above (Blogspot).

Method # 2 - Long URL.



Shorter URLs tend to give better effect to the search engines. To shorten the URL, with permalink settings as above. In the URL section, I suggest not too long.
Method # 3 - Keyword in URL.


To optimize the URL, the URL appended to the article advised to target keywords. And this is also recommended by many bloggers predecessors. 

Method # 4 - The word separator in URLs.

Hyphen (-) separator is the best word in the URL. If my friend to dividing the word using the 'space' it will look strange word in the url buddy, besides Hyphen sign could also use a dot. Maybe my friend all have other ideas.Please share via comments below.

Posted By Bergin A11:36 AM

Saturday, July 6, 2013

How To Password Protect Your Post With Password in Blogger

Filled under: , ,

 
 
 
Whenever we think about security the first words arrives in our mind is “Password Protection”. We are in 21st century the era of information technology, now days almost every thing has highest security i.e. online communities, files, documents and etc. Security plays vital role and have great significance when it comes to the personal matters and complex things. If the entire world is getting protected so why do we bloggers left behind.

An extremely powerful and useful script for blogger Blogspot blogs has been introduced by well known blog vincentcheung This script is capable of hiding what ever text you want in a form of encrypted code which can be uncovered if your users know the password to see the hidden text. Currently it is the most useful and secured method of protecting our post which I personally liked a lot. The hidden text is not easy to crack so it remains hidden from un-welcomed visitors. And according to the creator even he cannot decrypt (View) the hidden text except the person who knows the password. The whole systems works like a security lock which will only operate if we have the key to unlock so Today we will Password Protect our Bloggers Posts.

I know you would love to see the live demo that how the whole process works so before we spin our fingers over the tutorial first look at the instant preview

Adding JavaScript To Blogger Blogs:

These steps are simple so do as directed
  • Go To Blogger.com >> Your Blog
  • Now Select Template >> Edit HTML
  • Now Press Proceed >> And Search For 
]]></b:skin>
  • And Now just below it paste the following code 
<!--POST PASSWORD PROTECT CODING --> <script type="text/javascript" src="http://www.vincentcheung.ca/jsencryption/jsencryption.js"></script>

 How To Password Protect Our Post in Blogger

Now it is up to us whatever we wish to show images, text, videos, or any thing to only preferred visitors. So to password protect a certain content of your post simply go to Blogger.com>> Create Post and once you are finished do as directed

Step #1.  Now Switch to HTML mode and copy all the code that is present there as shown in the image below


Step #2.  Now we will go to Encryption PageOn this page you will be able to see four boxes
  • One with yellow color is called Key Box.
  • One with green color is called Plain Text Box 
  • One with red color is called Cipher Text Box.
  • And one with blue color is called HTML Code BoxBut we are only interested in Key box, Plain Text Box and Html Box. so do as follows.
  • Enter your desirable password in Key box.


  • And Now after Pasting the code Hit Encrypt button present below Plain Text Box
  • After Pressing Encrypt Button COPY the code from the HTML CODE box

The Html Code which you copied in the previous step is the same post that you created previously in Blogger but this time you will observe strange illogical characters so don’t worry it is the same post with same images, videos. Now you can use this HTML code in your any posts and instead of seeing the big sum of code your visitors will see a link >> Show Encrypted text.

Step #3.  Now after copying the code get back where we were working previously, Blogger >> Create Post>> Now in the Blogger Post Editorunder HTML TAB paste the HTML code which your copied earlier. You can write anything instead of this text >> Show Encrypted text But make sure you do all the changes under HTML TAB


So That's how we can password protect our post in Blogger. This is a new feature which we discovered I hope you will enjoy this newly introduced function. Till then Peace, Blessings, And Happy Protecting

Posted By Bergin A8:35 PM

Thursday, July 4, 2013

How to track Downloads on ur Websites

Filled under: ,


Track Donwloads in Blogger





 





Probably we all love to know how many times a file on our website is downloaded. You can observe that I track all my downloads whether its templates, icons, buttons or any other blogger resource. This helps me know how popular that particular file is. Many questioned us about the script we use to track our files and today we would share every detail on how we actually track downloads on Blogger.
 

How To Track Downloads in Blogger?

I use Dstats service for tracking number of downloads. The method is simple. There are two steps which are,
Inside your posts simply paste the code below. Replace  PASTE-FILE-LINK-HERE with the link of your file you want readers to download. And replace Image URL OF Download Button with the Image Link of your Download button.
<a href="http://dstats.net/download/PASTE-FILE-LINK-HERE"><img src="Image URL OF Download Button" border="0"/></a>
<p>Downloads:<a href='http://dstats.net/download/PASTE-FILE-LINK-HERE'></a>
<script type='text/javascript' src='http://dstats.net/dstatsjs.php?file=PASTE-FILE-LINK-HERE'></script>
<script type='text/javascript'>document.write(dsCounter);</script></p> 

Grab these Download Buttons.

You can use the following Download buttons from dryicons Simply right click an image and select “Copy Image Location” and this will give you the Image URL for the button.
download_buttons1 download_buttons4
download_buttons2 download_buttons5
download_buttons3 download_buttons6

Once you are done, publish your post and see a beautiful Download button with an auto download tracker hanging inside your post. Enjoy! :)

Posted By Bergin A8:58 PM

5 Smart Technigues to get .Edu and .Gov Backlinks For Your Blogs

Filled under: , ,


get .GOV and .EDU Backlinks



Most people don't know how beneficial .GOV and .EDU backlinks can be, or whether they're useful at all for a website. It is easy to confuse their importance with that of other TLDs (Top Level Domains) such as .COM, .NET etc, and you'd figure that since .COMs are the most popular and the most expensive, ergo they're the most important. We'll, you'd be wrong to think that. A website's trust rating is far more important that what it cost to set it up. And as you can imagine, .GOV and .EDU top level domains enjoy a special level of trust which is regarded very highly by search providers such as Google, Bing and Yahoo. And backlinks from such domains can take your website's rank to another level. Here are some best techniques to get .GOV and .EDU backlinks for your site.



1. Comments

One of the many ways you can build backlinks is by commenting on other blogs. There's nothing quite like it when you get the conversation going. To start off creating a .gov and .edu backlink profile or your blog, start finding such blogs to comment on. A great website that'll help you do that is Drop My Link. You can search for blogs based on the desired keyword. But more importantly, you can select the type of blogs you want to see from the drop-down list. From there, you can choose .edu or .gov blogs, and get the relevant blogs based on your keyword!

Drop My Link

You can then filter out your results. Go for blogs with a high PR first, because commenting takes time, and you don't want to waste time on low ranking blogs.

2. Recognize .edu bloggers

Aside from comments, getting a proper dofollow backlink from .edu and .gov blogs can be very difficult. One strategy is to feature some such bloggers in a post of yours, so that they'll link back to you in return out of gratification. For example, you could create a list of 'the best university bloggers', or 'the best students blogs in the U.S' etc. Small recognition awards like these are sure to get attention, and hopefully a backlink.
To find such blogs, here's a Google Search trick. If you search Google for <site:.edu> (without the angled brackets), you will run a search for all domains with a .edu extension. You can also search a specific site using this method <site:yoursite.com>. If you search Google for <inurl:blog> (again, without the brackets), you will land all webpages with the term "blog" in their url. You can combine the two to run a search for .edu blogs - <site:.edu inurl:blog>. Moreover, you can add individual search terms within quotes to refine your results according to keywords <site:.edu inurl:blog "technology news">. This way, you can feature 'top university technology blogs'

3. Find resource pages

If your website provides useful information on a particular subject, then you may use that to get inside a university's resource page. Resource pages are there for linking out to other sites where students can find useful information regarding a particular subject. So if you are a computer guru and know your way around Linux development for example, you could contact computing institutes' web team to put out a backlink to you.
You can use the same search trick you used earlier to find resource pages. For example, run a search for <site:.edu inurl:resources "technology"> or <site:.edu inurl:links "Linux"> (without brackets), and you'll find out plenty of universities you could contact.

4. Do some volunteer work

I mean not like charity work. But you can help some university web team design or improve a component on their website in return for a backlink. Now this, of course, requires you to have some web development skills, but you can hire a freelancer to do the job for you too.
All you have to do is, find a university or college site, and look through it if it looks poorly made. Not every university has a full time web design team. Often times, they only intend to give out valuable information, without caring much about how their webpages look. For example, I was recently reading about some research proceedings about a new type of lens technology in cameras at a university, and I couldn't help but notice the colourless, bland design. Now the webpage itself had a very high traffic and the university was very reputable. But in all fairness, researchers working behind the new camera technology most probably wouldn't know about web design, which makes it the perfect opportunity for people to contact them, and offer to redo their design in return for a backlinl. Such researchers wouldn't even care about the backlink, as long as they're getting a better design.

5. Hire college students

Now I know this one is unconventional, but hey, so long as it works! In some colleges and universities, students have access to .edu domains, where they are allowed sub-domains of their own. You can set someone up to create a student blog for their college, and then link back to your own website.
There are many ways you could hire a student to do your bidding. You can use the Reddit ForHire section to post your gig. You can also post a classified on Craigslsit. Or, you could always go to one of the many freelancing websites available, where you can post a job.

So, did you like these tips, or would like to add something to them? Feel free to jump on into the comments section below. Cheers :)

Posted By Bergin A8:40 PM

10 Best Websites You Must Join To Work From Home

Filled under: ,


10 best freelancing websites

So, do you ever want to do your office work from the luxury of your home? Or do you not like your boss? Or maybe, you're a boss, but you don't like your job because your subordinates don't like you? What if you could earn by working right from home? Appealing, isn't it? It can be done, however, and millions of people worldwide are doing it. So what does it take? Apparently, nothing much except for the right skill-set, a decent platform, online access, and the will to ignore someone who says "Where is your office located?"
 

 
What you are looking for, my friend, is called freelance work. You work for people online who want a certain job done. The skill-set will be yours to input, but we can provide you with a list of the top platforms where you can find jobs. These are freelancing websites that happen to be some of the best. Now, every freelancing website will tell you it's the "number one" freelancing website, but don't you fall for that. Leave the job of picking the best such sites up to us. So here's a list of the top 10 websites where you can find jobs you can work upon from home.
 

1. Elance

Elance is the best freelancing website without a doubt. It is a U.K based website that started in 1998. Not only is it the oldest and most popular, but is also the most highly paying website. Contractors are looking for their work to be done professionally, and they'll pay good money for it. No matter what sort of freelance work you're looking for, you'll most probably find it here. There are more than 1.5 million contractors registered with Elance! And they post more than 60k jobs per month!
Elance
So many job options, and Elance's reliability and surety of payment via various methods verily make it the best freelancing website in the world! Elance does not charge you anything for signing up. But there is a paid package that unlocks many privileges for you. But my advice is, get a free membership, and work your way into the premium one.

2. oDesk

oDesk is number two only because it isn't just as well known as Elance. But I don't think that's fair to the site. Quality-wise, it is one of the best websites. You can look for any sort of work at oDesk. I personally have some writing job experience at oDesk, and it was amazing. I was a beginner, and I didn't know my way around. oDesk made it so easy for me. And I got picked for the job so easily that I was amazed.
 
oDesk
 
oDesk has all the features that Elance has. But there's got to be a reason why it isn't number one itself, right? Well, there is one. oDesk is slightly lower paid than Elance. Average rates for the same kind of jobs are lower on oDesk than on Elance, but still higher than many other websites. It's a slight difference though. Apart from that, oDesk is great. Indeed a must try for beginners.

3. Freelancer

Like Elance, Freelancer is also one of the oldest freelancing platforms. It is very popular, and has more than 3.6 million users! And it has a total job count of more than 1.6 million! It is a good paying website, with most of the Elance and oDesk features. It has some of the best payment options, which is useful for people who don't have PayPal access in their country.
freelancer

4. ScriptLance

Now here's an underdog that's made its way into the top 5. And rightly so! Compared to Elance, it's a very small platform. But it is dedicated to the Programming and IT field. So if you are looking for coding or other computer-related jobs, then this might be the thing for you! The fact that this is a small website makes it easier for you to get a job!ScriptLance charge only a 5% on all your earnings, which is the lowest by far! Plus, there's no sign up or registration fee. Better yet, it has an affiliate program that gives you bonuses whenever one of your friends join the site through you.
ScriptLance

5. Fiverr

Fiverr is a different sort of Freelancing website. For one, it's the workers who post jobs they are willing to do, and not the hirers posting what they want done. For another, jobs can only cost $5, one dollar from which goes to Fiverr.. Be that as it may, Fiverr is a very unique website, probably one of its kind. It is a micro-freelancing site, which has mini-jobs called gigs. Workers post gigs they are willing to do. Contractors then order that gig. It is best for getting your freelancing career started. Not only will you find professional jobs here, you will also find some of the most ridiculous jobs and skids you ever saw in your life! It's a must try website, especially for beginners. So get ready to be amazed by Fiverr!
 
 
fiverr

6. Guru

I think the name speaks for itself here. Guru really is a freelancing platform guru. It is also one of the most popular freelancing websites like Elance or oDesk. And it has many similar features. The only downside though, is that if you have a free account with them, then you get a very limited number of bids you can use per month. Kind of a mood killer for such a big website. But overall, it is a very good website. You can always try out other sites while working on this one. So sign up now and utilize your bids!
 
Guru

7. vWorker

vWorker is another very reputable freelancing website. It is best known for its highly scrutinized screening process, which ensures that you only get jobs relevant to your own skills. This saves a lot of time and effort, and if you want to hire, it will provide you with highly relevant people who can do the job well. A must try for all freelancers.
 
vWorker

8. 99 Designs

This is a design-oriented freelancing website. Contractors post design contests of various types, such as logo designing, page designing etc. Freelancers need to submit their designs. The best design wins the contest, and bags a lot of money. This is sort of time consuming, and a bit risky especially for new freelancers. But if you are a good artist, and if you have the potential, then you can walk off with lots of money in your pocket. Interested?
 
99 Designs

9. GetACoder

As the name suggests, this website is related to programming, web development, and other IT related jobs. This is one of the oldest such websites. It has thousands of active contractors. So if you are into programming and such stuff, then this might be the thing for you. It pays really well too.
GetACoder

10. crowdSPRING

This website is very similar to 99 Designs. It works in a similar way too. But it pays more! Only problem though, is it is somewhat hard to get selected because there is a lot of competition. Still, it made it to out top 10 list.
crowdSPRING
Well, there goes out list of the top 10 freelancing websites! If you've got questions regarding freelancing, then feel free to ask in the comments section below. It's good to see you guys again :). Have a good day :). Oh, and do share your freelancing experiences with us. If you quit your job for freelancing, did you find freelancing worth the risk? And if you know of any better freelancing website, then do tell us about it. Cheers :)

Posted By Bergin A8:38 PM

Thursday, June 27, 2013

Page Authority Vs. Domain Authority

Filled under: ,



Moz Open Site Explorer
Ever since the Yahoo Site Explorer shut down in 2011, internet marketers have been looking for a backlink analysis tool, which they found in the Moz Open Site Explorer. We've already seen how the trend is already sifting more towards Moz Domain Authority from Google's PageRank. Indeed, most SEO experts now also report on statistics from the Open Site Explorer (OSE), such as Domain Authority, Page Authority etc. So what are these metrics anyway, and what do they signify? More importantly, why should you start using OSE if you don't use it already? Let's take a closer look.

Open Site Explorer

Open Site Explorer (OSE) is a search engine that crawls, indexes, and keeps track of the backlinks to every website. It has trillions of URLs in its index, and each update aims at not only improving the speed and efficiency of the algorithm, but also to retain higher quality backlinks in the index while at the same time eliminating the lowest quality links, so that the index can be kept manageable as well as valuable at the same time.
OSE can be used to evaluate backlink data for upto four websites at the same time. For any single site, you can check the following metrics
  • Domain Authority
  • Page Authority
  • Linking Root Domains
  • Total Links
  • Facebook Shares
  • Facebook Likes
  • Tweets
  • +1s
(Note: You can check the link metrics for free on OSE. But for the social metrics, you have to become a Moz member)
One thing I like about OSE is that, for every backlink, you get to see the exact location of that link, and the title and Anchor text of that link. It will also tell you when a backlink is a nofollow link. That way, you can see where your links are coming from, where to get broken links or links without anchor text corrected, and so on. Furthermore, you can also see the Page Authority and Domain Authority for each of the incoming links to your site, so you can analyse trends and rate your most important backlinks.
Page Authority vs Domain Authority
Page Authority and Domain Authority are two of the most important metrics reported by the Open Site Explorer. Both are measured on a logarithmic scale of 0-100, which means that it'll be easier to go from 10 to 20, than to go from 80 to 90. These metrics are updated once or twice every month, a lot of SEO experts are using these metrics in their reports.
Domain Authority is a measure of how well a whole website will perform in search results. It is the probability of how well any arbitrarily picked webpage from a site will rank in SERPs. It is calculated based on a number of metrics, such as total links, linking root domains, MozTrust and MozRank etc, among other 40 signals. Although it can be used to monitor the strength of your site over time, a better usage would be to compare your site with other competitors, since OSE gets updated so frequently, and Moz takes more than 40 signals into account while computing the Domain Authority. So a score of 40 today isn't the same as a score of 40 an year ago, or an year from now - it changes!
Page Authority, on the other hand, measures the strength of an individual webpage. It is also calculated on the basis of MozRank and MozTrust, since they vary from page to page as well. The DA stays the same throughout the website (like Google PageRank), whereas the PA for each page varies.
So, what do you think about thee metrics? Do you employ them when evaluating your site? Or do you still prefer Google PageRank and Alexa Rank over them? Leave your responses in the comments section below. Cheers :)

Posted By Bergin A3:47 PM

Google Page Rank

Filled under: , ,


  pagerank update 2013

Google Toolbar has once again changed the green painted color. PageRank which is indeed a great link analysis algorithm has been refreshed and websites are now ranked again on the scale of 0-10 based on the quality backlinks. This latest Google PageRank update took place today i.e. 4th February 2013 as expected. Google rolls out a PR update on quarterly basis which means websites are ranked on a scale of 0 to 10 after every 3 months. The last update was on November 2012 and just after three months a new update was rolled out. For over two years, despite thousands of backlinks (over 7,800) our blog maintained a PR 4.0 and just today Google was generous enough to finally take us to the next level. We have Alhamdulillah attained PR 5.0 and it's indeed a great motivational feedback from Google. There are reasons why our PR did not increase for such a long time. For the past three months we had been working on a strategy that really played well and I will be sharing all these details today.

What is PageRank?

It dates back to 1998 when Larry Page and Sergey brin first brought their paper formula's to public. PageRank is the backbone of Google and it's the major functionality that differentiates it from other Search engine giants like Yahoo! and Bing. It is an effective Page Popularity algorithm that keeps track of all incoming backlinks to a page in a safe record. Whenever search robots crawl your pages they count the number of incoming links pointing your web page and also keeps track of the number of links pointing from your web page to other niche sites. Based on the quality and not quantity of backlinks, the PR algo scales sites between integer values starting from zero to 10. For a normal blog, PR7 is the maximum achievable rank, for corporate blogs PR can go as high as 9 or 10. 

PR differentiates low quality websites from good content publishers. The more quality links or recommendations a site receive, the higher the chances are for it to attain a high PR.

SEO Importance of PageRank

Websites that are referred or recommended via backlinks rank higher in PR scale and get the benefit of faster crawl and index rate. Sites with higher PR are crawled faster compared to those with lower PageRank. For instance a PR 6 webpage is crawled several times per minute compared to a PR 4 page that is crawled once every minute. The faster the robot crawls your page the greater the chances for you to drive organic traffic and hit headlines in SERPs.

Should you rely too much on PageRank?

I have always advised new comers to rely only on their post frequency and quality of their topic selection. Its solely readership that counts first, rankings come second. A good PR does not guarantee that you will receive an exceptional treatment from Google in terms of Traffic. High PR does surely increase crawl rate but SERP ranking is based on a total different criteria. For your page to hit high on Google's first page, you must focus on nothing but trending topics. Think and act as a journalist and never share out-dated news. Be unique in your style and keep sharing content that may offer something new and different.

In my 4-year blogging experience I have seen several PR2-PR3 websites receiving much more traffic then PR5-PR7. The reason being one i.e. Right selection of topics and Quick publishing skills. Succeeding with online traffic is just like taking part in Rabbit and Turtle race - the slightest slumber could push you way back.

So in our priority list, PR comes fourth in the success queue.
  • Readership First          (i.e. Posting quality content)
  • Traffic second              
  • ALEXA third
  • PageRank Fourth

Revenue, trust and respect in the eyes of online community and internet marketing agencies rely mostly on readership. No one can judge how much traffic you receive per day. People estimate your traffic from your fan following count and then rankings. If we have to compare ALEXA and PR, then my vote will always favour ALEXA, for reasons explained in the post below.
In short do try your best to get good PageRank for the purpose of achieving good crawl and index rate. But do not become a victim of a false belief i.e. High PR means high Traffic

Why was our PR not increasing?

As you may already know PR is never sequential and neither dependent on the quantity of backlinks. If you have PR4 today then don't expect PR5 on next update because if you don't carefully follow the SEO guidelines then your PR could drop too.

I have already explained three important fundamental reasons on why a PageRank doesn't increase for a website and I will be sharing yet two more reasons today.


For the past two years we were carefully choosing products and we would write a quality 1K word review on it with three paid links. The income was really impressive and that motivated us further to accept more reviews. Most of these products were related to our niche so we thought may be we were not doing something weird but I failed to realize that Google's artificial intelligence is way ahead of us all now.  Google carefully keeps a record of websites that sell products and marks every single link pointing to them. These websites include sites like web hosting companies, merchandise sellers,  software vendors, electronic dealers etc. A nofollow link pointing to them would never cause you harm but a dofollow link would decrease your importance in the eyes of Google. Promoting such product sites is a great risk and therefore we have stopped practicing this bad hobby permanently. The result was such that the moment we stopped this practice, our PR jumped high. We had always doubted this practice and our doubts are now a fact.

For sites which promote revenue sharing programs and accept guest posting, PR would remain constant for them too because every single out-going link in those guest posts leaks out half of your PR juice.

We have therefore stopped accepting both reviews and guest posts. The result this time was somehow expected and we knew that the PR would certainly change. Alhamdulillah the right decision played well in our part.
Quick PageRank Formula

Receiving a high PR is surely not as difficult today as it was 3 years ago. The community has grown pretty generous now and you have several platforms where you can place your link. You are no more limited to article directories and painful forum registrations. In our SEO package, I always suggest clients with a PR boosting formula that is based solely on common sense.

The formula revolves around guest posting. Nothing works well for PR except few quality guest posts. Now the main question is how to reach some generous web masters who may accept your guest posts and provide you a juicy backlink.

You will need to build strong mutual relations with 3-4 of your favorite blog admins on daily or at least weekly basis. You will first need to win their trust. Once you succeed in drawing their attention, you can then ask them for a guest post without any hesitation.

Follow this quick strategy:
Quick PR Formula:
  • Select 3-4 niche high PR blogs
  • Comment daily or on alternate days on these blogs by leaving a useful and sense-full comment.
  • Do send them feedback and suggestions via their contact form once a week
  • Report to them any Copyright violation you may observe - They will love you for this!
  • Build a family type relationship
  • Practice this for 2 months.
  • When the time is right, send them a polite request for a guest post.
  • Make sure your blog is well designed, presented and contains at least 50 posts. You must provide a solid reason so that the author may offer a link.
  • Make your Post of at least 1K words
  • Make your post presentable, sound mature and to the point
  • Never try to promote yourself or your brand on a guest post, talk about the topic only.
  • Add images and video to make the post stand out
No one would neglect such a great post from a loyal reader. Try it! :) 
Next update?
We are listing old and coming updates below along with our PR status on each update:
  • June 2011  PR 4
  • August 2011   Dropped to PR 3 then within two months stepped back to PR 4
  • NOV 2011  PR 4
  • May 2012  PR 4
  • August 2012  PR 4
  • NOV 2012  PR 4
  • Feb 2013.... PR 5
  • May 2013
  • August 2013
What's your PR Status?

With all that said, tell us what is your PageRank update status? Feel free to ask for any suggestions if needed. If you experienced a PR dropped then do not loose hope and keep working on your brilliant content and if in case your PR increased then you should be extra careful to utilize it well and avoid all bad practices.  I wish all the best to every new comer who are gifted with a PR increase and request them to work with even more zeal and enthusiasm. Wish you more power buddies. Peace and blessings always! :)

Posted By Bergin A3:41 PM

Use Google Analytics To Check your backlinks

Filled under: , ,




Check Backlinks with Google Analytics
The number and nature of the backlinks to a website is one of the most important ranking factors, that is still being used in today's user-oriented organic search results. It helps determining the popularity of a website. Rank metrics, such as Google PageRank and Moz Domain/Rank Authority use it for ranking websites. So the more backlinks you have (quality ones, not cheap and spammy ones that people often purchase), the better your site tends to perform in search results. Knowing what your backlinks are, and where they're coming from can provide you with useful insights, and can help you filter out the cheap links in favour of quality ones. Let's take a look at how you can look at your website's backlinks in Google Analytics.


What can you do with backlink analysis?

Backlink analysis can be invaluable for the performance of your website in search engines. The first and most useful information you could gather from your backlink data is the amount and nature of broken links. External links might be pointing to a page on your website that you have moved or deleted. Hence, the backlink is going useless, unless you do something about it.
You can also check out the trends, and see what type of pages are being linked by other website. In other words, you can find out what people like about your website, so much so that they are linking to it. You can use this information to glean trends data, and create more such content.
Another very important insight can be seen from the type of websites that are linking to you. For example, if a high quality website has given you a backlink, you should investigate, and find out what and why they liked. You can then stay in touch with them and maintain high quality connections that will ultimately help your website's ranking.

Using Google Analytics for backlink analysis

Google Analytics offers one of the tools you can use to analyze your backlinks. To use this tool, follow these steps.
  • Log into your Google Analytics Account, and then click on the website property you want to see backlinks for.
  • Look to left sidebar, and there you'll see a Standard Reports section. Click on the Traffic Sources tab, expand the Social section, and then click on Trackbacks.
Trackbacks

A trackback is basically a notification for every time a website links to another. It is a record of what page on one website linked to another page on another website. Each trackback in this case will contain the linking URL, and the linked URL. You can also see how many visits were generated as a result of each backlink, so that you can contact that website and arrange for more backlinks to increase your traffic!
  • Now, you will see a list of all trackbacks to your website within a specific period of time. You can change this period, and show backlinks from a month ago, or a week ago, and so on. This feature is useful when you want to see how many backlinks you 'scored' during a particular campaign.
Time period

Got any questions? Feel free to ask in the comments section below. Also tell us what tools are you using for your backlink profile analysis?

Posted By Bergin A3:37 PM