Hi, I have a website with 60 pages. I just got my account approved and got the adsense code. How can I make the Google ads to show on all of my pages. Do I need to insert code on each page individually? One more question, I am going to make a new website. I know, Google will reject a site having a little contents on it. But, again, If I make few pages and then apply for Google adsense then it will be difficult to put the ads on all pages. Pls help! Thanks
do you use a php script or simply a site with html pages if you use a script that would be easy , you can add the code to the header file and it will be shown on all pages if you use html pages only you can insert the code into a new file ( name it adsense.php for exemple) then but in each page the php code <?php include('adsense.php'); ?> PHP: I think that would be more easy
Yes you can show adsense ads on your pages but you have to manually post the code to every page that you have.
Regarding your second question - You dont need to apply for a new adsense account for every new website. You can use your existing adsense account itself. Just ensure that the website conforms to the adsense policies.
You can use php script for your site. divide your html file into header.php, sidebare.php, page.php and footer.php and include your these files into each pages. Hope it will help you. best of luck