commercial/app/views/fragments/hostedContentsAMPMetaData.scala.html [21:72]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @* Additional meta data that does not impact rendering speed (and can live at the end of the ) *@ @if(context.environment.mode == Dev){ } else { } @* ONLY for EDITONALISED sections https://support.google.com/webmasters/answer/189077 *@ @Edition.localizedEditionLinks(request).map{ link => } @page.metadata.rssPath.map { path => } @if(!page.metadata.shouldGoogleIndex) { } @if(SmartAppBanner.isSwitchedOn) { } @Page.getContent(page).map { content => @content.tags.contributors.map { contributor => } } @* https://support.google.com/customsearch/answer/1626955?hl=en *@ @SeoThumbnail(page).map{ thumb => } @page match { case c: model.ContentPage => { @* https://support.google.com/news/publisher/answer/68297?hl=en-GB *@ @if(c.item.tags.keywords.nonEmpty) { } @c.getOpenGraphProperties.map { case (key, value) => - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - common/app/views/fragments/metaData.scala.html [51:103]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @* Additional meta data that does not impact rendering speed (and can live at the end of the ) *@ @if(context.environment.mode == Dev){ } else { } @* ONLY for EDITONALISED sections https://support.google.com/webmasters/answer/189077 *@ @Edition.localizedEditionLinks(request).map{ link => } @page.metadata.rssPath.map { path => } @if(!page.metadata.shouldGoogleIndex) { } @if(SmartAppBanner.isSwitchedOn) { } @Page.getContent(page).map { content => @content.tags.contributors.map { contributor => } } @* https://support.google.com/customsearch/answer/1626955?hl=en *@ @SeoThumbnail(page).map{ thumb => } @page match { case c: model.ContentPage => { @* https://support.google.com/news/publisher/answer/68297?hl=en-GB *@ @if(c.item.tags.keywords.nonEmpty) { } @c.getOpenGraphProperties.map { case (key, value) => - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -