Free Blogging Tips to Keep the Blogging Live

What are Meta Tags,HTML Img Alt Attribute, No Frames Tag

Introduction to Meta Tags :
Meta tags are used to inform about the page data in the back ground. These are not displayed on the page. They had played vital role in SEO in near past. They were considered the king of optimization. Search engines used the meta tags the to display the results. It was observed some time visitors were miss guided by stuffing the irrelevant data in these tags. By the time being the spiders algorithms became more powerful and prepare the search results after visiting the contents deeply (to ensure the quality of result ). They don't depend merely on meta tags. But it must be used and optimized. It will not be a wise step to ignore them. Why do e miss a chance to if it may be included in search results. If you are new to know the meta tags , you can visit how to add meta tags in web page html.

Alt Attribute and No Frame Tag :
As I mentioned in another topic that search engine crawlers depend upon text. They can see what is inside the images and frames. So any information on images and frames are skipped. I am not against the images. I suggest they should be properly optimized by alt attribute and no frames tag.
Now you may have a question "How to use alt attribute and no frames tag ?". It is easy to use.

The general code syntax of adding an image is as below.

<img src="IMAGE SOURCE HERE">

After adding the alt attribute it should be replaced as being shown below.

<img src="IMAGE SOURCE HERE" alt="ALT DESCRIPTION HERE">

Now I am showing how to use no frames tag. The general syntax example for frame tag is given here.

<frameset>
<frame src="FRAME SOURCE HERE" />
</frameset>


After adding the No frames tag the code will be in the form given below.

<frameset>
<frame src="FRAME SOURCE HERE" />
<noframes>
NO FRAMES DESCRIPTION HERE
</noframes>
</frameset>

Search Engine Optimization Tips | Best SEO Tools

Success full optimization demands care full preparation of every content within the topic. Main theme is relevancy. It is important to understand that search engine spiders (crawlers) don't understand the web page as if man can understand. It rely on text base contents mainly but all parts of text don't have same weight. Measure of  importance depends upon text and its place. Now I am going to describe the crucial areas one by one and preparation tips to get success in optimization.

Importance of Title Tag in SEO : Title is the most important part in the optimization. It is shown bold and underlined in the search results. It stands at the top when relevancy is calculated by search engines for search words. It seems natural to give it maximum importance because title always gives the comprehensive introduction of its inner contents. Use the words in title as someone can think and type to search the data. You may get the suggestions by typing the words in google search box. Don't use very short title. Try minimum seven or eight words title. However you should not exceed from ten words because it is common practise of search engines that they ignore more than ten words.

Headings Tags, Paragraph Contents and SEO: Headings in <h1> and <h2> tags are considered second highest attraction areas to call the search engines. Paragraph are written <p> and </p>. From the above discussion it seems that search engines don't give importance to the paragraph contents. It is reality that it earns less fame than above discussed values. But is not neglected at all. It is general observation that snippets are picked from first paragraph and areas near heading. So it should be prepared with due attention.

Domain name (Basic URL) and URL of Sub Pages/Posts : The website/blog basic URL and other pages URL plays a basic role in optimization. if it is relevant to the contents, it means you have driven the optimization on the right track, as you are attracting the search engine to visit it for particular topic. Moreover the the basic URL should contain the meaning full words but not more than four words keeping it light if someone will write it in future intending to visit again (cheap to remember).

Earn Online by Viewing Ads

How PTC Sites Work :
PTC (paid to click) websites offer earnings by clicking on given ads of their sponsored websites. These advertisements are seen one by one. You can not see more than one ads at a time. After clicking surf bar appears that shows the timer. You have to click on matching objects on surf bar when the timer stops (it stops after 5 to 30 seconds generally). After it your account is credited with some amount of money as a reward. How much amount will it ? Mostly it is shown opposite to the ads link that is to be added to the client account. Particular amount of ads are given to view per day. It is reset after 24 hours again. You can check your balance in your account summery area. You can request for cash out when when you balance reaches the minimum payout amount. Every website has set different amount of minimum payout amount.

PTC Sites Payment Methods :
PTC websites use different payment methods. They use "alertpay" and "paypal" as payment processer mostly. You must have both these acounts atleast one of them to recieve payments. If you donot have no need of worry, simply go to www.alertpay.com and www.paypal.com and get yourself registered. Then every time to recieve payments simply provide your e-mail address (you used for signup in alertpay and paypal registration).

Highly Paying PTC Sites | PTC Websites That Pay :
If you are readyto work on ptc websites then your choice ill be to search for highly paying ptc sites. You should keep critical eye on these sites. Many websites lure with big announcements like "vie ads earn 100$ per month" or "Get rich by 10 dollars instantly" etc. But they don't pay even a cent in actual. It is wastage of time to work on it. Avoid thses scam websites. The websites giving more than one or two cents per click are most probably scams. If we observe deeply we get result how can they afford one or more dollars per click.

Now I am going to disscuss the websites that hve nobel reputation for their payments among PTC surfers. In the start you may bordem and confuse for low paying nature. No matter you can make your earning multiplied if you will succeed in geting  some raferrals. But you will have to work little hard. In this way you will get comissions of your referalls. Every PTC website also provides different methods to get referalls.

