To make your site available for site-related actions, such as showing ads on a new site or setting up site-level blocking rules, you first need to add the site to your sites list.
Checking your site is ready to show ads
When you add a new site, we run some checks to make sure it's ready to show ads. We verify you're the site owner and that your site complies with the AdSense Program policies. This usually takes a few days, but in some cases can take 2-4 weeks. We'll let you know when we've completed the checks and your site is ready to show ads.
Welcome to the AdSense Site Approvals series
Learn more about the site approvals process through our AdSense Site Approvals video series.
How to add a new site
- Sign in to your AdSense account.
- Click Sites.
- Click Add site.
- Enter the URL of your site.
Note: If your site is on one of our host partner sites (like Blogger or YouTube, among many others), you'll need to go to your host partner to add your site to AdSense.
- Click Save and continue.
Your site is added to your Sites page with a status of "Not reviewed".
- Connect your site to AdSense.
Copy and paste the code into the HTML of your page, between the<head>
and</head>
tags. Learn more about pasting ad code in our Code implementation guide.Tip: WordPress user? Learn how to insert ad code in your WordPress site.View an example HTML page with the code added<html>
<head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1234567890123456" crossorigin="anonymous"></script>
This is the head of your page.
<title>Example HTML page</title>
</head>
<body>
This is the body of your page.
</body>
</html> - Click Request review.
We'll check your site is ready to show ads.