Showing posts with label Guide. Show all posts
Showing posts with label Guide. Show all posts

The world wide web of the internet has given great help for many people. It can connect us to people in different places around the world. We can use it in our work and get bigger profit from it. Many companies use it as their marketing tool. They only need to make a company website and put contents that inform the latest change in the company to the website. This content can reach people all over the world. It will give them a chance to increase the number of the customers.

To get more customers these companies must make sure that the website is on the top list of the search engine. When people try to search for products and information based on the related keyword, the company website will be shown on the top list. These people will automatically open the website and find all the information on it. The company must monitor the position of the company’s website on this search engine. It will not be on the top list if the company does not use the best SEO system. Submitedge.com provides the best SEO submission services to help these companies increase the position of its website on the top list of search engine. These companies can easily order complete SEO system for its website.

This website offers the best key features for helping these companies put its website on the top list. It will handle the entire works on this SEO. This website will monitor and verify every small change in the websites and review the links sites. To order the SEO submission on this website, we will find numerous offers in different packages. We only need to learn each package and the services that it gives for customers. With easy order, we can get the best SEO package for our company’s website and get more customers to our company.



SEO Submission for Getting More Customers

The number of the customers gives effect to the company’s profit. The company depends on the income that comes from its customers. Therefore, if the company can get more customers, they can reach higher profit. One of the most effective ways to sell more products is by using the internet. The company owners only need to make a website about the company and put information on the products and services of their company. However, if the website does not enter the top list on the search engine, it might not be able to bring the maximum number of new customers.

The company owners must be able to monitor the progress of the website. They need to use the best SEO system to help them monitor the position of the website on the search engine. Submitedge.com can help them to monitor their position o the search engine. On this website, they only need to choose the SEO submission package that they want to use for their website. It will automatically handle the submission services to put the website on the top list. They also can get other SEO services that have proven to give the best result. This website provides SEO content writing, SEO web designing to SEO tools to help these companies upgrade their position on the search engine.

This website has various key features that will give the best help for these companies to advertise its products and services. These key features also will help on creating link building for the websites. With simple subscription procedures, we can easily make our order to this website. Then, we can enjoy the result of this service to our company. People will be linked to our website when they use the related keyword on their searching. It can be our chance to get more customers and increase the profit of our company.


SubmitEdge for Your SEO System

The main goal of many companies is to reach new customers as much as possible. It can help them to get more profit. The main thing that needs to do is to use the best tool to help them advertise their products and services.

Using a company website can make this advertisement work becomes easier to do. Once it has got full access to the World Wide Web, people in all over the world can get the information on the company. However, the company has to make sure that the website is on the top rank of search engine result. They have to use the best SEO submission to monitor the progress of its website.
Submitedge.com can give them the best offers of various SEO services. This website also works on link building to connect the website with other sites in the world. It gives the chance for the company to reach more customers and get more profit.

readmore »»

Adding adsense ads inside blog posts is a very good thing to do to increase your CTR.
CTR means"(the number of times your ad clicked) divided by (number of times it is shown).So,the more CTR you have,the more $ you get.

As we know,there are more chances for the ads to be clicked when they are in the middle(blog posts) rather than at the sidebars(especially the right sidebar),footer,etc.So,


How to place adsense ads between Blog posts:

By doing this,the adsense units will be displayed between the blog posts in the homepage,archive pages and permalink(individual post pages).
Follow the procedure to do this:

1.Sign in to your blogger dashboard>click on the layout link



2.Click on the Edit link in the "Blog Posts' column[look at the below screenshot



3.Check the box next to 'Show ads between Posts'



next,configure the ads,choose the format,colours,etc and SAVE THE CHANGES.




That's it! Now your adsense ads will show between blog posts.

readmore »»

Advanced users of Blogger.com service may have tried to insert and put Google AdSense ad code which is actually a Java script directly into the blog pages by manually editing the XML-based template HTML coding interface. Actually, it’s possible add any ad code by using HTML/JavaScript page element within the Blogger new XML template system, but the place where you can place the new block is rather limited, i.e. above or below the post body, header, footer, within sidebar or between blog posts. In case you want to put the ads inside the post, or align the ads to float and wrap around the text, or just within the single individual article content view, you will have to edit directly the HTML coding of Blogger template.

