How to add Admob ads to your Android App in 2020

1. Add in dependency this Example project-level build.gradle (excerpt) allprojects {     repositories {         google() // check for this     } } Next, open the app-level build.gradle file for your app, and look for a “dependencies” section. Example app-level build.gradle (excerpt) dependencies {     implementation fileTree(dir: ‘libs’, include: … Read more

How to add sitemap in a Blog

How to add sitemap in Blog 1. Sign in to your Google Webmaster Tools our create new one. 2.Click and open the blog title for which you want to add sitemap. 3. Check the left side and click on Sitemaps button. 4. Look at the top right corner of the page, select  Add/Test sitemap button. 5. You … Read more