Connect your Squarespace website to AdSense
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.
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>