If you try to insert any Google AdSense, AdBrite, AdEngage and any other JavaScript based ad code, or client-side components such as counter, tracker, form, snippet, effect, date and time, etc which is JavaScript based, the following error message may be returned when saving ore previewing:

Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly. XML error message: The processing instruction target matching “[xX][mM][lL]” is not allowed.

or

Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: The reference to entity “zs” must end with the ‘;’ delimiter.

and many other different XML error message.

The problem is caused by incorrect dynamic interpretation of Blogger XML template when it generates the HTML webpage for the blog page that is requested, probably due to the fact that the AdSense ad code or other code is not a valid XML, coupled with the fact that some ASCII characters have special meaning and reserved functions, confusing Blogger blogging engin.

The resolution to the JavaScript based coding does not work in Blogger HTML template error can be solved by replacing special characters or symbols in the script to HTML code. Check out the list below for which ASCII characters that need to be replaced with their corresponding HTML code. Using HTML code will ensure that Blogger render the character correctly when serving the page to the viewer.

< - <
> - >

Above two is enough to make Google AdSense works in Blogger template. For other scripts, such as AdBrite ad code, you will need to replace more characters such as those listed below.

& = &
” = "





For example, a Google AdSense code should become looks similar to code below:

<script type="text/javascript"><!--
google_ad_client = "pub-XXXXXXXXXXXXXXX";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "000000";
google_color_text = "000000";
google_color_url = "000000";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

While an AdBrite ad code will became the similar code to the below:

<script type="text/javascript">
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'FFFFFF';
</script>
<script src="http://ads.adbrite.com/mb/text_group.php?sid=303771&zs=3330305f323530" type="text/javascript"></script>


Simply use the text editor to parse the code and then replace the characters. Don’t worry about violating AdSense TOS or other terms and conditions, as once the blog’s web pages are rendered and presented to the viewers and visitors, the code will be exactly same as the original code before any replacement!

readmore »»

Are You a Blogger, Are you interested in increasing yours adsense revenue by improving the CTR of adsense of your blog that is by inserting adsense codes with in every post ,If Yes then today i will tell you how to wrap adsense code in between yours blogpost For this you must have yours adsense account and yours Blogger account.

* If you want adsense text ads in between yours blog post then there is one simple method to put this adsense hack on action but before this you have to read post on how to Insert ads unit through Layout (must read ) this post is First Step :) to this adsense hack
* After you have done First step then Go To Template–>> Edit Html–>>And Click Then tick mark Box Next To Expand Widget Templates as seen in below image



# Click within the Html Box Press CTRL-F
# And Search For Text

<data:post.body>



#Now Place below code Just after

<data:post.body>



if you want adsense ads to appear when single post is viewed and If Before

<data:post.body>



if you want to appear adsense ads with in every page up to 3 blog post In Home page.
# Below Code Is For Single Post View

<div style='float:left;'>
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>
</b:if>
</div>





#Below Code Is For Home Page( If You want to appear Code In Home page)

<div style='float:left;'>
<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>
</div>






For floating Ads to left Use

<div style='float:left;'>



And

<div style='float:right;'>



for floating ads on right side of Blogpost.



readmore »»

There is trick to add Google AdSense and other advertising network such as AdBrite ad unit right beside and inside within Blogger post content, so that the ad block will appear wrapped and floated inline to the top left or top right next to the blog text. If you do not like this layout and dislike the prominent location the ads are displayed, there are other places within blog post to put the ad code.

The guide below provides tips and tricks on where should the parsed HTML ad code (after replacing several special characters with HTML code) be pasted and inserted in the Blogger XML-based template. In essence, the steps are exactly the same when positioning the ad next to and within post content, except that the text string to search (where to paste the ad code) is different.

To recap, go to Blogger Template tab for the blog you want to change, then click on Edit HTML. Remember to tick Expand Widget Templates check box, and perform the backup.

Wrap Around Next to the Post and Float to Left or Right