List of Best PTC Sites :

RSS Feed

RSS (really simple syndication) is used to publish newly added contents of website. It is also called 'feed', 'web feed' or 'channel'. In RSS the contents are published as head line, link and full or summarized data of new post. We don't need of telling that the contents are ready to publish as it is detected automatically by feed service (I say it the beauty of the RSS feed). We make a post, it distributes.

Commonly used Rss feeds are feed burner,  feedblitz, samirbharadwaj, feedity, rapidfeeds etc. Feed burner is most commonly used feed service.

E-mail Subscription for News Letters and Web Based RSS Readers :
We can offer feed subscription on our blog or website in different ways. It gives a chance to drive traffic by letting others to remained informed of your activities. It gives many routes to single post automatically rather than multiple copies of a single article manually that produces managerial problems. It should be used on proper place to get more chances of subscription. We subscribe others sites that keep us informed about new topics of web community.You can also learn how to get html code of e-mail subscription (sign up) form
for your blog or website.

Related Topic :

How to Get HTML Code to Offer Subscription

Robots Meta Tag - Robots.txt File

Robots.txt :
Robots.txt file instruct the robots that what is to to index from your website. It is also called "Robots Exclusion Protocol". It has the particular instructions set.
Some examples are here

User-agent: *
Disallow: /

The "User-agent: *" means this section applies to all robots. The "Disallow: /" tells the robot that it should not visit any pages on the site.

User-agent: *
Disallow: /cgi-bin/
Disallow: /search/
Disallow: /mydata/pics.htm

In this example robots file tells directories and pages, those not to follow.

Robots Meta Tag :
Robots meta tag can also be used in palce of robots.txt file. However robots.txt file is more reliable.Let us see how to use it for specific purpose.

Following example shows that no page that is to follow
<html>
<head>
<title>...</title>
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
</head>

Multiple options are here that can be used as different options.
<meta name="ROBOTS" content="NOINDEX, FOLLOW">
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">

<meta name="ROBOTS" content="INDEX, NOFOLLOW">

How Search Engines Work

Search engines basically perform  these steps crawling, indexing, processing, calculating relevancy, and retrieving.

First the software called spider also called crawler visits the site, reads its contents, follow other linked pages and save its results. Crawler performs this action on regular basis but not every day. A crawler does not come after fixed duration to visit a site. However if you update your site regularly, it attracts the crawler to come back early.
In the second part, spider indexes every page according to the type of page's contents. Indexing is just like a catalog rather a huge catalog. Website pages cache is put in the index, and updated, when the crawler visits the site next time.
In the third part, the cache is retrieved by search engine when relevant keywords are typed for search. The pages are also ranked according to the relevancy of keywords. Now the most relevant (high ranked) pages
are displayed.

What is SEO - Introduction to SEO

Search engine optimization is a technique to make the contents of the website visible for search engines. Search engines are major source of traffic for any website. More traffic means more reputation of the website. SEO is the more critical part of the web marketing. Basically it is a play of words. If you want to get top ranking then you have to do optimization of your website. You should ensure that you are optimizing your blog for both your readers (to get them back) and the search engines. It is also important that blog optimization is much different than websites because these are hosted by other domains.


Related Topics :                        How Search Engines Work

How to Add Meta Tags in HTML Code

Webmasters use different meta tags. I will explain the necessary meta tags for SEO. Meta tags are added between <html> and <body> tags in head contents. To add meta tags for blogger go to your html source code. You can search html in your blog by clicking on the 'design' tab and then 'Edit HTML'. Now search the following code in html.

<b:include data='blog' name='all-head-content'/>

If you have problem you can use browser search. Search can be found by clicking on 'edit' tab on menu bar of your browser and then 'find on this page...' or press simply 'ctrl +F'. Search box will appear, its appearance may vary for different browsers. Now paste the above code in the box. The code will be highlighted where it will be located in the html code. Replace the code by following codes lines being described one by one.

HTML Description Meta Tag :
A breif comprehensive description is written that introduces the main contents of the website.Description meta tag length should not be exceeded more than twenty five words, beacuse search engine ignores part of description after twenty five words. Search engine may use the description to show in search results if it is well optimized and relavent the contents. Use the following code and replace the capital words YOUR DESCRIPTION HERE with your website description.

<meta name="description" content="YOUR DESCRIPTION HERE">

HTML Keywords Meta Tag for SEO :
Keywords meta tag should contain the maximum keywords of website posts. Keywords are seperated by commas in keywords meta tag. Use the following code and again replace the capital words YOUR KEYWORDS HERE with your keywords.

<meta name="keywords" content="YOUR KEYWORDS HERE">

Author Meta Tag :
It is an optional meta tag. You can use your company name, logo words or your name to describe the authority of website. I suggest not to include your e-mail here, beacuse it may be picked for spams. Html code for this tag is given below.

<meta name="author" content="AUTHOR NAME HERE">

Another important meta tag is robots meta tag. You can get complete description about robots meta tag and robots.txt file from here.

How to Use Robots Meta Tag and Robots.txt File
 

Share This Page With Your Friends