MyBB Community Forums

Full Version: Problems with Google Adsense
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello
I tried applying to Google Adsense but I've been rejected twice for the same error

Quote:Estado de su solicitud de AdSense

Tal como comentamos en el correo electrónico de bienvenida, realizamos una segunda revisión de su solicitud de AdSense una vez que haya colocado el código de AdSense en sus sitios. Como resultado de esta revisión, hemos rechazado la cuenta debido a los incumplimientos siguientes:
No hemos aprobado su solicitud por los motivos que enumeramos a continuación.
Propiedad del dominio: para completar el proceso de aprobación de AdSense, debe conectar su sitio web con AdSense. De este modo, podemos comprobar que el sitio es de su propiedad y que cumple las políticas de AdSense. Para conectar su sitiohttp://tallerescampeon.com, copie el código de la página principal de AdSense y péguelo en el código HTML de su sitio inmediatamente después de la etiqueta <head>. No olvide colocar el código en una página que reciba tráfico.

Translate with Google

As discussed in the welcome email, we did a second review of your AdSense request once you've placed the AdSense code on your sites. As a result of this review, we have declined the account due to the following non-compliances:
We have not approved your application for the reasons listed below.
Domain Property: To complete the AdSense approval process, you must connect your website with AdSense. In this way, we can verify that the site is owned and complies with AdSense policies. To connect to your site: http://tallerescampeon.com, copy the code from the AdSense home page and paste it into the HTML code of your site immediately after the <head> tag. Do not forget to place the code on a page that receives traffic.


The code I have pasted in the templates portal, index, forumdisplay and showthread as follows

<html>
<head>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
  (adsbygoogle = window.adsbygoogle || []).push({
    google_ad_client: "ca-pub-xxxxxxxxxxxxxxxx",
    enable_page_level_ads: true
  });
</script>
<title>{$mybb->settings['bbname']}</title> 

To copy the code here I replaced the real numbers by the "x" for the doubts it does not correspond to put them here.
The code I pasted only in the templates of the default theme, but I have 2 more themes installed, although I do not think that is the error
But there is something I am doing wrong and therefore Google can not find it, and the truth I can not think of anything else.
I need someone with mybb forum to tell me which templates I need to put the publisher code that Google gives me to authorize my account.
Thank you very much.
Someone told me to put the code only in hiderinclude and remove it from the other templates, I did, I sent the request again and I was again rejected by google


Quote:Estado de su solicitud de AdSense

Tal como comentamos en el correo electrónico de bienvenida, realizamos una segunda revisión de su solicitud de AdSense una vez que haya colocado el código de AdSense en sus sitios. Como resultado de esta revisión, hemos rechazado la cuenta debido a los incumplimientos siguientes:
No hemos aprobado su solicitud por los motivos que enumeramos a continuación.
Propiedad del dominio: para completar el proceso de aprobación de AdSense, debe conectar su sitio web con AdSense. De este modo, podemos comprobar que el sitio es de su propiedad y que cumple las políticas de AdSense. Para conectar su sitiohttp://tallerescampeon.com, copie el código de la página principal de AdSense y péguelo en el código HTML de su sitio inmediatamente después de la etiqueta <head>. No olvide colocar el código en una página que reciba tráfico.

Translate with Google

As discussed in the welcome email, we did a second review of your AdSense request once you've placed the AdSense code on your sites. As a result of this review, we have declined the account due to the following non-compliances:
We have not approved your application for the reasons listed below.
Domain Property: To complete the AdSense approval process, you must connect your website with AdSense. In this way, we can verify that the site is owned and complies with AdSense policies. To connect to your site: http://tallerescampeon.com, copy the code from the AdSense home page and paste it into the HTML code of your site immediately after the <head> tag. Do not forget to place the code on a page that receives traffic.


Any ideas?
Any help with those who have mybb with google adsense?
basically I do not see any problem with placement of that AdSense verification code.
not sure why your site is rejected with a reason that the verification code is not present !
I think I see something; You need to add that verification code to portal.php as well as index.php because http://tallerescampeon.com/ really points to http://tallerescampeon.com/portal.php . You configured your web server to give higher priority to portal.php than to index.php Wink
^ code inserted into headerinclude template of the active theme should be reflected on all the pages of default MyBB system ..
Thanks for the help.
Last night Google finally accepted the site.
In case someone else serves you, the code goes in hiderinclude, but in all issues, in my case I had not put it in the default theme and I took a long time to discover that in the admin panel, the bots can indicate that theme view and by default brings the default theme selected.
I discovered this using the Google Search Console using the explore as google feature.