After Post Title Before Post Contents



The ad banner will appear below post title but above and before the start of blog content. It’s actually exactly the same with tip above to wrap AdSense around the post, except that now the ad unit does not float but instead been place at the center without wrapping, and thus pushing content below it.

Search for the line of:

<p><data:post.body/></p>



Paste the parsed Google AdSense ad code inside <center><div> and </div></center> right before the above line so that it looks like below after change:


<div class=’post-header-line-1′/>

<div class=’post-body entry-content’>
<center><div>[parsed Google AdSense ad code]</div></center>
<p><data:post.body/></p>
<div style=’clear: both;’/> <!– clear for photos floats –>
</div>



After Post Content Before Footer Credits




The Google AdSense ad unit or other display ads banner will appear at the bottom of the blog post, after the end of content and just before the ending credits, within inside the post.

Search for:

<div class=’post-footer’>



Paste the parsed Google AdSense ad code inside <div> and </div> right before the above line so that it looks like below after change:

<div class=’post-body entry-content’>
<p><data:post.body/></p>
<div style=’clear: both;’/< <!– clear for photos floats –<
</div>
<div>[parsed Google AdSense ad code]</div>
<div class=’post-footer’>



To center the ads unit, add the wrapper of <center> and </center>.

After Footer Credits

Unlike the above where the ad unit appear before the credit right after post content, this time the ad unit will appear after the credit for the post is displayed. The easiest way to achieve the task is using built-in feature of “Show Ads Between Posts” in Blogger. Turn off and enable the feature will display ads between posts when view in home, index or category pages, and also at the bottom most part when view in single individual post page view.

If you plan to use non-AdSense ads or want to add in custom channels, you have to manually edit the template HTML to add in the ad code. In this case, search for:

<p class=’post-footer-line post-footer-line-3′/>



Paste the parsed Google AdSense ad code inside <div> and </div> right after the above line so that it looks like below after change:

<p class=’post-footer-line post-footer-line-3′/>
<div>[parsed Google AdSense ad code]</div>
</div>
</div>
</b:includable>



Between Posts

After it’s pretty much similar to the above where ads appear after post footer. So just follow tips above.

readmore »»
Saturday, December 13, 2008

How to Use AdSense™ Preview Tool

AdSense™ offers a useful tool allowing you to preview the ads on your pages before they actually become public. We wanted to emphasize this topic as it is sometimes overlooked by AdSense™ users.

AdSense™ Preview Tool came after over one year of “happy adsensing” (in June 2007). And it came as a handy utility in setting up the format of AdSense™ pages and as a great help for ads checking.

Installation

You just add an entry in the registry of your Windows system. Yeah, that's right, unfortunatelly it works only for Internet Explorer 6.x or higher.

The result is an addition to the right-click menu: “Google AdSense Preview Tool”. You just simply go to the page you want to preview ads for, then right click and select the preview tool.




What Can You Do With AdSense™ Preview Tool?
Content Optimization




First as importance, you can check the relevance of your site to Media Partners Bot.

That is, allowing you to preview the ads that will appear on your AdSense™ page, you can see if AdSense™ interprets the theme of your page the way you want it.

So, you can make improvements as follows:

* You can optimize (or correct if the case) your content so as to result in best targeted ads.
* If your content is irrelevant as theme, then Public Service Ads will be displayed.
* If you're happy with your ads, there's more optimization you can do: you can build more content more tightly related to the ads, thus making them appealing to the visitor — a perfectly legitimate incentive.

Ads Customization
The Preview Tool allows you to play as you wish, choosing ad formats and colors combinations until you obtain the wanted effect.

Ads' placement
, format and colors play a decisive part in attracting the visitor.

It offers two options for preview formats and various ad formats to choose from



Tips

* You can see where the ads on your page lead. The tool allows you to click on them without the fear of being interpreted as click fraud. Being shown in test mode, they do not generate any money or costs.
* It helps you get the URLs of sites you want to block.
* You can check geo-targeting and see what ads will see on your pages visitors from other parts of the world.

Mind These

