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 YouTube), 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 "Requires review".
- 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 AdSense 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> - 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, wherepub-0000000000000000
is your own publisher ID:google.com, pub-0000000000000000, DIRECT, f08c47fec0942fa0
- Meta tag
You might want to use this method if you don't want to place the AdSense code snippet on your homepage.
Copy and paste the code into the HTML of your page, between the
<head>
and</head>
tags.View an example HTML page with the meta tag added<html>
<head>
<meta name="google-adsense-account" content="ca-pub-0000000000000000">
This is the head of your page.
<title>Example HTML page</title>
</head>
<body>
This is the body of your page.
</body>
</html>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
- Select the check box to confirm you've finished, then click Verify.
We verify your site. If your site can't be verified, make sure the changes you made to your site are published and accessible by the AdSense crawler. If you're still having issues, you can try a different verification method.
- 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.