Posts

Showing posts with the label Get AMP code

Set up Auto ads on your AMP site

Image
  Auto ads for AMP automatically place AdSense   Auto ads   on your   AMP   pages. After you've added the AMP auto script and ad code, Google will automatically show ads on your AMP pages at optimal times when they're likely to perform well and provide a good experience. Before you start Make your pages discoverable  with  <link>  tags to pair non-AMP and AMP content. Example Let's say you have a site  example.com  and you host the AMP versions of each page under  example.com/amp/ . You'd add  <link>  tags in the  <head>  of each AMP and non-AMP page to indicate which content belongs together. In the non-AMP  example.com/news  page: <link rel="amphtml" href="http://example.com/amp/news"> In the AMP  example.com/amp/news  page: <link rel="canonical" href="http://example.com/news"> Set up Auto ads for AMP Sign in  to your AdSense account. Click  Ads . Clic...