* Instead of ads, you might get a message at preview, announcing you that ads aren't available for the page. Not to worry, that page has probably not been crawled by Google bots at that moment and you may try it later (one hour or so).
* You should use this tool often to review which ads will show, especially when working at site updates, as the ads change as your content changes. They also change according to changes in Google's ads database.

Nice to Have...

* ...the possibility to play with your ads as you please, and, beyond the toy, it's essential to know exactly what ads will show so that you can manage them as you please and optimize your content to improve CTR.
* Also, nice to find out that the Preview Tool respects the ad block list of the web publisher on whose pages you have been using this tool. It filters out the ads in the ad block list of the publisher.

Too Bad...

...it's available only for Windows IE 6.x, as we've already mentioned.

readmore »»
Sunday, November 30, 2008

Ads in the middle

This method can be used both with old and new Blogger.
It is XHTML compliant and works with IE, FF, Opera, Safari.

Problem

In the famous Google AdSense heat map are reported the most profitable areas where to put advertising for your site or blog.
There is no mention of a placement in the middle of your posts. Why?
Because by default Blogger, the blogging platform offered by Google, doesn’t offer a way to break a post in the middle and put there an ad.
But, if you search very carefully on the Net, you’ll find that several webmasters tried to put ads in that position and report a significant increase in profits.

This site doesn’t confirm an increase in profits when an ad is in the middle of a post, but explains how to put AdSense in the middle of a Blogger post.


Solution

There is a simple way to solve this problem: move post body around the advertising code, just with a bunch of JavaScript and a couple of DIVs. In 2 easy steps:

1. In your Blogger template:

OLD BLOGGER

Find the tag <$BlogItemBody$> and replace it with following code:

<div id="prv<$BlogItemNumber$>"></div>

<div style="clear:both;margin:10px 0">

<!-- Your AdSense code -->

</div>

<div id="fst<$BlogItemNumber$>">

<$BlogItemBody$>

</div>

<script type="text/javascript">
var obj0=document.getElementById("prv<$BlogItemNumber$>");
var obj1=document.getElementById("fst<$BlogItemNumber$>");
var s=obj1.innerHTML;
var r=s.search(/\x3C!-- adsense --\x3E/igm);
if(r>0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+16);}
</script>



NEW BLOGGER

Find the tag <data:post.body/> (you must check Expand Widget Templates in Blogger console) and replace it with following code:

<div expr:id='"aim1" + data:post.id'></div>

<div style="clear:both; margin:10px 0">

<!-- Your AdSense code here -->

</div>

<div expr:id='"aim2" + data:post.id'>

<data:post.body/>

</div>

<script type="text/javascript">
var obj0=document.getElementById("aim1<data:post.id/>");
var obj1=document.getElementById("aim2<data:post.id/>");
var s=obj1.innerHTML;
var r=s.search(/\x3C!-- adsense --\x3E/igm);
if(r>0) {obj0.innerHTML=s.substr(0,r);obj1.innerHTML=s.substr(r+16);}
</script>



Note that you must replace <!-- Your AdSense code --> with block code provided by Google.

In every blog post:

2. Put a special comment


<!-- adsense -->

in the exact point you want to appear AdSense advertising.
Done!

Notes

There are a couple of different approaches to solve the stated problem, both not working:

1. Write all AdSense code block directly inside the post.

This is not working because Blogger will warn you it’s prohibited to insert JavaScript code inside a post.
Even bypassing the error (flagging Stop showing HTML errors for this post) what you’ll get is not what you wanted.

2. Write a JavaScript to move AdSense code block in the middle of our post.

While this method works, it’s prohibited by the Google ToS since you have to modify the AdSense code itself.


This method also works with other advertising systems, like Yahoo! Publisher Network (YPN), Microsoft adCenter, Chitika, AdBrite, or others.

readmore »»

This is a pretty popular Blogger hack that lots of people have asked me about. Instead of answering to each email individually, I thought it would make more sense to write an article about it.

With this hack, you can choose to display a select amount of text from the beginning of each post as a teaser instead of showing the entire post on the front page of your blog. Then when people want to read the rest of the post, they can click a “read more” link to see the full post. This is very handy if you have lots of long articles all on one page. (Note that you’ll need to have post pages enabled in order to make this feature work.)

