AdSense ¿Cómo añadir correctamente anuncios de Adsense a mi sitio web?

  • Autor Autor Falcon
  • Fecha de inicio Fecha de inicio
Falcon

Falcon

Zeta
Verificado
Verificación en dos pasos activada
Verificado por Binance
Hola amigos, hace dias vengo con esto de adsense, y pues ando colocando y he visto lugares que dicen que son 3 y hasta en post hechos por staff de google, bueno entonces quisiera saber si mi web esta bien o infringe el reglamento


Enlace eliminado

ese es un post con un juego, yo queria poner los banners dentro del post pero no he podido xD, estoy dentro del single y he probado en algunos lugares, aqui os dejo el post para que vean si infringe.

Quisiera saber si estando esos 2 banners iguales afectara??, por si las dudas esos 2 banners tienen codigos diferentes.

Otra pregunta seria, podre colocar estos 2 banners dentro del post blanco o asi esta bien??, que opinan, aqui dejo el codigo de mi single.php, Esto seria solo si se pudiera meter dentro del post blanco.

Insertar CODE, HTML o PHP:
<?php get_header(); ?>

<div id="contentwrapper">
  <div id="content">
    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    <table width="960" cellpadding="0" cellspacing="0" align="center" border="0" >
      <tr>
        <td height="39" background="<?php bloginfo('stylesheet_directory'); ?>/images/s1.gif"><table width="930">
            <td style="padding-left:15px; padding-bottom:10px;" ><table width="925" cellpadding="0" cellspacing="0" border="0">
                  <td align="left"><h1>
                        <li><a href="#">Games &raquo; </a>
                          <?php the_category(', '); ?>
                          <a href="#">&raquo;</a> <a href="<?php echo get_permalink() ?>">
                          <?php the_title(); ?>
                          </a></li>
                      </h1></td>
                    <td align="right"><table cellpadding="0" cellspacing="0">
                        <td><h1><a href="#">Ratings:</a>&nbsp;&nbsp; </h1></td>
                          <td><?php if(function_exists('the_ratings')) { the_ratings(); } ?></td>
                      </table></td>
                </table></td>
          </table></td>
      </tr>
 
[COLOR="#FF0000"]<div align="center"><script type="text/javascript"><!--
google_ad_client = "ca-pub-xxxxxxxxxxxxxxxxxxxx";
/* FalgamesArriba */
google_ad_slot = "xxxxxxxxxxxxxxxx";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div> [/COLOR]
     
<tr>
      <td background="<?php bloginfo('stylesheet_directory'); ?>/images/s2.gif" >
      
      <br>
      <table width="930px;" cellpadding="0" cellspacing="0" align="center" bgcolor="#ffffff" border="0">
        <tr>
        <td>
          <center>
            <object width="<?php $values = get_post_custom_values("width"); echo $values[0]; ?>" height="<?php $values = get_post_custom_values("height"); echo $values[0]; ?>">
              <param name="movie" value="<?php $values = get_post_custom_values("swf_url"); echo $values[0]; ?>">
              <embed src="<?php $values = get_post_custom_values("swf_url"); echo $values[0]; ?>" width="<?php $values = get_post_custom_values("width"); echo $values[0]; ?>" height="<?php $values = get_post_custom_values("height"); echo $values[0]; ?>"> </embed>
            </object>
          </center>
        </td>
        
        </tr>
        
      </table>
      <br>
      </td>
      
      </tr>
      
      <tr>
        <td height="39" background="<?php bloginfo('stylesheet_directory'); ?>/images/s3.gif"><table width="930">
            <td style="padding-left:15px; padding-top:10px;"><h1>
                  <li><a href="#">Tags:</a> <font style="text-transform:lowercase">
                    <?php the_tags('&nbsp;', ', ', '<br />'); ?>
                    </font> </li>
                </h1></td>
          </table></td>
      </tr>
    </table>
    <br />
    <?php endwhile; endif; ?>

