A blog about technical knowledge.

Breaking

Sunday 22 October 2017

October 22, 2017

Stylish Sitemap for Blogger Blog


how-to-create-sitemap-page-for-blogger-blog


Hi guys in this tutorial, I will show you how to create a sitemap page for your blogger blog. First of all you should understand what is a sitemap page. A sitemap (site map) is a bunch of web pages that collected and list them by categories and drop them by the date that planed by your designation and it accessible to crawlers or users. Sitemap is a table of your website/blog contents which listed with links direct to your selection web pages. The sitemap is allowed users be easy to find the navigation that they are looking for from you website/blog.
You may visit our sitemap page for better understanding.

How to create a Sitemap Page for blogger

There are many methods to create a sitemap for website/blog, it can create by HTML and XML format language that will describe your website contents. I will show you a simple HTML sitemap page which is very easy to understand and looks nice. So follow these steps below and create sitemap page for your own blog:

Read also: how to create sitemap for wordpress website


Step 1

Login your blogger dashboard and select your blog.

Step 2

Go to "pages"  > click the "New Page" button.

Step 3

Click on the HTML tab
sitemap-page-for-blogger-blog
and paste the following code inside the empty box like this.

sitemap-page-for-blogger-blog

here is the code:

<style>
p.labels a{color: #242424; text-transform: uppercase;font-size: 15px;}
a.post-titles {color: #0000FF;}
ol li{list-style-type:decimal;line-height:25px;}
</style>
<script>
//<![CDATA[
var postTitle=new Array();var postUrl=new Array();var postPublished=new Array();var postDate=new Array();var postLabels=new Array();var postRecent=new Array();var sortBy="titleasc";var tocLoaded=false;var numChars=250;var postFilter="";var numberfeed=0;function bloggersitemap(a){function b(){if("entry" in a.feed){var d=a.feed.entry.length;numberfeed=d;ii=0;for(var h=0;h<d;h++){var n=a.feed.entry[h];var e=n.title.$t;var m=n.published.$t.substring(0,10);var j;for(var g=0;g<n.link.length;g++){if(n.link[g].rel=="alternate"){j=n.link[g].href;break}}var o="";for(var g=0;g<n.link.length;g++){if(n.link[g].rel=="enclosure"){o=n.link[g].href;break}}var c="";if("category" in n){for(var g=0;g<n.category.length;g++){c=n.category[g].term;var f=c.lastIndexOf(";");if(f!=-1){c=c.substring(0,f)}postLabels[ii]=c;postTitle[ii]=e;postDate[ii]=m;postUrl[ii]=j;postPublished[ii]=o;if(h<10){postRecent[ii]=true}else{postRecent[ii]=false}ii=ii+1}}}}}b();sortBy="titleasc";sortPosts(sortBy);sortlabel();tocLoaded=true;displayToc2();document.write('</br><div class="sitemap-link"><a href="http://helplogger.blogspot.com/2013/12/add-sitemap-table-of-contents-to-blogger.html" style="font-size: 10px; text-decoration:none; color: #5146CD;">Get This Widget</a></div>')}function filterPosts(a){scroll(0,0);postFilter=a;displayToc(postFilter)}function allPosts(){sortlabel();postFilter="";displayToc(postFilter)}function sortPosts(d){function c(e,g){var f=postTitle[e];postTitle[e]=postTitle[g];postTitle[g]=f;var f=postDate[e];postDate[e]=postDate[g];postDate[g]=f;var f=postUrl[e];postUrl[e]=postUrl[g];postUrl[g]=f;var f=postLabels[e];postLabels[e]=postLabels[g];postLabels[g]=f;var f=postPublished[e];postPublished[e]=postPublished[g];postPublished[g]=f;var f=postRecent[e];postRecent[e]=postRecent[g];postRecent[g]=f}for(var b=0;b<postTitle.length-1;b++){for(var a=b+1;a<postTitle.length;a++){if(d=="titleasc"){if(postTitle[b]>postTitle[a]){c(b,a)}}if(d=="titledesc"){if(postTitle[b]<postTitle[a]){c(b,a)}}if(d=="dateoldest"){if(postDate[b]>postDate[a]){c(b,a)}}if(d=="datenewest"){if(postDate[b]<postDate[a]){c(b,a)}}if(d=="orderlabel"){if(postLabels[b]>postLabels[a]){c(b,a)}}}}}function sortlabel(){sortBy="orderlabel";sortPosts(sortBy);var a=0;var b=0;while(b<postTitle.length){temp1=postLabels[b];firsti=a;do{a=a+1}while(postLabels[a]==temp1);b=a;sortPosts2(firsti,a);if(b>postTitle.length){break}}}function sortPosts2(d,c){function e(f,h){var g=postTitle[f];postTitle[f]=postTitle[h];postTitle[h]=g;var g=postDate[f];postDate[f]=postDate[h];postDate[h]=g;var g=postUrl[f];postUrl[f]=postUrl[h];postUrl[h]=g;var g=postLabels[f];postLabels[f]=postLabels[h];postLabels[h]=g;var g=postPublished[f];postPublished[f]=postPublished[h];postPublished[h]=g;var g=postRecent[f];postRecent[f]=postRecent[h];postRecent[h]=g}for(var b=d;b<c-1;b++){for(var a=b+1;a<c;a++){if(postTitle[b]>postTitle[a]){e(b,a)}}}}function displayToc(a){var l=0;var h="";var e="Post Title";var m="Click to sort by title";var d="Date";var k="Click to sort by date";var c="Category";var j="";if(sortBy=="titleasc"){m+=" (descending)";k+=" (newest first)"}if(sortBy=="titledesc"){m+=" (ascending)";k+=" (newest first)"}if(sortBy=="dateoldest"){m+=" (ascending)";k+=" (newest first)"}if(sortBy=="datenewest"){m+=" (ascending)";k+=" (oldest first)"}if(postFilter!=""){j="Click to view all"}h+="<table>";h+="<tr>";h+='<td class="header1">';h+='<a href="javascript:toggleTitleSort();" title="'+m+'">'+e+"</a>";h+="</td>";h+='<td class="header2">';h+='<a href="javascript:toggleDateSort();" title="'+k+'">'+d+"</a>";h+="</td>";h+='<td class="header3">';h+='<a href="javascript:allPosts();" title="'+j+'">'+c+"</a>";h+="</td>";h+='<td class="header4">';h+="Read all";h+="</td>";h+="</tr>";for(var g=0;g<postTitle.length;g++){if(a==""){h+='<tr><td class="entry1"><a href="'+postUrl[g]+'">'+postTitle[g]+'</a></td><td class="entry2">'+postDate[g]+'</td><td class="entry3">'+postLabels[g]+'</td><td class="entry4"><a href="'+postPublished[g]+'">Read</a></td></tr>';l++}else{z=postLabels[g].lastIndexOf(a);if(z!=-1){h+='<tr><td class="entry1"><a href="'+postUrl[g]+'">'+postTitle[g]+'</a></td><td class="entry2">'+postDate[g]+'</td><td class="entry3">'+postLabels[g]+'</td><td class="entry4"><a href="'+postPublished[g]+'">Read</a></td></tr>';l++}}}h+="</table>";if(l==postTitle.length){var f='<span class="toc-note">Show All '+postTitle.length+" Posts<br/></span>"}else{var f='<span class="toc-note">Show '+l+" posts by category '";f+=postFilter+"' the "+postTitle.length+" Total Posts<br/></span>"}var b=document.getElementById("toc");b.innerHTML=f+h}function displayToc2(){var a=0;var b=0;while(b<postTitle.length){temp1=postLabels[b];document.write("<p/>");document.write('<p class="labels"><a href="/search/label/'+temp1+'">'+temp1+"</a></p><ol>");firsti=a;do{document.write("<li>");document.write('<a class="post-titles" href="'+postUrl[a]+'">'+postTitle[a]+"</a>");if(postRecent[a]==true){document.write(' - <strong><span style="color: rgb(255, 0, 0);">New!</span></strong>')}document.write("</li>");a=a+1}while(postLabels[a]==temp1);b=a;document.write("</ol>");sortPosts2(firsti,a);if(b>postTitle.length){break}}}function toggleTitleSort(){if(sortBy=="titleasc"){sortBy="titledesc"}else{sortBy="titleasc"}sortPosts(sortBy);displayToc(postFilter)}function toggleDateSort(){if(sortBy=="datenewest"){sortBy="dateoldest"}else{sortBy="datenewest"}sortPosts(sortBy);displayToc(postFilter)}function showToc(){if(tocLoaded){displayToc(postFilter);var a=document.getElementById("toclink")}else{alert("Just wait... TOC is loading")}}function hideToc(){var a=document.getElementById("toc");a.innerHTML="";var b=document.getElementById("toclink");b.innerHTML='<a href="#" onclick="scroll(0,0); showToc(); Effect.toggle(\'toc-result\',\'blind\');">?? Display Table of Contents</a> <img src="http://1.bp.blogspot.com/-_VZwBpHw_SI/UrXvLbFxacI/AAAAAAAAFiQ/ZGqWZUZesCI/s1600/new_icon.gif"/>'}function looptemp2(){for(var a=0;a<numberfeed;a++){document.write("<br>");document.write('Post Link : <a href="'+postUrl[a]+'">'+postTitle[a]+"</a><br>");document.write('Read all : <a href="'+postPublished[a]+'">'+postTitle[a]+"</a><br>");document.write("<br>")}};
//]]>
</script>
<script src="https://yourblog.blogspot.in/feeds/posts/default?max-results=9999&amp;alt=json-in-script&amp;callback=bloggersitemap"></script>


Step 4

After adding the above code, replace https://yourblog.blogspot.in with the address of your blog.

Step 5

Click "Options" on the right side of the post editor and select "Don't Allow, hide existing" for the reader comments.

Read also: how to submit website to Yandex search engine

Step 6

Finally click on the "Publish" button and see the page.


This sitemap will updated automatically as new posts are published.

If you need any help please comment below.

Saturday 21 October 2017

October 21, 2017

How to charge your android phone faster


how-to-charge-your-android-faster


Hi guys, in this tutorial I will tell you some special tricks to charge your android. These tricks will help you to increase the battery life and also your android phone. Android batteries usually take 2-3 hours to get completely charged. Charging it for few minutes will hardly rise its 1 or 2% only. So below I had shared few essential tips which can boost up the charging speed of your Android phone.

1. Switch off the phone

Turning off the phone can be a good solution to speed up the charging process . The reason is very simple. When the phone is switched off, there will be no battery usage by the screen, apps, Internet and other things. In other words, no discharging will take place and thus no extra battery power will be dissipated.
What I had observed is that, when the phone is off, charging speed will increase by 50% least which means that your phone will be charged completely in less than half the usual time it takes. Another benefit is that, your phone will not overheat while charging. This keeps your phone battery healthy, safe and long-lasting.

read also: MX Player tricks and tips


2. Use Airplane mode

If you don't want to switch off your phone, use Airplane mode instead. Many of you already know about this feature.
Airplane mode simply turn off all wireless transmission functions like Wi-Fi, hotspot, bluetooth , GPS and cellular . In airplane mode, you won't receive any calls, messages and other online notifications. Moreover, you can't access Internet.
Remember that, saving battery life at the time of charging will boost up the charging speed. These functions are the main culprit to reduce battery life. Android device occasionally check for Wi-Fi, cellular and bluetooth signals (if these features are turned on). Moreover, If signals are low, device will try more hard to get good input which will consume more energy. While in airplane mode, your phone will stop communicating with other devices and towers.


3. Avoid USB charging

The average amp input required by most of the Android devices is around 1 amp only, which will charge the battery at normal rate. Many people charge their phone by connecting it with laptop. There are three types of USB ports available at present which are 1.0, 2.0 and 3.0. The amp output of 1.0 and 2.0 USB port is less than 1 amp which charge at very slow rate while it's little more for 3.0 USB port.
Experiment shows that the charging with USB is quite slow in comparison with the direct wall charging. This is because, the
power supply by the wall chargers is much higher than the USB ports and thus battery get charged more faster. Also, you shouldn't use wireless charging when you're in hurry because it also supply less power.

read also: create recycle bin in android

4. Stop useless things

You should turn off all useless things like Wi-Fi, mobile data, NFC, location, bluetooth, GPS and hotspot when they aren't in use. I had seen many people who keep their mobile data turned on every time. All these things are used to send and receive signals which are the worst battery enemy.
Playing games and watching videos are another things which you should avoid. This not only slow down the charging speed but also overheats your phone. You can also decrease the screen brightness to save little battery life. Don't use flashlight and camera for a long time.


5. Don't use your phone while charging

If you're one of those people who always use their phone while charging then, please stop doing this. Turning on the screen every 30 second to check new notification will drain phone battery. Just leave it and let it charge only. Some apps will still work in background even when your phone is locked. They are wasting battery life for no reason.
To solve this problem, you can uninstall all those apps which are no longer in use. I usually check my phone to find such useless applications and uninstall them to free up the memory space. Facebook, Instagram, Flipkart and other news apps are the main culprit. They are wasting battery and using unnecessary data in background. It's better to access their website directly from your primary browser instead of using their app.

6. Use original charger only

If your smartphone charging speed is too slow, it may be due to its faulty charger.
Faulty charger not only supply less power to the battery but also make its life shorter. Never use local chinese chargers to charge your device, even using a different company isn't good. You should use same model and same brand charger only which comes packed with the phone. Now Android phones get hanged when a local charger is plugged into them. If you think that your charger is faulty, replace it (if it's in guarantee) or get a new one.

read also: how to take backup of your installed games and apps

7. Get a new battery or power bank

As like charger, your battery can also be a faulty and it may take more than usual time to get completely charged. After a long use, the internal resistance of battery is increased and due to which, more energy is consumed to overcome this resistance. This increases the discharging and thus, slow down the charging process.


8. Use battery saver mode

 Android Lollipop version has an inbuilt feature to save battery life. This feature is named as battery saver mode. If you've a Sony device, you can use stamina mode as well.

read also: google adsense approval tricks

9. Use safe mode

 You can reboot your Android phone in safe mode which will disable all third-party apps and widgets.


10. Put it in cool place

Putting your Android device in cool place is good to reduce its temperature and thus it will be charged at more faster rate.

If you have any question related to this topic, always feel free to leave your comments below!

October 21, 2017

How to check Google analytics code is implemented successfully or not ?????


how-to-check-google-analytics-in-blogger


Hi guys, in this tutorial I will show you how can you check whether Google analytics code is implemented successfully or not ? If you have implemented google analytics code in your blogger theme and you want to be sure about that, you can check it manually.


Step 1


First of visit any of your blog URL, and right click on anywhere, and select view page source from browser option. Now press CTRL+F(To find codes) and search your analytic ID, like this.

Google-analytics-check-blogger


So if you found your analytic ID, it means you have successfully implemented Google Analytics code.

read also: how to install Google analytics in blogger


Google Analytics Checker

You can check whether it is working or not through this website.



Tuesday 17 October 2017

October 17, 2017

How to install google analytics in blogger


how-to-google-analytics-in-blogger-seo


Hi guys, in this tutorial I will show you how to implement google analytics in blogger. This will help you to track your audience interest and their attraction towards your blog post. This is a free tool provided by google, you can track how your visitors are interacting with your blog.


Step 1

Go to the Google Analytics Webpage, and click on Signup button.


Step 2

Now, you need to enter your website details. Don’t worry Google Analytic did not provide a different kind of dashboard if you selected any other industry category for your site. Here, standard time zone gives you accurate reports in hours, so do not forget to choose the right time, as per your country name.

Google-analytics-install-blogger


Step 3

Now, Click On Get tracking ID.

Step 4

Now accept terms of service. 

Step 5

Now, you will see a tracking code window, like this.

google-analytics-blogger


Now we have to add Google Analytic in your blogger blog. We can do this in two different ways. The first method requires tracking ID (like UA-XXXXXXXX-X) only, and the second method required complete JavaScript code.

Method 1: Add Google Analytic Tracking ID directly in Blogger Settings

This method is very simple if you’re using Blogger official theme. Because in this method you just need your tracking ID, and blogger will place complete JavaScript code automatically in your theme. So you can try this first.

Step 1

Go to the setting menu and then click on other option.

Google-analytics-install-blogger

Step 2

Now, scroll down a little bit, and you will see Google analytic option, so just place your Analytics ID (for example UA-XXXXXXXX-X), and click on save settings.
This method sometimes does not work with custom/third party blogger theme, so check your source code to know whether the analytic code is implemented successfully or not.

read also: how to check google analytics code implemented successfully or not

Method 2: Add Google Analytics Codes Manually in your Blogger Theme.

Step 1

First of go to the template option and click Edit HTML option.

Step 2

Now, Press CTRL+F from your keyboard and find the </head> tag in your template, and paste your analytic codes just above it. Refer below screenshot for better understanding.


Google-analytics-install-blogger


Now, check out your source page again to make sure, you have implemented code successfully or not. Make sure there are no twice codes. Otherwise, you’ll see double/wrong reports number for the same visitor. So be careful about that.
And now guys if you have any question related to this topic, always feel free to leave your comments below!
October 17, 2017

How to submit website on Yandex webmaster tools


how-to-submit-website-yandex-webmaster-tools


Hi guys, this tutorial will show you how to submit your website to Yandex Webmaster Tools, along with your sitemap file. So let's start this topic and follow these steps:

read also: how to submit website to bing webmaster tools


Step 1

First we will head over to the Yandex Webmaster Tools website. (http://webmaster.yandex.com/) If you don’t have a Yandex account you can always signup for a free one.

Step 2

After signing up, go to the sites page http://webmaster.yandex.com/sites/ and click on the “Add Site” button. Then input your domain and click on the “add” button.


Step 3

It will now ask you to verify your website. There are a couple of options to choose from. I recommend option the meta tag option. Go ahead and copy the meta tag.

Yandex-Webmaster-Tools-seo

Step 4

Now back in Yandex, click on the “Check” button.

Step 5

Now we will add your sitemap file. Click into the “Indexing Options” and then into “Sitemap files.” Enter in the location of your sitemap file and click on the “Add” button. Your sitemap is most likely located at the root of your URL.

Yandex-Webmaster-Tools-seo

Step 6

Just like Google Webmaster Tools and Bing, it will show you a status of the sitemap file. I always recommend waiting a day or so before seeing if your Yandex sitemap was processed correctly. It will show you how many pages/posts have been submitted and then how many are actually indexed. Yandex will now automatically crawl your sitemap file on a regular basis.

And now guys if you have any question related to this topic, always feel free to leave your comments below!

Monday 16 October 2017

October 16, 2017

How to create sitemap for WordPress website


Create-sitemap-wordpress


Hi guys, In this tutorial I will be showing you how to create a WordPress sitemap file (ex. sitemap_index.xml) for your site. Sitemaps are used by Google, Bing, and Yandex as a hierarchy for your website. I highly recommend taking the time to create them and submit them properly to Google, Bing, and Yandex. So guys let's start this topic and follow these steps properly:

Step 1


As you know WordPress is very easy to handle and there are many plugins available which really helps to do this job. So the first step is to install the WordPress plugin “WordPress SEO by Yoast.” This is the plugin I always recommend to generate your sitemap files if you are running WordPress, and it is completely free. I have used this plugin on hundreds of WordPress installs over the past 10 years. It currently is used by WordPress sites all around the world and has over 1 million active installs. So let’s go down to the Plugins section and click on “Add New.” Then we will type in “WordPress SEO” and click on “Search Plugins.”

Step 2

Now we will click on “Install Now” on the plugin WordPress SEO by Yoast.
create sitemap for wordpress
Image: Google

Step 3


Now click on “Activate Plugin.” to activate this plugin.

Step 4

Now we will go down to “SEO” on the left-hand side and click into “XML Sitemaps.”

create sitemap for wordpress
Image: Google

Step 5

Now we will make sure the the XML sitemap functionality is set on “enabled.” It should be enabled by default after you install the plugin.

create sitemap for wordpress
Image: Google

Step 6

Now click on the “XML Sitemap” button and open just to verify that directory permissions for writing the file are working and that the file looks perfect.

create sitemap for wordpress
Image: Google

Step 7

Your sitemap file should show a list of your pages/posts and it will look similar to this. It is most likely located at the root of your site.
create sitemap for wordpress
Image: Google
Now guys the best thing is, this plugin will update the file automatically whenever you create/update a page or post in WordPress. So there is no need to ever create this file manually again.
 Now you can use this sitemap file to submit in Google webmaster, Bing Webmaster and Yandex Webmaster tools.

And feel free to ask any question in comment section.




October 16, 2017

How to submit website to Bing webmaster tools


how-to-Submit-website-bing-yahoo-search-engines


Hi guys, this tutorial will show you how to submit your website to Bing (Bing Webmaster Tools), along with your sitemap file. You just have follow these steps and you will also successfully submit your website to bing and yahoo search engines.


Step 1

First we will head over to the Bing Webmaster Tools website. (http://www.bing.com/toolbox/webmaster) If you don’t have a Microsoft account you can always signup for a free one.

Step 2

Once you are logged in the first thing you want to do is add your website URL. Enter your domain and hit “Add.”
submit to bing webmaster tools

Step 3

Now we will need to put in the location of your sitemap file. Your sitemap is most likely located at the root of your URL, example http://yourdomain/sitemap_index.xml. But you can always test it as well.

submit to bing webmaster tools

Step 4

It will now ask you to verify your website. There are a couple of options to choose from. I recommend option 2, adding the meta tag to your website. Go ahead and copy the meta tag.


submit to bing webmaster tools

Step 5

If you are running WordPress I highly suggest installing the WordPress SEO plugin. Once installed, go down to the “SEO” section and click on dashboard. Paste your Bing meta tag into the Bing Webmaster Tools section and click “Save Settings.”

But if you are working on blogger then you have to edit your html file. Just log in to blogger and select your blog. Then Go to Theme > Edit HTML. Then paste the meta tag just after the <head> tag.

submit to bing webmaster tools

Step 6

Now back in Bing Webmaster Tools click on the “Verify” button.

Step 7

Then under the sitemap status you can check the status of the sitemap file to make sure it was submitted successfully. I always recommend waiting a day or so before seeing if your BWT sitemap was processed correctly. It will show you how many pages/posts have been submitted and then how many are actually indexed. Bing will now automatically crawl your sitemap file on a regular basis.


submit to bing webmaster tools
And if you are using wordpress then you will have to create your sitemap and then submit it here. I will help you to create this.

read also: how to create sitemap for wordpress website


And also as always feel free to leave your comments below!

October 16, 2017

How to submit blog to Google webmaster tools


how-to-submit-website-google-webmasters-tools


Hi guys, this tutorial will show you how to submit your website to Google Webmaster tools (Google search console), along with your sitemap file. As you know google is the largest search engine in the world so if you want a huge traffic on your website you must have to submit your website to this search engine. So follow these steps to do this job:

Step 1

First we will head over to the Google Search Console (formerly Google Webmaster Tools) website and login with your Google account. (http://www.google.com/webmasters/tools/) If you don’t have a Google account you can always signup for a free one.

read also: how to submit website to bing webmaster tools

Step 2

We now need to add your website. Click on the button labeled “Add A Site” and then input the name of your website.

how to submit website to google webmaster tools


Step 3

It will now ask you to verify your website. There are a couple of options to choose from. I recommend adding the meta tag to your website. So click into the “Alternate Methods” tab and select the “HTML tag” option.

how to submit website to google webmaster tools

Step 4

Now we need to copy that meta tag and put it into the header of your website. If you are running WordPress I highly suggest installing the WordPress SEO plugin. Once installed, go down to the “SEO” section and click on dashboard. Paste your Google meta tag into the Webmaster Tools section under “Google Search Console” and click “Save Changes.”
       But if you are working on blogger then you have to edit your html file. Just log in to blogger and select your blog. Then Go to Theme > Edit HTML. Then paste the meta tag just after the <head> tag.
how to submit website to google webmaster tools

Step 5

Once you have the meta tag added to your website, go back to Google Webmaster Tools and click on the “Verify” button. You should see a green check mark if successfully verified. Note: You might need to clear the cache on your WordPress site before Google can see your verification tag.

how to submit website to google webmaster tools


Step 6

 Now we will click into the the “Crawl” section and click on “Sitemaps.” we need to add your sitemap file. Click on the “Add/Test Sitemap” button on the top right. Input the URL of your sitemap and click on “Submit Sitemap.” Your sitemap is most likely located at the root of your URL, example https://appsandgames4fun.com/sitemap_index.xml. But you can always test it as well.

how to submit website to google webmaster tools

Now submit your sitemap.
If you are using wordpress then To find your sitemap address you can click into “Sitemaps” under the Yoast SEO plugin. Then right click on the “XML sitemap” button and select copy link address. You can also click into it and copy the address from your address bar. You can now see the status of your sitemap and any errors that might pop up. I always recommend waiting a day or so before seeing if your Google Search Console sitemap was processed correctly. It will show you how many pages/posts have been submitted and then how many are actually indexed. Google will now automatically crawl your sitemap file on a regular basis.

 If this tutorial how to submit website to Google was helpful, please let me know below!


Saturday 14 October 2017

October 14, 2017

Blogger adsense approval tricks 2018

google-adsense-approval-tricks-blogger-wordpress


Hi guys, if you have a website and you want to get Google adsense then you must have to qualify for that. You may also have applied for it and got rejected by Google. So here I have listed some special tricks or you can say requirements to approve your Google adsense account. I have also got approve with these helpful topics. So guys let’s see those things you will have to do for adsense approval.

Site submission: You must submit your site on all big search engines. E.g. Google webmaster tools, Bing webmaster tools and Yandex webmaster tools. You will definitely get much traffic from all these search engines. You have to gain traffic as much as possible. This is the first step to get approval.


Google analytics: You will have to implement google analytics in your website. It will also help you to track interest of your website readers.This is a free tool and it's so useful asl Google checks it whether you have implemented or not. So I am giving you guide for this work.




Eligibility for adsense:  You can check does your website is eligible for adsense or not. You can check it here.

Supported language: Google has a list of languages which google supports, so you can check your website language for get approval. you can check it here.

Custom domain: You can use a custom domain for your blog because if you do so the chances of approval will be higher. It will also help you to increase your rank on google search result.
you can buy your domain from Godaddy easily. But custom domain is not compulsory for approval. 

Privacy Policy: You must create a privacy policy for your website because it will help users and also google to understand your website. you can use privacy policy generator tool for this job. you will also have to create other pages like about me, sitemap, terms of uses etc.


Adsense Program Policies: You have to follow the adsense program policy. There are some important programe policies which every adsense user must know. so just check this out here.

Check your website design: You should check your website design. It really matters for google adsense approval. you can check whether your website theme is responsive or not by using this tool.


Professional looking theme: You must use a professional looking theme for your blog. Your theme should be neat and clean. There should be a proper navigation bar in your blog.

Mobile Friendly: Your website must be mobile friendly because most of the internet users use their phone to access internet. Google also checks the mobile friendliness of your website.


So guys, follow these all tricks and you will definetely get your adsense approval. If you have any question related to this article, you can comment here and I will help you.