Refer more articles on SEO series here:
http://mylearningcafe.blogspot.in/2015/04/search-engine-optimization-seo-series.html
What is Adsense Search?
AdSense for search is a free product that lets you to place a Custom Search Engine on your site to provide users with web search.
Refer below steps to setup a search engine in your blog.
http://mylearningcafe.blogspot.in/2015/04/search-engine-optimization-seo-series.html
http://mylearningcafe.blogspot.in/2015/04/search-engine-optimization-seo-series.html
What is Adsense Search?
AdSense for search is a free product that lets you to place a Custom Search Engine on your site to provide users with web search.
Refer below steps to setup a search engine in your blog.
- Go to https://cse.google.com/cse/
- Add a search engine for your blog
- Once setup, get the code.
Adding search in your blog right side bar
- Once you have got the code as mentioned above, go to blogger
- Click on Layout
- On the right side bar, click on "Add Gadget"
- Select HTML/Javascript
- Put in a name and put the code
- Click Save
Adding search in your posts (of your blog)
- Get the code as mentioned above.
- Convert the code, using the following URL: http://helplogger.blogspot.com/2012/03/adsense-ad-code-converter.html
- Go to blogger
- Click on Template > Edit HTML
- Make a backup of the HTML
- Search for <data:post.body/>
- Replace <data:post.body/> with
<b:if cond='data:blog.pageType == "item"'>
<<<Insert Your Encoded Adsense Code here>>>
</b:if>
<p><data:post.body/></p>
<<<Insert Your Encoded Adsense Code here>>>
</b:if>
<p><data:post.body/></p>
- Click Save
Adding search in your title header (of your blog)
- Get the code as mentioned above.
- Convert the code, using the following URL: http://helplogger.blogspot.com/2012/03/adsense-ad-code-converter.html
- Go to blogger
- Click on Template > Edit HTML
- Make a backup of the HTML
- Search for <p class='description'><span><data:description/></span></p>
- Put your code below it
- Click Save
http://mylearningcafe.blogspot.in/2015/04/search-engine-optimization-seo-series.html