[COLOR="#FF0000"]<div align="center"><script type="text/javascript"><!--
google_ad_client = "ca-pub-xxxxxxxxxxxxxxxxx";
/* FalgamesAbajo */
google_ad_slot = "xxxxxxxxxx";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div> [/COLOR]

    <table width="960" cellpadding="0" cellspacing="0" align="center" border="0" style="vertical-align:top;" >
      <td width="638" valign="top"><table width="638" cellpadding="0" cellspacing="0" align="center" border="0" style="vertical-align:top;" >
            <tr>
              <td height="39" background="<?php bloginfo('stylesheet_directory'); ?>/images/j1.gif"><table width="638">
                  <td style="padding-left:15px; padding-bottom:10px;" ><h1>
                      <li>Game Details</li>
                      <h1></td>
                </table></td>
            </tr>
            <tr>
              <td   background="<?php bloginfo('stylesheet_directory'); ?>/images/j2.gif" height=137 valign="top"><table width="638" cellpadding="0" cellspacing="0"  >
                  <td style="padding-left:20px; padding-top:1px; padding-bottom:3px; padding-right:5px;"><table width="610px" cellpadding="0" cellspacing="0">
                        <td valign="top" width="210px"><strong>Name: </strong><font style="text-transform:capitalize;"> <small>

                            <?php the_title(); ?>
                            </small></font> <br />
                            <strong>Added by: </strong> <font style="text-transform:capitalize;"> <small>


                            <?php the_author_posts_link(); ?>
                            </small></font> <br />
                            <strong>Category: </strong> <font  style="  text-transform:capitalize;"> <small>

                            <?php while (have_posts()) : the_post(); ?>
                            <?php the_category(', '); ?>
                            <?php endwhile; ?>
                            </small></font> <br />
                            <strong>Played: </strong><font style="text-transform:capitalize;"> <small>
                            <?php if(function_exists('the_views')) { the_views(); } ?>
                            </small></font></td>
                          <td valign="top"><strong>Description: </strong> <font  style="text-align:justify;"> <small>

                            <?php $values = get_post_custom_values("description"); echo $values[0]; ?>
                            </small> </font> <br />
                            <strong>Instructions: </strong> <font style="text-align:justify;"> <small>
                            <?php $values = get_post_custom_values("instructions"); echo $values[0]; ?>
                            </small> </font> <br>
                            <br>
                            <strong>Share this: </strong>
                            <table cellspacing="5" cellpadding="0" border="0" >
                              <td><a href="http://digg.com/submit?phase=2&url=<?php the_permalink(); ?>&title=<?php the_title(); ?>&bodytext=<?php the_excerpt(); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/bookmark/digg.png" border="0"></a></td>
                                <td><a href="http://twitter.com/home?status=<?php the_title(); ?> - <?php the_permalink(); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/bookmark/twitter.png" border="0"></a></td>
                                <td><a href="http://delicious.com/post?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>&notes=<?php the_excerpt(); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/bookmark/delicious.png" border="0"></a></td>
                                <td><a href="http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/bookmark/stumbleupon.png" border="0"></a></td>
                                <td><a href="http://www.facebook.com/share.php?u=<?php the_permalink(); ?>&t=<?php the_title(); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/bookmark/facebook.png" border="0"></a></td>
                                <td><a href="http://www.google.com/bookmarks/mark?op=edit&bkmk=<?php the_permalink(); ?>&title=<?php the_title(); ?>&annotation=<?php the_excerpt(); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/bookmark/google.png" border="0"></a></td>
                                <td><a href="http://www.myspace.com/Modules/PostTo/Pages/?u=<?php the_permalink(); ?>&t=<?php the_title(); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/bookmark/myspace.png" border="0"></a></td>
                                <td><a href="http://technorati.com/faves?add=<?php the_permalink(); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/bookmark/technorati.png" border="0"></a></td>
                                <td><a href="http://reddit.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/bookmark/reddit.png" border="0"></a></td>
                                <td><a href="http://bookmarks.yahoo.com/toolbar/savebm?u=<?php the_permalink(); ?>&t=<?php the_title(); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/bookmark/yahoo.png" border="0"></a></td>
                            </table></td>
                      </table></td>
                </table></td>
            </tr>
            <tr>
              <td height="14" background="<?php bloginfo('stylesheet_directory'); ?>/images/j3.gif"><table width="638" height="14">
                  <td style="padding-left:15px; " ></td>
                </table></td>
            </tr>
          </table>
          <br />
          <table width="638" cellpadding="0" cellspacing="0" align="center" border="0" style="vertical-align:top;" >
            <tr>
              <td height="39" background="<?php bloginfo('stylesheet_directory'); ?>/images/j1.gif"><table width="638">
                  <td style="padding-left:15px; padding-bottom:10px;" ><h1>
                      <li>Comments</li>
                      <h1></td>
                </table></td>
            </tr>
            <tr>
              <td   background="<?php bloginfo('stylesheet_directory'); ?>/images/j2.gif"   valign="top"><table width="638" cellpadding="0" cellspacing="0"  >
                  <td style="padding-left:20px; padding-top:1px; padding-bottom:3px; padding-right:5px;"><?php comments_template(); ?></td>
                </table></td>
            </tr>
            <tr>
              <td height="14" background="<?php bloginfo('stylesheet_directory'); ?>/images/j3.gif"><table width="638" height="14">
                  <td style="padding-left:15px; " ></td>
                </table></td>
            </tr>
          </table></td>
        <td width="6">&nbsp;</td>
        <td width="6">&nbsp;</td>
        <td width="316" valign="top"><table width=310" cellpadding="0" cellspacing="0" align="center" border="0">
            <td width="310" valign="top" style="padding-left:16px;"><center>
                  <?php echo get_settings('wpa_300ad_code'); ?>
                  <?php 	 

					if ( !function_exists('wp125_write_ads') || !wp125_write_ads() ) : ?>
                  <?php endif; ?>
                </center></td>
          </table>
          <br />
          <table width=310" cellpadding="0" cellspacing="0" align="center" border="0" >
            <tr>
              <td height="14" background="<?php bloginfo('stylesheet_directory'); ?>/images/l1.gif"></td>
            </tr>
            <tr>
              <td   background="<?php bloginfo('stylesheet_directory'); ?>/images/l2.gif"><table width="310" cellpadding="0" cellspacing="0"  >
                  <td style="padding-left:14px; padding-top:0px; "><table width="285" cellpadding="0" cellspacing="0" >
                        <td  style="padding-left:5px; padding-top:1px; padding-bottom:3px; padding-right:10px;" height="240"><div id="sidebar2">
                              <?php 	 

					if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>
                              <?php endif; ?>
                            </div></td>
                      </table></td>
                </table></td>
            </tr>
            <tr>
              <td height="14" background="<?php bloginfo('stylesheet_directory'); ?>/images/l3.gif"><table width="310" height="14">
                  <td style="padding-left:15px; " ></td>
                </table></td>
            </tr>
          </table></td>
    </table>
    <br />
    <table width="960" cellpadding="0" cellspacing="0" align="center" border="0" >
      <tr>
        <td height="34" background="<?php bloginfo('stylesheet_directory'); ?>/images/s1fen.gif"><table width="930">
            <td style="padding-left:900px; padding-bottom:0px; padding-right:2px"  align="right"><a href="#" onClick="toggle_visibility('foo');" style="text-decoration:none;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></td>
          </table></td>
      </tr>
    </table>
    <div id="foo">
      <table width="960" cellpadding="0" cellspacing="0" align="center" border="0" >
        <tr>
          <td   background="<?php bloginfo('stylesheet_directory'); ?>/images/t2.gif"><table width="930" cellpadding="0" cellspacing="0" align="center" style="padding-left:15px; padding-top:10px; padding-bottom:10px;">
              <td><?php include (TEMPLATEPATH . '/alllist.php'); ?></td>
            </table></td>
        </tr>
      </table>
    </div>
    <table width="960" cellpadding="0" cellspacing="0" align="center" border="0" height="6" >
      <tr>
        <td height="8" background="<?php bloginfo('stylesheet_directory'); ?>/images/t3.gif"  width="960"></td>
      </tr>
    </table>
    <div style="clear:both"></div>
  </div>
  <!-- content end -->
  <div style="clear:both"></div>
</div>
<!-- contentwrapper end -->
</div>
<!-- bodywrapper end -->
<?php get_footer(); ?>
 
Pues para mi el problema es la plantilla, pero si pones el juego mas pequeño a la derecha y a la izquierda un solo banner de 336 el ctr seria muy alto
 
Atrás
Arriba