Pages

Free Hosting

Tuesday, December 18, 2018

How To Get Google Adsense Approval Within Short Time

Adsense and AdWord are itself are big advertising networks but in difference that AdWord collects advertisers while Adsense collects publishers. If you want to show your ads to others then you can visit AdWords and if you want to show ads of others through your websites you have to take approval from Adsense. Adsense is the best web platform created by Google to monetize websites and blogs. Most of website owners have the dream of getting Adsense approval. Because it is an unique platform to earn a handsome money from Google. But the approval process is not so easy as you think. It has several policy and guidelines to get approval. This tutorial will help you guide through easily to get Adsense approval.

Step I: Create A Beautiful Website

First you have to  create a beautiful website or blog. If you are a web designer then it is easy to create a website. If you are a good writer but don't have any web design knowledge then visit Blogger.com and create your beautiful blog with Blogger's pre designed templates. Blogger itself has link to Adsense and for this you don't need to copy paste any Adsense approval code. Responsive web pages or mobile supported web pages are best preferred for Adsense. If you want download some of responsive css template you can visit Aries Responsive CSS template for Blogger or download simple CSS HTML Templates here. After downloading just edit titles and tabs as your requirement then upload it to your hosting server.

Step II: Avoid Plagiarism

Plagiarism means don't use other website contents by simply copy pasting. Either you create your own content or collect information from other websites and just edit it to refrain from Plagiarism then just give reference to that website by writing Source:www.somewebsite.com at the bottom level of your content. This way you can avoid Plagiarism. Google robots quickly detects contents if it is copy right content. In Google Adsense, Plagiarism is strictly prohibited. Better would be if write your own content.

Step III: Adhere To Webmaster Guidelines

Most of time Adsense prefers those websites which have well versed webmaster guidelines. If you are simply a writer and don't have knowledge about webmaster guidelines then prefer for a Blogger's blog which are all time adhered to webmaster guidelines or download some of above templates as I linked and use it in your websites. If you want some of these webmaster techniques then you can search iton internet and if you know something little about it then remember the following tips-
1) Don't use links line by line and if you keep then keep available spaces between them so that users can click upon them easily. You can do this by using the CSS property line-height in your HTML page.
2) Don't use images and links consecutively. Give some space between them.
3) Give at least one search option in your website so that users can easily brows your contents. Preferably Google Costume Search Engine(CSE)
4) Don't use excessive keywords in your content and use keywords related to your content only.
5) Your content should contain at least one image.
6) Your webpage should have Google Analytic code installed.
7) Should be linked to Google Webmaster Console.
8) Page should not open any popups or should not contain any third party ad codes.
9) Page should not instruct users to click on any ads or links.
10) At the end your website should have enough content and minimum two months old.

Step IV: Adhere To Cookies And Privacy Policy

Some countries don't allows Google's Cookies and Privacy Policy. So Google has made it mandatory to accept these terms in the respected countries before visiting a Google sponsored website by clicking on accept button. So have to create this button in front of the user in your web page. See an example here at http://breakingknowledge.blogspot.com . Here in front of of you at the bottom of the page you will see a banner stating that the website uses Google cookies and collects user information with a link to the Google privacy policy and a link to the website policy itself. If you are confuse about the code then just copy paste these below codes onto your site.

1. Write this code just above the </body> tag of your HTML page

<div style="float:left;width:calc(100% - 150px);padding:5px 0 5px 10px;height:70px;text-align:left;line-height:30px;font-weight:bold;color:#ffffff;">We use a cookie, to personalize content and advertising, social networking features to integrate and analyze our traffic. We also pass on to our partners with advertising, analytics, and social networking information about how you use our site. Important - using this site you agree with this information! Our private policy please read <a href="/privacy.html">here. </a> &amp; <a href="http://www.google.com/intl/uk/policies/privacy/partners/" target="_blank">Read here about Google cookies policy</a></div><div class="cookies_agreement_button" style="float:right;height:30px;background-color:#f1d600;width:100px;margin:20px;border-radius:8px;cursor:pointer;text-align:center;line-height:30px;font-weight:bold;">Got it!</div>


<script>
var classname = document.getElementsByClassName("cookies_agreement_button");

var checkStars = function() {document.getElementById("cookies_agreement").className = "hid"};
for (var i = 0; i < classname.length; i++) {
    classname[i].addEventListener('click', checkStars, false);
}
</script>

2. Write this code just above </head> tag of your HTML page.

<style>
.hid{display:none}
</style>


Step V: Create About, Contact and Privacy Page

Most of times Google wants to see who are you and where you from. So say something about you or about your business in your about page. Create a contact page and give address details similar to the address which you will provide at Adsense application form. Create a privacy page and write some terms and conditions of your business in it and give this link also in the above banner code. After creating these pages, link these links in your home page.

So guys these were all the instructions which I wanted to convey you. If you have any doubt then feel free to leave comments. Thanks.

No comments:

Post a Comment