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 +New 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.
Your site is added to your Sites page with a status of "Not reviewed".
- Select a verification method to connect your site to AdSense:
- AdSense code snippet
- Copy and paste the code into the HTML of your page, between the
<head>
and</head>
tags. Make sure you place the code on every page you want ads to appear. 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> - Confirm you've placed the code, and then click Next.
- Copy and paste the code into the HTML of your page, between the
- Ads.txt code snippet
- Copy and paste the code into your ads.txt file, and upload the ads.txt file to your site's root directory. If you have an existing ads.txt file, paste the code into each ads.txt file. Learn more about creating an ads.txt file.
View an example ads.txt fileYour ads.txt file should look like this, where
pub-0000000000000000
is your own publisher ID:google.com, pub-0000000000000000, DIRECT, f08c47fec0942fa0
- Confirm you've published the ads.txt file, and then click Next.
- Copy and paste the code into your ads.txt file, and upload the ads.txt file to your site's root directory. If you have an existing ads.txt file, paste the code into each ads.txt file. Learn more about creating an ads.txt file.
If your site is linked with a platform
To connect a site that's linked with a platform:
- Depending on the platform, either copy and paste your publisher ID into the platform's setup page, or make sure that your setup is complete on the platform.
- Confirm you've completed your setup on the platform, and then click Next.
- AdSense code snippet
- Click Request review.
We'll check that your site is ready to show ads.
After our checks are complete, your site will be ready to show ads. Learn how to set up ads on your site.