Monday, September 26, 2011

Thursday, September 22, 2011

How to add Website to Yahoo News and Google News

If you really want to get good traffic, you will have to be a friend to search engines like Google and Yahoo. One of the best ways to too many visitors to your blog or website is to add it to Yahoo News

If you would like to see content from a news site added to the Yahoo! News search results, you should use the News Source Submission Form.

Using this form will ensure that the Yahoo! News Editorial Team receives all the necessary information they require to perform a review of your submission suggestion.

Your website or blog will then be considered for addition to the Yahoo index. The Yahoo decision is based on internal quality and editorial guidelines.

There are some website which get more than 10,000 and above web visitors through Yahoo news which makes it a very good option for the for all webmaster with news websites

It is very easy to add your website or blog to Yahoo news, you will only have to fill a form with some simple infromaton like

How To Add Your Website To Google.com News
Thought this was a bit refreshing topic that some webmasters have been wondering about. A thread at Digitalpoint explores the process of submitting your blog/website to Google News to be spidered.

Note: Makes a few good pointers if you are considering adding your site such as in order to get accepted you need "url structure has 5 digits, you have 5 authors with profiles, and you have 3 editors with profiles".
Share:

Tuesday, September 20, 2011

Friday, September 16, 2011

How Your Website Penalized with Google�s Webmaster Guidelines

If your website�s position in Google for a particular search query has suddenly dropped from the first page to, say, the fifth page of Google search results, chances are that your site has been manually penalized � maybe you did something that is not in accordance with Google�s webmaster guidelines.

Well I hope none of us would ever need to use this but in case your site gets penalized in future, you can always ask Google through a reconsideration request and they may offer you an hint for debugging in the right direction. The Search Quality Team writes on the Webmaster blog:

Now, if your site is affected by a manual spam action, we may let you know if we were able to revoke that manual action based on your reconsideration request. Or, we could tell you if your site is still in violation of our guidelines. If your site is not actually affected by any manual action, we may let you know that as well

Share:

How To: Blogger Widget Tricks, Post page, Posts-Homepage-Archive

Selective Display of Blogger Widgets on Posts-Homepage-Archive ,post page, or particular pages.

Now go to "Edit HTML" page.
Mark "Expand Widget Templates"

And Search for

<b:widget id='HTML3' locked='false' title='Your Title name you gave to your widget' type='HTML'>

The number in red can be any like 1,2,3,4 it depends on your no of widget your are adding but the title to the widget you gave will be same.

So to make the widget code find easily for you find the below word

<b:widget id='HTML
and you will find many codes like these so keep on matchng the title name of widget of them to which you want to show on different pages.

A: To display the any Blogger widget only in HomePage

<b:widget id='HTML5' locked='false' title='Widget Title Name' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.url == data:blog.homepageUrl'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:if>
</b:includable>
</b:widget>
Add the blue codes as shown above in codes whch you found for that particular widget in your blog html.

B: To display widget in all posts pages but not in HomePage

<b:widget id='HTML3' locked='false' title='Widget Title Name' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.pageType == "item"'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:if>
</b:includable>
</b:widget>

C: To Display Widget In Archive Pages

<b:widget id='HTML3' locked='false' title='Widget Title Name' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.pageType == "archive"'>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='widget-content'>
<data:content/>
</div>

<b:include name='quickedit'/>
</b:if>
</b:includable>
</b:widget>

D: Displaying something on static pages only

<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
Hii this is a static page
</b:if>

E: Displaying something on all other than static pages

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
Hii this is not a static page
</b:if>
Share:

Wednesday, September 14, 2011

How to Attract Advertisers to your Site with your Google Adsense

Google AdSense is an auction based advertising system so your advertising revenue (or CPMs) will automatically go up if more advertisers choose to target your website.

The system, in simple English, works like eBay. You (the website owner) are selling ad space and the buyers (in this case, advertisers) are competing against each other to grab that space. The bid amount will therefore increase as more buyers enter the auction process thus benefiting the seller (you).

Increase your Site�s Visibility on the Google Ad Network.

In this video, Vijay Vachani of the AdSense team will walk you through the steps that are required to add your website to Google Ad Planner.



Step 1. If you have not added your website to Google Webmaster Tools yet, do that first. Sign-in to Webmaster Tools using your Google Account and add the site URL.

Step 2. Once your site is verified, go to the Publisher Center of Google Ad Planner and include the site** to your Ad Planner profile. If you have just added your site to Webmaster Tools, it may not immediately show up in Ad Planner.

Step 3. Finally, click the �Edit Site Info� link to assign a good description and relevant categories to your site. Google will automatically present a rough estimate of your site�s traffic to advertisers but you can give them a more accurate picture by allowing Ad Planner to use data* from your Google Analytics account.
Share: