Share this Article !

How to connect website with Google AdSense

How to connect website with Google AdSense

you can earn money by adding monetize to your website and It was called Google AdSense.

Before you add or connect your website with Google AdSense should know as below.

we have 5 steps to tell you.

  1. set up your own website
  2. apply Google AdSense
  3. connect your site with AdSense
  4. copy and past Ads code to your website
  5. Request Review

Step 1:set up your own website

please make sure your website is domain, if it is subdomain we can not apply it because Google policy can not approve with it.

Subdomains
You’ll no longer be able to add or manage subdomains that are part of an existing site on your Sites page. Any existing subdomains in your account that belong to a site will be removed. This will not impact ad serving or your earnings.

Step 2:apply Google AdSense

create google AdSense account and click Add site (On the AdSense homepage).

  • add your website URL
  • go to next steps  to connect between google AdSense and website.

Step 3:connect your site with AdSense

Step 4:copy and past Ads code to your website

there are 3 methods to add and verify site ownership and you can choose one method below:

    • Adsense code snippet
    • Ads.txt snippet
    • Meta tag

copy script  (as above picture) and past it between the <head> and </head> tags

if you choose Ads.txt

create ads.txt file in your directory website and add code by take from Ads.txt snippet tab.

copy and past it to ads.txt.

if you choose Meta tag

To get your site ready to show ads, copy and paste this HTML <meta> tag between the <head></head> tags on each page of your site.

Updates to the Auto ads interface

released on March 15, 2023
The Auto advertising settings panel has been updated by Google Adsense with the following changes:
  • We have rearranged the forms into two categories according to how they behave:
    • Ads that are positioned over a page’s content without changing its layout are known as “overlay formats” and include side rails, vignettes, and anchors.
    • Banner and multiplex advertising are examples of “in-page formats”; they are positioned within sections of a page according to the page’s design and content density.
  • The format previously called ‘in-page ads’ is now called ‘banner ads’ and is part of the ‘In-page formats’ group.
  • The controls for banner ads and multiplex ads are now independent. Previously you had to turn on banner ads before you could turn on multiplex ads.
  • Each format is now easily identifiable from the menu by an illustrative icon.
  • We’ve added an ad gallery showing examples of each format.
Example of auto ads feature in the AdSense interface

Step 5:Request Review

wait google approve it.

Google Approved and ads will show in website:

Share this Article !


You may like this
Top 10 most popular programming language in 2025

Top 10 most popular programming language in 2025

Nowadays, we know and see coding skills hold immense value in technology beyond 1990 till 2025, with effects on career advancement being profound. Extremely popular languages such as Python, JavaScript, and Java...
how to improve seo and increase audience for your website

how to improve seo and increase audience for your website

To increase your audience and boost your SEO (Search Engine Optimization), you’ll need to implement a mix of technical strategies, content creation, and marketing campaigns. This is a step-by-step guide to help...
Moodle – how get total course completed and login chart in current year into dashboard page

Moodle – how get total course completed and login chart in current year into dashboard page

To add the total course completed and login chart in the current year to the dashboard, you need to get a query from course complete and login from the database. We created...
(100% worked) How to fix PHP is not recognized as an internal or external command for Xampp Or Wamp

(100% worked) How to fix PHP is not recognized as an internal or external command for Xampp Or Wamp

5 steps for fixing PHP is not recognized as an internal or external command for Xampp rr Wamp. You can follow the tips below. Go to My Computer->properties -> Advanced system setting->...
How to loop post under category in wordpress

How to loop post under category in wordpress

To loop posts under categories, you should know something. get_categories($args): Arguments to retrieve categories and we want to return array List of category objects that   ‘parent’ => 0 .  $categories =...
boostrap columns left in desktop and right in mobile

boostrap columns left in desktop and right in mobile

When you want to change columns left on desktop and right on mobile, we always think about the responsive screen.This tip will help you. following the below code : <div class="container">  ...