5 Lug, 2007 Adsense , Blog Tools , Blogger hacks , Ottimizzazione Adsense Jul 5, 2007 Adsense, Blog Tools, Blogger hacks, Optimizing Adsense
Blogger.com è la piattaforma blog offerta gratuitamente da Google ed è tra le più utilizzate dai blogger di tutto il mondo. Blogger.com is the blog platform offered free by Google and is among the most used by bloggers worldwide.
Offre un comodo editor del layout che vi permette di inserire in modo visuale e molto semplice gli elementi di pagina all’interno del vostro blog, tra questi anche Adsense , con una solo limitazione però, gli annunci non possono essere inseriti all’interno del post, ma soltanto in alcune posizioni prestabilite. It offers a convenient layout editor that allows you to enter so visual and very simple elements page in your blog, among them also Adsense, with only one limitation, however, the ads can not be inserted in the post But only in certain positions points. Come ovviare a questo inconveniente? How to remedy this problem? Ve lo spiego subito: Let me explain now:
- Entrate nell’amministrazione del vostro blog e selezionate la scheda “ Modello ” e la sotto-scheda “ Modifica html “. Revenue in your blog and select the "Model" and the sub-heading "edit html." Una volta entrati, cliccate sul check box “ Espandi i modelli widget “, come indicato nell’immagine di seguito. Once entered, click the check box "Expand models widgets", as shown in below.
- A questo punto cercate la seguente linea di codice: At this point look for the following line of code:
<div class='post-header-line-1'/> <div class='post-header-line-1'/>
(utilizzate in firefox la funzione di ricerca con la combinazione di tasti ctrl f) e inserite il vostro codice Adsense immediatamente dopo. (firefox used in the search function with the key combination Ctrl f) and enter your code Adsense immediately afterwards.
Questo vi permetterà di inserire Adsense immediatamente dopo il titolo del vostro post . This enables you to insert Adsense immediately after the title of your post.
- Google però a questo punto pone un limite: dal momento che il codice Adsense è racchiuso tra due tag di commento <!– –> esso verrà interpretato da Google proprio come un commento, e gli annunci non si visualizzeranno. Google, however, at this point puts a limit: since the Adsense code is enclosed in two tags Commentary <- -> it will be interpreted by Google as a comment, and ads not see.
Per fortuna a tutto c’è una soluzione. Fortunately everything there is a solution. Se provate a salvare il modello ea tornare alla riga nella quale avete inserito il codice di Adsense, noterete che Blogger ha sostituito le virgolette con i rispettivi codici , in questo modo: If you try to save the model and return to row in which you entered the code Adsense, you will notice that Blogger has replaced the quotes with their codes, as follows:
google_ad_client = "pub-1862048471093901"; google_ad_client = "pub-1862048471093901"; Perché allora non sfruttare il suggerimento di Google e non modificare i tag di commento con i rispettivi codici. So why not exploit the suggestion of Google and not to change the tags Commentary with their respective codes. Presto fatto. Soon done.
Sostituite la prima parentesi angolare del commento con < e la parentesi angolare alla fine del commento con > . Replace the first angle brackets of the comment with <and the angle brackets at the end of the comment with>.
Il codice finale dovrebbe apparire come quello sotto: The final code should look like the one below:
<script type='text/javascript'> < !- - <script type='text/javascript'> <- --
google_ad_client = "pub-xxxxxxxxxxxxxxx"; google_ad_client = "pub-xxxxxxxxxxxxxxx";
google_ad_width = 336; google_ad_width = 336;
google_ad_height = 280; google_ad_height = 280;
google_ad_format = "336×280_as"; google_ad_format = "336 × 280_as";
google_ad_type = "text_image"; google_ad_type = "text_image";
google_color_border = "112233"; google_color_border = "112233";
google_color_bg = "112233"; google_color_bg = "112233";
google_color_link = "97CA76"; google_color_link = "97CA76";
google_color_text = "89B5E7"; google_color_text = "89B5E7";
google_color_url = "EABD61"; google_color_url = "EABD61";
google_ui_features = "rc:6"; google_ui_features = "rc: 6";
//- - > / / - ->
</script> </ script>
<script src=’http://pagead2.googlesyndication.com/pagead/show_ads.js’ type=’text/javascript’> <script src='http://pagead2.googlesyndication.com/pagead/show_ads.js' type='text/javascript'>
</script> </ script>
Aggiornamento: in rete è disponibile uno strumento che permette di convertire il codice Adsense affinche sia adatto per questo scopo. Update: networking is available a tool that allows you to convert the Adsense code to be suitable for this purpose. Lo trovate a questo indirizzo: http://blogcrowds.com/resources/parse_html.php I found at this address: http://blogcrowds.com/resources/parse_html.php
Questo metodo è sicuro e perfettamente in regola con il TOS di Adsense , infatti se salvate il modello e andate a visualizzare il codice della vostra pagina, vedrete che il codice Adsense è proprio come viene fornito all’origine. This method is perfectly safe and in good standing with the TOS Adsense, in fact saved if the model and go to see the code of your page, you will see that the code is just as Adsense comes to the source.
A questo punto, se volete possiamo fare ancora di più. At this point, if you want we can do even more.
Possiamo decidere di inserire l’insieme di annunci soltanto all’interno dei singoli post e non in home page, oppure far apparire in home page un determinato formato (piccolino, che magari non sia di intralcio alla lettura) e all’interno del post un formato più grande. We can decide to enter the ad only within the individual posts and not on the home page, or to appear on the home page a certain format (piccolino, which perhaps is not a hindrance to reading) and inside the post a bigger size.
Per farlo dobbiamo aggiungere la seguente sintassi al codice di cui ho parlato all’inizio dell articolo. To do this we must add the following syntax code I mentioned at the beginning of article.
Sempre sotto la riga <div class='post-header-line-1'/> inserite il codice: Also under the line <div class='post-header-line-1'/> enter the code:
<b:if cond='data:blog.pageType == "item"'> <b:if cond='data:blog.pageType == "item"'>
<il vostro codice adsense modficato come sopra> <your adsense code modficato as sopra>
</b:if > </ b: if>
Questo farà apparire gli annunci Adsense soltanto all’interno delle pagine contenenti i singoli post. This will appear Adsense ads only within the pages containing the individual posts.
Se volete invece avere due tipi di formati diversi di annunci a seconda che ci si trovi in home o all’interno del singolo post, utilizzate questo codice: If you want instead to have two types of different formats of ads depending on whether you are at home or in the individual post, use this code:
<b:if cond='data:blog.pageType == "item"'> <b:if cond='data:blog.pageType == "item"'>
<il vostro codice adsense dei singoli post> <your adsense code of individual post>
<b:else /> <b:else />
<il vostro codice adsense della home page> <your adsense code of home page>
</b:if > </ b: if>
ARTICOLI CORRELATI: Related stories: INSERIRE GLI ANNUNCI ADSENSE (E YAHOO PUBLISHER) ALL’INTERNO DEI POST IN BLOGGER INSERT ADVERTS ADSENSE (YAHOO AND PUBLISHER) INTERIOR OF POST IN BLOGGER INSERIRE ADSENSE FRA I POST DI BLOGGER INSERT ADSENSE BETWEEN THE POST OF BLOGGER GUADAGNA DI PIU’ INSERENDO MENO PUBBLICITA’ WORK MORE 'INSERENDO LESS ADVERTISING' L’IMPORTANZA DELL’ALT NELLE IMMAGINI THE IMPORTANCE DELL'ALT IN IMAGES INSERIRE IL NUOVO CAMPO DI COMMENTO NEI TEMPLATE DI BLOGGER MODIFICATI INSERT THE NEW FIELD OF COMMENT IN MODIFIED TEMPLATE FOR BLOGGER
Sballato said,
wrote on September 5, 2007 @ 18:45
Great guide!
Merlinox said,
wrote on September 5, 2007 @ 19:11
In my blogspot blog I have always used this method too, but I fear that when the banner is in loops, recall more than 3 times heavily penalise the CPC.
Unfortunately I have not yet found a solution, and the new feature of bloggers inserting banner between the posts to me does not work: (
Admin said,
wrote on September 5, 2007 @ 20:13
In part you are right, too many blocks of Adsense ads have negative implications on the CPC. However the script considers only 3 blocks provided in the TOS.
One solution is to use the smaller formats such as banners or half the 468 x 60 banner on the home page and larger formats within each post, just as is explained in this post.
However until now blogs on Blogger platform are that with the highest CTR (talk about something like 13% in some cases).
Merlinox said,
wrote on September 6, 2007 @ 08:38
On trading-italia.biz I did precisely these updates, thanks for lighting of your post.
The problem remains, however, that the management of blogger adsense inside of the post does not work, or at least does not work on my blog.
Admin said,
wrote on September 7, 2007 @ 17:13
You can send me the template xml and adsense code to be included and I can try to help.
ulisse Di Bartolomei said,
wrote the February 22, 2008 @ 21:33
Hi
I have the feeling of having found the forum "right where trust my penis with the blog google.
Certainly much blame has my inexperience tantè that I can to come to head for the creation of a blog running, in particular to make me pay for the advertising already hosted.
The questions are: 1) where I find the robots.txt?
google asks me if I have one, but looking in all the drawers and three old shoes, I have not found… in short, all will be super computer experts but we want to add this information? 2) the adsense code should be between the body replacing everything that's in half or aggiungendovelo. 3) codes research and referrals should also be placed somewhere but even this escape me and is always the question as sistemarceli. Of course, you understand that I do not want to learn all the technique html, but only what I need and I hope that there will scandalizzi!
However, I am the prodigal of thanks for anyone give me a hand and obviously you are all invited to my blog lospiritodeltempodiulisse.blogspot.com
Ulysses
giadatea said,
wrote the March 17, 2008 @ 00:31
Thank you, useful information, pity that the thing that I wanted to make is not feasible, having a blog group thought that everyone could fit their codes, and instead appear only those of a writing. Patience…
AdSenseVincente 'Blog Archive' Insert AdSense ads on Blogger. Said,
wrote the March 25, 2008 @ 23:16
[...] Guide to 'inclusion of AdSense ads for those who use Blogger Leave a Comment [...]
Domenico said,
wrote the March 26, 2008 @ 17:25
Help really useful for those who want to begin to place AdSense ads on Blogger.
Congratulations
Raffaele Ciruolo said,
wrote the April 16, 2008 @ 09:19
I entered on my blog (Blogger) three rectangles
336 x 280 using (layout) "configure post
blog "and ticking" Show ads between post and
"Show after each 3 post."
But perhaps not so will not paid because I entered my specific code.
If so how do I paste my code between
posts and make me pay?
Mr.Segnalatore said,
wrote the April 19, 2008 @ 11:26 a.m.
Hello,
thank you very much for the advice, I have been very useful!
I wanted to ask just one thing, but it is possible that once included the adsense on posts be penalized indexing by google?
Did I say this because since I midificato the html (Friday 11/04) posts that I wrote are not yet in the search engine… very strange!
I thank you for any response.
Regards
Mr.Segnalatore
The Reporter Blog
Andy said,
wrote the April 22, 2008 @ 19:01
I do not find it in the string -.- even with ctrl f
andy2000 said,
wrote the April 22, 2008 @ 21:58
1) To Mr. Reporter: adsense ads do not affect sull'indicizzazione Google, since they are managed by a separate crawlers.
2) To Andy: you are assured that they have checked the box "Expand models Widgets?"
Gianfranco said,
wrote the April 24, 2008 @ 14:19
Here are the excellent information that will increase revenue adsense compliments ..
Ulysses Di Bartolomei said,
wrote on May 7, 2008 @ 23:00
Hi!
I would want to explain because I wrote the sarcastic some post above. Initiated the blog I did not know that some template schould be worked whith FTP programs and others from the "dashboard" of bloggers.
And this has complicated the life a lot because I have wasted so much time and only after one month an expert has understood that I did not know the thing was working on and has told me!
I have learned a lot obviously, but I believe that in blogger should be signalled "very big" this difference, so to avoid to look for cabbages and continually receiving cucumbers!
The blogs were born easily for going online with the dog, the parrot, the geraniums, the little kids… or not! And now do not tell me that in this post I am too much technician…
I wish everybody the best
Ulysses
Jonn said,
wrote on May 8, 2008 @ 03:41
Hello, thank you for the information first of all, I put into practice and are satisfied.
I wanted to ask if you know how to prevent the fourth post on the home page blog, I remain empty space under the title as if there were ads, but there are!
Hello and thanks.
andy2000 said,
wrote on May 8, 2008 @ 08:22
Unfortunately, I have the same problem too. The fact is that Adsense generates Iframe in which to put ads but since have been published already 3 blocks, not display them in 4, creating the empty space of which you speak…
Alb3rt1 said,
wrote on May 12, 2008 @ 18:04
Thank you very much!
Tutorial very well explained, and useful!
Nino said,
wrote on May 19, 2008 @ 09:22
Hello, and if I wanted to insert the code adsense at the end of the post as I do?
Claudio said,
wrote the June 9, 2008 @ 16:13
how do I include them in mid-post?
thank you for the rest entirely clear
andy2000 said,
wrote the June 9, 2008 @ 16:21
Unfortunately you can not put adsense halfway post, nor in an automatic way, nor in manual mode since Blogger creates some problems with the script… who knows in the future if some scripts will be issued by Google. We look confident.
Claudio said,
wrote the June 9, 2008 @ 22:49
Thanks andy, but you as you did.
That is, as from the command that check after a certain number of words?
andy2000 said,
wrote the June 10, 2008 @ 08:09
If you refer to this blog, know that it is not a blog blogger, but runs on platform wordpress.
In my case I used the plug "adman" for the management of ads.
Maybe today I write a post on
HELLO!
Andrea said,
wrote the June 23, 2008 @ 07:58
Hello ..
I'm new to your blog and I must say very well, I offer you my congratulations.
Check the question:
I followed your instructions to insert the announcement of adsense all'intenrno post immediately after the title, but I have the problem that leaves me only a blank space. I know give a solution?
I also feature automatic bloggers to add ad between posts does not work.
Thank you.
Hello