Best Begin to Optimizing a Site for Google Search 0 comments

Blogger Help>>


In addition to participating in the AdSense network, you may also be interested in having your site ranked in organic Google search. In this post, I'll highlight some important points for search optimization.
While there's no a magic formula to make your site show up first on a search results page, there are some good practices when it comes to links, design, content, and the structure of your site.

First of all, as a reminder, Google organic search and AdSense are independent of each other. Displaying AdSense ads on a site won't change the ranking of the site in Google search in any way.
So it follows that sites containing AdSense ads don't receive special treatment in Google search.

Ranking in Google search is based on many different algorithms, and optimization for search is a long, continuous process. For these reasons, and because the techniques might violate our guidelines,
we recommend avoiding any techniques that claim to optimize your ranking very quickly or radically. If you have concerns or questions, you can consult other webmasters on a number of forums,
including Google's official forum for webmaster-related issues.

We encourage you to monitor the quality of your site's backlinks -- links from any site directing to your site. To increase your site's popularity, check if other sites that discuss similar topics or have a
similar reader base are aware your site exists.

Outgoing links are also important and should comply with our guidelines. When you create a link to another site, we recommend first asking yourself: "Is this link going to be useful for my visitors?"
or "Is this link likely to be clicked by my visitors?". Don't participate in link schemes or buy/sell links that pass PageRank, as it is against our guidelines and may hurt your site's performance in our
search results.

Here are some tips for structuring your site:

* Your pages should have a clear hierarchy and relevant internal links. We also recommend creating a Sitemap and using Google's Webmaster Tools. These tools are useful, user-friendly and
will provide information such as where your backlinks come from or which queries visitors used to reach your site.
* Use <title> tags that are explicit and useful for the user. For example, avoid a title like "Homepage" or "Welcome to my site".
* For images, use ALT attributes to describe appropriately what the image is about. We've recently created a quick and useful YouTube video to further explain this topic:


Also, adding original and compelling content on a regular basis may help Google crawl your pages regularly. It can have the added benefit of attracting links to your pages too.

Finally, design your site with your users in mind, and be patient and consistent in your efforts. To attract quality backlinks and develop your optimization strategy, it's important to keep a
clear structure for your pages and regularly add organic content.

Which ad format should I use? 0 comments

Adsense Help for Blogger>>
As a rule of thumb, wider ad formats tend to outperform their taller counterparts, due to their reader-friendly format. Readers absorb information in thought units (that is, several words at a time). The wider format lets them comfortably read more text at a glance without having to skip a line and return to the left margin every few words as they would be forced to do with a narrower ad. The wider ad format also lessens the likelihood of readers leaving the ad unit altogether.

If positioned well, these ad formats can increase your earnings significantly. The formats we've found to be the most effective are the 336x280 Large Rectangle, the 300x250 Medium Rectangle, and the 160x600 Wide Skyscraper. Keep in mind that while these ad formats typically perform well, you should use the format that best complements your pages.

Tip for making the most of a little ad space: Try one of our streamlined link unit formats, shown below. These formats are lean, mean, and versatile enough to fit in locations normal ads don't.

RSS Auto-Discovery 0 comments