Step #1 - Update Your Template Code


First you need to edit your existing code so I recommend copying and pasting it into notepad or any text editor. Also, it’s smart at this point to create a backup of your template just in case something goes wrong. Now do a search (CTRL + F) within the text editor for the following code post-header-line-1. This is the default code that Blogger includes but some custom templates remove or change this code so you might have trouble finding it. If you can’t locate this text then try searching for <data:post.body/ > instead. Your template will for sure have this since it’s the tag that actually prints the body of your post.


Now depending on which code you were able to find will determine how easy the next steps will be. You might need to do some detective work first in order to get this working properly in your custom template. The idea is to get this new code into your template before the tag. Keep reading and hopefully the explanation will illustrate the concept clear enough so you are able to adapt this hack to your custom template.

Add the following code below the <div class=’post-header-line-1′/ > and

<b:if cond='data:blog.pageType == "item"'>
<style>.fullpost{display:inline;}</style>
<p><data:post.body/></p>
<b:else/>
<style>.fullpost{display:none;}</style>




The result should look something like this:



If you don’t have the default <div class='post-header-line-1'/> tag then your result should look something like this instead. This is how it would be done in the MushBlue Blogger custom template:



Notice in both examples that the code in yellow and the <data:post.body/> tags are the same — it’s just tag above it that will differ based on the template you’re using.

Now let’s add one more bit of code which will actually create the “read more” link in your post. This code will go below the <data:post.body/> tag so copy the following and paste it in. Feel free to change the “Read more…” text to whatever you want the link to look like. Be careful not to delete any other code during this process.

<b:if cond='data:blog.pageType != "item"'><br />
<a expr:href='data:post.url'>Read more...</a>
</b:if>
</b:if>




Yes, there are supposed to be two </b:if> tags in the above code so don’t think it’ s a mistake. The result should look like this:



This code will be the same no matter what template you are using. Just make sure it goes below the <data:post.body/> as shown in the image above.

Now let’s look at what the final result should be. Here’s the updated code block you just worked on all put together:




Ok, you’re all done editing the template code. Paste it back into your Blogger html window and save it. If you get an error, you made a mistake. The most common mistake is to accidentally delete a > or < while pasting in the new code. If it saved successfully, it’s time to move onto the next step and modify a quick Blogger format setting.


Step #2 - Add a Class Tag in Your Default Post Template

For this step, you need to navigate in your Blogger account to “Settings” = > “Formatting” and scroll all the way down to the bottom. It’s the last option called “Post Template”. You’re going to paste in the following code:


<span class="fullpost">

</span>



You’ll want to keep the spaces in there which will make sense later. After you save this, it will look like this:



Step #3 - Create a New Post


Ok, we’ve got everything all setup so it’s time to go and test it out. Hopefully you’ve got a new post in mind for your blog. If not, then we’ll just create a test post which you can later delete. When you click on the “Posting” tab, you’ll notice that the post text area is now pre-populated with the <span class=”fullpost”>and </span> tags. If not, then you didn’t save it properly so go back and re-read step #2.

So when writing your new post, anything you put above the <span class=”fullpost”> tag will be the teaser text. The main body of your post needs to go in between the <span class=”fullpost”> and </span> tags in order for the “read more…” link to work properly. See the screenshot below. Sometimes pictures illustrate better than words.



Now publish or preview your post to see the “read more” hack working on your blog. If it doesn’t show up for some reason, go back and run through the steps again. Most likely you pasted the code blocks in the wrong places. It’s difficult to troubleshoot these issues since each template can be unique so please make sure to double-check your template before asking for help in the comments section below.

Here’s the live post with the “read more…” link properly working based on the text I used above in the post text area.



Additional Info

If you want to go back and update your old posts with this new “read more…” feature you can. Just go back and edit each post manually. Essentially you’ll need to paste in the <span class=”fullpost”> and </span> tags breaking apart the post into two parts.

