Wednesday 29 November 2017

Best Google Ranking Factors Everyone Should Know | 2017/18



Everyone wonder how to achieve better ranking and search engine visibilities on various search giant. So I suggest you please follow below some tips to get high ranking and visibilities as per SEO.

On-Page factors:

One of the most important part of SEO to be follow for every website. How you optimize your On-Page matter more for ranking. Here’s the optimization factor to be done:

1.       Keyword in the title tag
2.       Keyword in meta description tag
3.       Keyword in H1 tag
4.       Using keywords in the pages copy
5.       The length of the content
6.       Avoid duplicating content and write original copy for each page
7.       Canonical tag
8.       Image Optimization
9.       Content Updates
10.    Outbound links
11.    Internal links
12.    Keyword in URL
13.    SiteMap


Off-Page Factors:

After On-Page SEO another important factor to be considered is Off-Page to get more relevant backlink for website. So this way you can get more value for your websites.

1.       Number Of Linking Domain
2.       Number Of Linking Pages
3.       Link Relevancy
4.       Number Of Do Follow Link
5.       Contextual Links(Inter Linking)

I hope this post helped you understand SEO better. 

Wednesday 15 November 2017

Top 17 Ranking Factors 2017-18 | SEO | Search Engine Land




  •           Direct website visits
  •           Time on site
  •           Pages per session:-  Around 3 pages are viewed per session when a user lands on a website from search
  •           Bounce rate:-   Domains in the top 3 positions have roughly a 49% bounce rate
  •           Total referring domains:-   Pages in the 2nd position have 20% more referring domains than pages in the 1st position.  Pages in the 2nd position have roughly 10,000 more referring domains than pages in the 10th position
  •           Total backlinks:-   2.2 times more backlinks lead to pages in the 1st position than 2nd position
  •           Total referring IPs
  •           Total followed backlinks
  •           Content length:-  Content in the top 3 positions is 45% longer than content in the 20th position
  •           HTTPS:-  65% of domains ranking for high-volume keywords are HTTPS
  •           Total anchors
  •           Keyword in anchor text:-  3% of backlinks contain a keyword in the anchor text
  •           Keyword in body of content:-  18% of pages ranking for high-volume keywords do not have the keyword in the body
  •           Keyword density
  •           Keyword in title
  •           Keyword in meta description
  •           Video on page


For more info visit: https://www.searchenginejournal.com/top-17-organic-search-ranking-factors-study/223691/

Friday 29 September 2017

Duplication Error | How to redirect www URLs to non-www | www to non www redirect htaccess

Google search engine sees www.domain.com and domain.com as two different domain. So, you might get duplication error message in Google analytic or webmaster tools.   

To fix this duplication, you can redirect all www to non www with .htaccess files.
Let's get started. Open Notepad or any plain text editor.

Insert this code to your file and save it as .htaccess without any extension:

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301]


The finally upload this .htaccess file to your website root folder.

Friday 22 September 2017

High PR Dofollow Social Bookmarking Sites List, Dofollow Social Bookmarking Sites Online


  1. http://www.aixindashi.org/
  2. http://www.bookmarkbay.com/
  3. http://www.atlasassistans.net/
  4. http://www.london8.net
  5. http://www.bosplus.org/
  6. http://www.gardicanin.net 
  7. http://www.dupioneer.com/
  8. http://www.bookmarkbay.com/
  9. http://www.bookmarkingbase.com/
  10. http://www.pixador.net/
  11. http://www.fearsteve.com/
  12. http://www.earcon.org/
  13. http://www.relevare.net
  14. http://www.video-bookmark.com/
  15. http://www.ihaan.org/ 
  16. http://www.usefulenglish.net/
  17. http://www.spyspace.me/
  18. http://www.speedycon.org/
  19. http://www.jodohkita.info/
  20. http://www.bookmark4you.com/
  21. http://www.bookmarkingcentral.com/
  22. http://www.temateater.net/
  23. http://www.vtv10.com/
  24. http://www.bookmark-manager.com/
  25. http://bookmarkbook.org/



Monday 21 August 2017

How to Track PDF file with Google Analytics?


To track any PDF file on your website, simply follow the steps below and you’ll be well on your way. It gets a bit technical from here on out, so roll up your sleeves:
1. First find a page that links to one of your PDF files.

2. Find where the PDF file is on the page – look for the anchor (<a>) tag. It should look something like this:
<a href="files/quarterly-earnings.pdf" target="_blank">Quarterly Earnings Report</a>

3. Insert the following “onClick” event within this anchor tag. It should look like this:
<a href="files/quarterly-earnings.pdf" target="_blank" onClick="pageTracker._trackPageview('/files/quarterly-earnings.pdf');">Quarterly Earnings Report</a>

4. Upload the page and enjoy the results! You should see the number of times that your PDF file was accessed within the Content >> Top Content section of your Google Analytics profile.