Blogger Help>>
Auto-discovery is a way to let applications (such as Mozilla's Firefox browser, Yahoo! Toolbar, etc.) know there's an RSS feed on your web page or site. Then, the application lets users know they can subscribe to your feeds.

>>To see if your web site currently supports RSS auto-discovery, use the new Yahoo! Toolbar or Firefox browser. If Firefox has an orange box highlighted in the lower right corner , or the Yahoo! Toolbar has a blue "plus" button next to the My Yahoo! button on the toolbar, then you don't need to do anything.

Otherwise, please add the code below to your template after the metatags :

<link rel="alternate" type="application/rss+xml"
title="[YOUR RSS FEED TITLE]" href="%5BURL%20TO%20RSS%20FILE%5D">

Auto-discovery tips for publishers:

Please make your titles something meaningful and descriptive (e.g., "NYTimes Top Stories") – otherwise users will see "Add RSS" when they use this feature.

If you have multiple feeds, please add this code to all feeds if possible, so users have more choices.

Make sure the LINK tags go in the HEAD and not in the BODY of the HTML document.

How to Add RSS Link Button 0 comments

|Google!|
TO ADD A 'GOOGLE READER BUTTON' to your blog go to http://www.google.com/webmasters/add.html . Type in your Feed URLin the first Text box and click on Create Html. Copy the snippet of code and paste it into a Html/Javascript Page Element in the sidebar. For Example a Google Reader button for my blog is :

>>Clicking on the above button will enable you to add the feed from my blog to your Google Reader or to your Google Personalized Search Page.

|Yahoo!|
TO ADD A 'YAHOO! READER BUTTON' to your blog go to :
http://publisher.yahoo.com/promote.php. Choose a button style. Enter your bew blogger feed urls which are described above. Then click on Generate Html. Copy and Paste the code generated in a Html/Javascript Page Element in the sidebar. I have added a button here below :

>>Clicking on the above button will enable you to add a feed from my site to your MY-Yahoo Page.

What is Subscribe to Posts (Atom) 0 comments

Blogger Help>>
"Subscribe to: Posts (Atom)" is a link provided at....

the end of all your blog posts. This link is for viewers of your site/blog to view your blog without having to come to your blog. In the real world when we want to read a newspaper or magazine we go to the news-stand and buy it.

After having read it we like it so much that we decide to read it regularly. However, we cannot spare the time to go to the news-stand daily or monthly to buy the paper or magazine. It is then that we decide to subscribe to it. Then the news/magazine is delivered to our doorstep without us having to visit the news-stand.

In the virtual world regular users subscribe to groups whose members hold the same interst as they do. Some examples of these are Google groups and Yahoo groups. In these groups members post messages which are delivered automatically to all members of the group. They do not have to send emails to each member seperately. After the World Wide Web exploded into millions of websites viewers were confounded and confused and a wasted a lot of time visiting each site separately.

Thus RSS and Atom was born. These are the delivery guys of the Internet. RSS is an acronym that is short for Really Simple Syndication. It's a type of XML (eXtensible Markup Language) that is used for syndicating content. XML is used to describe data and is basically a markup language like HTML. To read the feed easily, download a feed reader like Feedreader.com or use an online reader like Google Reader.

Change Word 'Subscribe to Posts Atom' 0 comments

If you wish to change the words "Subscribe to Posts Atom" go to Template > Edit Html > Backup Template first > Put a Check in
Expand Widgets Template box > Scroll down in Edit Template
text box and locate this code in Blog Posts widget :

--------------------------------------------------------------------------
<b:includable id='feedLinksBody' var='links'>
<div class='feed-links'>
<data:feedLinksMsg/>
<b:loop values='data:links' var='f'>
<a class='feed-link' expr:href='data:f.url'
expr:type='data:f.mimeType' target='_blank'>
<data:f.name/> FEED ME</a>
</b:loop>
</div>
</b:includable>
---------------------------------------------------------------------------

Substitute the CAPS instead of (). Change the CAPS to whatever suits you. Preview and save.

>>TO MAKE IT WORK right click the link : Subscribe to posts - Atom and left click on 'Copy link location'. This will copy the URL of the link to your clipboard. Then go to your feed reader and paste the link into it. You can paste multiple such links from multiple sites on the Internet and then you will have updated content from all sites ready to read instead of having to visit all those sites one by one.

You can also use it to deliver updated content from other sites/blogs to your site/blog. How to do this is descirbed in Add Content with RSS feeds.

Similarly others can use this to deliver content from your site to their site. To prevent access to your feed you can hide this by pasting following code in your CSS part of template :
--------------------------------------------------------------------------
.feed-links {
display:none;
}
---------------------------

Begin to earn 0 comments

this page is under construction

Download 0 comments

this page is under construction

What is AdSense 0 comments

Google's AdSense is perhaps the fastest and easiest way to generate revenue from a website that contains great content.

" Google AdSense is a fast and easy way for website publishers of all sizes to display relevant, un-obtrusive Google ads on their website's content pages and earn money. Because the ads are related to what your users are looking for on your site, you'll finally have a way to both monetize and enhance your content pages.

"The program is free, and combines pay-per-click and pay-per-impression advertising - meaning you get paid for valid clicks on the ads on your site or search results pages as well as impressions on your content pages. So go ahead and try this program."

What is AdSense: A Brief History

Google AdSense is an outrgrowth of the Google Content-Targeted Advertising program that was launched in early March 2003.

This early program let large websites integrate Google AdWords into their websites. Each deal was independently negotiated with Google, and sites with less than 20 million page views couldn't participate.

The Google AdSense program lets much smaller websites play. Even if your site only gets a few hundred page views per month, you can now apply to the AdSense program.


AdSense lets website owners like you and me make money easily and fast without even selling anything. In fact you can often start earning in under 24 hours and when you get paid, it is Google that sends you a check!

You don't have to run a large site or have much traffic to make money and AdSense works for small enthusiast or hobby sites as well as larger operations.
AdSense is easy - but here's how to make real money

Some websites make a lot of money from AdSense (thousands of dollars a month!) whilst others make very little and there are many complex reasons why earnings differ.

Upload Files By Free Hosting Service To Blogger 0 comments

UPLOAD FILE BY FREE HOSTING SERVICE

To overcome the size and file-type limit in your free blog try uploading your pictures to a freehostlike Googlepages. You can create 5 sites in Googlepages with each site having free 100 MB space to host files. To upload create a Googlespace account and click on Upload in bottom frame of sidebar. See picture below :


If you cannot create a Googlepages account create a Google Group of your own. You can upload 100 MB of total files here also. Click on "Files" after clicking on Manage Group. Then click on Upload File button. See Picture below:


Thus you can upload image like JPG, BMP, GIF, PDF, MP3, WAV, DOC, TXT and any other files to these freehosts. You can also upload image files to other freehosts like Flickr, Photobucket, Imagehosting etc. To upload files to Flickr see Youtube and Flickr. After uploading the files place your mouse cursor over the filename and right-click and choose Copy Link Location. This copies the location/URL/link of your file at the freehost. Then paste it into this code in your blog :

DOWNLOAD FILE

When viewers click on "DOWNLOAD FILE" they will get a dialog box prompting the to download your file. In this manner you can also create an image link as described in Making Image Link.

How to Upload Files to Blogger 0 comments

>> How to Upload Files To Blogger. it possible or not?

>>There are many way to upload files to Blogger. There are some limits.

TYPES OF FILES
>>Notice that You can only upload image or video (flv 'Flash Video') files to your Blogger blog (Blogspot). These can only be uploaded through your blog posts. To do this Login to Dashboard and click on "New Post". The Post Editor will be open. In the top frame of the Post Editor just click on the Add Image button. The upload Image dialog box wiilbe open. Click Browse under Add an image from your computer to choose the picture file on your PC. Click on file to highlight it and then click Open. You can also add an image from the web. Paste the URL of your image in the URL text box under "Or add an image from the web". Then choose the position you want the image to be in and the size of the image and click Upload. See Picture below

SIZE OF FILES

>>There is a total limit of 300MB on the pictures you are uploading through Blogger, Picasa, or Hello to a free BlogSpot blog. If it is a ftp blog then it is space on your server you should take into account. If you are posting pictures through Blogger Mobile there is a limit of 250K per picture. However there is no way to know whether this limit is approached until you break through it.

>>Individual pages of your blog are limited to 1MB size. Your main page may run into this limit so limit the number of posts on main page by going to Settings > Formatting > Show 4 posts on Main Page > Save Settings. This will also speed up the loading of your blog.

>>There is no limit to number of blogs you have or number of posts you can make. Also there is no limit to number of comments. Individual posts do not have limit but may be limited by page-size as described above.

Good Content of Blogger 0 comments

What is Good Content?

Ultimately defining what is ‘good content’ is a subjective exercise (perhaps in a similar way to defining what is a ‘good book’ or a ‘good movie’) and so a post like this one is likely to cause a little debate as each person will define it differently depending upon their personality, their needs, the topic that they are talking about and perhaps even their ethics. Not only will bloggers themselves each have a different view on what is ‘good’ content - but readers tend to also. I know that every time I ask for feedback on ProBlogger and what I write more about I get a real spectrum of responses.

Future posts in this series is an attempt to unpack some of the elements of content that might go towards making it good - or not. At most points along the way there will be debate but hopefully out of it readers will be able to mix and match the elements and identify what works for them.

So without any more introductory remarks, lets get into it with the first element of writing quality content:

Usefulness and Uniqueness - As this post is a part of a series of posts that get back to the basics of blogging and so I will start unpacking the topic of ‘writing good content’ with perhaps the most basic and obvious point of all:


‘for a blog to be successful your content needs to be useful and unique to your readers’

As I say - it’s not rocket science but it’s a factor that I think bloggers need to continually be asking themselves about as they review their blogging. Is your blog useful?

Back in the days when I studied marketing I remember sitting in lecture after lecture getting more and more frustrated as I heard my lecturers drum into us the same thing time after time. Although they said it in different ways, the lessons that they communicated was largely the same in every instance and boiled down to this:

‘Start with the customer - find out what they want and give it to them.’

This is a good lesson for bloggers also.

While I would also recommend that you start with yourself as a blogger and blog out of your own passions, experiences and knowledge - it is essential that you are aware of your reader and that you create content that will add something to their lives. Give them something useful.

What is ‘useful’ content?

Of course ‘useful content’ to me is different from what it is to you, but could be any of the following:

- Entertainment - increasingly blogs are being used as entertainment. People are going to them for laughs, for gossip and for fun conversation.
- Education - some blog readers are primarily interested in learning something about a given topic.
- Information - many successful blogs are built on the thirst that some have to be informed on an issue, product or topic
- Debate - some blog readers want a place that they can have a good old fashioned dialogue, debate or even a fight over an issue
- News - many blog readers just want to be kept up to date in a field
- Community - I’m aware of some very successful blogs that tap into the need that people have to connect and belong. Quite often the topic is secondary to these connections.

This list could of course be a lot longer (feel free to add to it in comments). Each blog has the potential to be ‘useful’ in a different way and it would probably be unwise to start a blog that tried to be all of these things at once (although many blogs do do a variety of these things at once).

Research your Readership

Perhaps the best advice that I could give on developing useful content is to research your readership (or potential readership). If you already have a blog do this by surveying your readers (either formally or informally) or by asking for feedback. I regularly seek out the opinion of my blog readers to find out what their needs and desires are in the topic I’m talking about. If you don’t have a blog already then you’ll need to work a little harder to research your potential readers. I tend to survey friends, look a lot at other people’s blogs on a topic (especially their comments section to see what types of questions people are asking) and particularly look hard in forums and discussion groups on topics where there is usually a lot of question asking going on. As you do this you’ll begin to put your finger on what people are wanting and what you might be able to provide to meet these needs.

Unique Content

Another factor to consider when thinking about ‘good content’ is whether it is ‘unique’.

With a blog being created every second and with blogs on virtually every topic you can think of, the challenge for bloggers is to build a blog that stands out from the crowd. I see blogs every day that provide ‘useful’ content that have no readers simply because people are finding that information in other places.

Distinguish yourself

My advice to new bloggers trying to break into a topic where others are already blogging is to take a surf through the other blogs and websites in your niche and do some analysis upon what sort of content that they are producing. In most niches you’ll find that sites are all presenting very similar information in pretty much the same voice, tone and style. As a new blogger on the topic you have a choice - you can either replicate what they are doing and try to do it better (difficult as they will already have loyal readers and unless you’re brilliant at it you’re unlikely to convert these readers over to you) OR you can distinguish yourself in someway from what others are doing.

This might mean tackling a slightly different topic (perhaps a sub-niche) but could also mean writing in a distinct voice (take a look at Manolo’s blog for an example of a blogger who has grown a cult audience by writing about an odd combination of topics as an anonymous blogger writing in the third person). It might also mean writing in a different genre of posts (ie if everyone else is writing ‘newsy’ posts you might like to write more ‘opinion’ type posts).

Bring together the elements of both Useful and Unique content and you will be one step closer to a successful blog.

Original Content - You will notice that I have chosen the world ‘unique’ instead of ‘original’ in this post. There is mixed opinion in blogging circles on whether original content is always best. Regular readers of this blog know that not all my posts here are completely ‘original’. There are some posts where I use short excerpts (quotes) from other blogs as part of my blog entries. For example in a earlier post in this series on ‘what is a blog‘ I used a number of quotes from other bloggers as part of the post. As a result that post might not be classified as ‘original’ as such - but it is somewhat ‘unique’ (and hopefully useful) as I put them together in a way that they had not been used before (side by side) and then added my own comments to them.

My main advice on ‘orginal’ content is that writing is generally best as it won’t be found anywhere else in that form - however clever and fair use of other people’s content (always giving credit for it and using it within a ‘fair use’ way - ie only using short quotes’) CAN be worth doing IF you use it in a way that is useful to your readers

Welcome To ibiz 0 comments

This is Internet Business guide those people who wan to help him/her self.