For some posts, you might not want to use this feature at all. If that’s the case, just delete the <span class=”fullpost”> and </span> tags from within your new post text area. Then your new post will show up entirely just like it used to before you implemented this hack. Enjoy!

readmore »»

Do you want to have the AdSense code on the left of your text as shown in this screenshot?




Choose the smallest AdSense format like 125x125. Insert the AdSense code here:-





The AdSense Code is the one you have amended above in MS Notepad. Do NOT save the template, but click the Preview button to see if you like the placement of the AdSense ads.


If you want the Ads on the right of the text, like this:-





Insert the code as follows:-




Set the AdSense ad margins

If your AdSense ads are too close to the edge, you may set a margin in the style tag. To give you an idea how wide the margin should be, you can see the sample in our other Business Fables blog where the left margin is set to 30px. The code used was:-





Should you want to align the AdSense ad to your text, you can specify a margin or padding around the entire AdSense code. The code you can use is:-




The first number 5px is for the top margin, 10px is for the right margin, 15px for the bottom margin, and 20px for the left margin. You should of course change these values to suit your template.

Preview the template and if you are satisfied, save the template and refresh your Blog to see the new positions of your AdSense ads.

Other than Google Ads, you can learn how to place AdSense Product Referrals in your Blog.

Additional money-making opportunity

Since we are on this topic of earning revenues through AdSense, you may want to consider earning money while you are surfing the net. AGLOCO seems to have an interesting scheme which you may want to take a look. If you are surfing the net anyway as part of your daily routine, why not earn the extra income as well. You may also want to consider having AuctionAds to display an eBay auction widget which is compatible with AdSense and other ad systems.

readmore »»

If you want to know how to add the adsense ads inside the blog post rather than between the post, follow this:-

Showing adsense ads inside Blogger blog Posts:-

1.Sign in to your blogger dashboard>layout>Edit html

Check the box next to 'Expand Widget Templates'




2.Scroll down the window till you see this code


<b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/> <data:adStart/> </b:if>







3.Replace that code in the template with the below code

<b:if cond='data:blog.pageType != "item"'> <b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/> <data:adStart/> </b:if> </b:if>





and paste the below code just above that code{this will show ads above the post body}.If you want ads to show below the post,paste the code below that tag.

Here is the code to paste:-

<b:if cond='data:blog.pageType == "item"'> <b:if cond='data:post.includeAd'> <data:adEnd/> <data:adCode/> <data:adStart/> </b:if> </b:if>



That's it!

Leave you comments if you like the post or if you have any questions doubts.

readmore »»

The new Blogger widget based template that built on XML specification has a feature to add Google AdSense ad unit inline between posts. These inline ads appear between 2 blog posts on homepage, archive and category or label pages, or after the blog content when the single post is viewed individually. :) However, the placement is kind of awkward and low performing in term of click through rate (CTR).

A lot of bloggers have put Google AdSense ad code inside the post or wrap the ad unit around blog post by editing template’s HTML to insert modified ad code manually. Some users may feel uneasy on modifying the AdSense ad code as it may violates AdSense TOS. Anyway, there is another workaround to put AdSense ads in Blogger posts, by using trick to move or duplicate built-in inline ads between posts block to inside the post section.

1. To use the trick to move around AdSense ad unit added by Ads Between Posts, enable and configure inline ads in Blogger using this guide. Note that you must login to your AdSense account from Blogger to establish access authentication. If you don’t have AdSense account yet, you can click on Sing Up button to register for one.
2. To display this ad within blog post also, click on Template tab, and then click on Edit HTML sub-tab link to open Blogger HTML code template editor to edit the contents of your template.



3. Backup a copy of your template by click on Download Full Template link, in case it’s is needed be uploaded to Blogger server
to recover the template in the event of mistake or corruption.


4. Click to tick the Expand Widget Templates checkbox.



5. Find the line with the following text:
<data:post.body/>

And paste the following block of text before (for ad position before content) or after (for ad position after content) the line above:

<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>



6. Note that maximum of 3 AdSense for Contents (non Link Unit type) ads are allowed on each page.
7. If you want the AdSense ads inside blog post to appear only when individual blog post is visited, and not on homepage, category or archive pages, wrap the following lines to before and after code added above


<b:if cond='data:blog.pageType == "item"'>
</b:if>
The whole block added will look like below:
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>
</b:if>



8. After enabling Show Ads Between Posts in step 1, you will notice that AdSense ads will be shown between posts on all multiple blog posts page, and also after the article on individual single post view. If you don’t want these ads to appear, i.e. to move built-in inline ads to within post, the locate the following block of text which is same with the one we added above:

<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>



And delete these code from template. Note that we have just added a same block of code from step above, so do not remove the newly added code, but the existing code in the template.If you still want the AdSense ad unit to appear between posts when visitors view your blog homepage, label or category pages or archive pages, wrap the code above on top and bottom with the following 2 lines:

<b:if cond='data:blog.pageType != "item"'>
</b:if>



so that it looks like the following:

<b:if cond='data:blog.pageType != "item"'>
<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>
</b:if>



Note that the two lines should be added to the existing block of code in template, not the block which we added in step above.

9. Click on SAVE TEMPLATE button to save the new hacked template. Now the ad should be appear inside blog post without actually modify ad code. You can also use the same hack theory above to place the ads on different location.

readmore »»

After blogging about a niche market in the iPhone SEO space, I decided that educating my readers was more important than I ever realised. Based on the number of comments I received, I decided to review things and try and write more posts about little tips and tricks I know allowing people to work from home.

Let’s get right to it. If you’re here, you clearly know about Adsense and are most probably monetizing a site or two. Now, the conventional way to do this is to place ad blocks on your website, optimize your content and then wait for clicks to happen. There’s nothing wrong with this method, and I think it’s great to do this, but there’s a little trick, which has increased my Adsense by roughly $100 a month.

The Trick:

Like on iMod, you’ll see that the home page contains no Adsense, this is so that users arriving by direct entries, blogrolls and word of mouth, arrive at a site where there is no advertising. This often encourages users to stick around. On actual single pages (ie. clicking into an article), there is an advert block on the right hand side of the website, neatly placed and unobtrusive. Once again, this is so that it doesn’t directly impact on the users journey whilst reading the article they arrived on most probably from the Home Page or a search engine or a back link.

Now, the secret is to get a plugin which lists your top posts or simply use analytics to find out which posts are most often visited on your website. Once you have a list of the top posts on your website, open them up and click through to the post edit page, which is where you can update your post. At this point, what you want to do is carefully place an Adsense banner on this post and then save it.

Because these are the most visited posts, the banners have the most chances of being clicked, furthermore, because most people will be arriving at these posts via search engines, your content will be relevant and optimized, therefore allowing for Goole to stream relative Adsense banners, which in turn results in better targeting and more click throughs.

Give it a bash, I can almost gaurentee that you will see a nice increase in your monthly earnings!

Read more articles on Adsense:

- My Adsense from May
- My Adsense from June
- Mobile Adsense
- Adsense 101 - The basics to Adsense

readmore »»

I have a couple of blogs and experimenting with google adsense. I'm in for only a couple of months, so i actually thought the main thing i need is great traffic.

Things changed when one of my posts (not from this blog) went to reddit top 5. it then appeared at fark and delicious tops also. i had something like 60000 visitors in two days, and earned... well, a dollar or so.


that's the moment i started thiniking about optimizing my pages for adsense.

I already had ads with no borders, and colors were matching my template. i searched web for some answers, and did a couple of things. after that, my CTR increased about 20 times. unfortunately, at that moment traffic was quite low, but i still have some everyday income that is about 20 times higher. here are the simple steps:

1. Instead of 468x15 Link Unit i put 300x250 Rectangle at the top of my page under it's header.
2. I made links blue. Yes, people simply expect free links to be blue.
3. I made ads urls color match text color.

As simple as that! If i did that before, i could get about 150$ in 2 days. So make the changes right now!. If you experience your CTR increase after doing this (belive me, you will!), let me know. Perhaps, next success story will be about you!

dtyoadd.blogspot.com/2008/11/how-to-increase-your-adsense-ctr-x20-in.html

readmore »»