Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts

Sunday, November 22, 2009

Making an RSS Feed

Matrice de services autour du RSSImage by loic_hay via Flickr

Making an RSS Feed

Author: yasir

What Is RSS?



How does RSS syndication work? Say you publish a new web page about a particular topic. You want others interested in that topic to know about it. By listing the page as an "item" in your RSS file, you can have the page appear in front of those who read information using RSS readers or "news aggregators" (explained more in my sidebar article, RSS: Your Gateway To News & Blog Content). RSS also allows people to easily add links to your content within their own web pages. Bloggers are a huge core audience that especially does this.



What does RSS stand for? There's a can of worms. RSS as introduced by Netscape in 1999 then later abandoned in 2001 stood for "Rich Site Summary." Another version of RSS pioneered by UserLand Software stands for "Really Simple Syndication." In yet another version, RSS stands for "RDF Site Summary."



History buffs might be interested that there's been some rivalry over who invented RSS. This is why we have both different names and indeed different "flavors" or versions of RSS. Mark Pilgrim's written an excellent article, What Is RSS, that charts the different versions with recommendations on which to use. I'll also revisit the version choice you'll need to make. But first, let's look more closely at some basics of what goes into any RSS file.



How Easy Is RSS?



I've been exploring RSS because it was time that Search Engine Watch offered its own stories in this manner. I've read several tutorials about making a feed, and they generally suggest that it is easy. They often offer code that you can "cut-and-paste" and link over to specifications that I actually don't find that clear.



For example, the RSS 2.0 specification has an "cloud" element that's optional but which a lay person might still wonder if they should use it. Meanwhile, heaven help the person who stumbles into the RSS 1.0 specification and its complicated RDF syntax.



Sure, making an RSS file IS easy for many. If you understand HTML, you'll probably understand enough to do a cut-and-paste from someone else's RSS file to make your own file. Don't know HTML? Start a blog, because several blogging tools automatically generates RSS files.



As for those non-technical people using WYSIWYG page building tools or personal home page building systems, have faith. Even you can build an RSS file from scratch, as long as you dispense with some of the extra features you probably don't need. We'll go through how to do this below. Later, I'll also mention some tools that will even do some or all of the work for you.



The RSS File



At the heart of an RSS file are "items." No matter what version of RSS you settle on, your file will have to include at least one item. Items are generally web pages that you'd like others to link to. For example, let's say you just created a web page reviewing a new cell phone that's being released. Information about that page would form an item.



To enter your item into the RSS file, you'll need three bits of information:



* Title



* Description



* Link



The title and description of your item need not match exactly the HTML title tag of the web page that the item refers to, nor the meta description tag, assuming you use these (don't know what they are? See my How To Use HTML Tags article). You can write any title and description that you think will describe the page. However, using your page's title and meta description tag certainly makes it easy to copy and paste to build your RSS feed.



In the case of our example page, let's say this is the information we settle on to define it as an item:



Nokia 3650 Combines Phone And Photos



I've been playing with the new Nokia 3650. Finally, someone has got the combination of a cell phone with digital camera capabilities right!



http://allgadgetsreviewed.com/nokia3650.html



Now we have to surround that information with XML tags. These are similar to HTML tags, with the exception that unlike with HTML, there's no set definition of XML tags. Anyone can make up a particular XML tag. Whether it is useful depends on the program that reads the resulting XML file. In the case of RSS feeds, they have their own unique set of XML tags that are defined. Use these correctly, and then anything that reads RSS will understand your information.



Did that make your head spin? If so, don't reread -- just carry on to see how simple it is. First, open a text editor like Notepad. We're going to build our RSS file using it.



For your title, you need to start it with the tag, then follow this with the text of the title, then end with the tag. It looks like this:



Nokia 3650 Combines Phone And Photos



For your description, you do the same, starting out with the opening tag, then following with the actual description, then "closing" with the tag. Now you have this:



Nokia 3650 Combines Phone And Photos



I've been playing with the new Nokia 3650. Finally, someone has got the combination of a cell phone with digital camera capabilities right!



Next, we add the link information, beginning with , following with the actual hyperlink, then closing with . That gives us this:



Nokia 3650 Combines Phone And Photos



I've been playing with the new Nokia 3650. Finally, someone has got the combination of a cell phone with digital camera capabilities right!



http://allgadgetsreviewed.com/nokia3650.html



Now there's one more thing we need to do. We actually have to define all this information as forming a particular "item," which we do using a special item tag.



You place the opening item tag, at the top or start of all the information we've listed. You then place the closing item tag, , at the bottom or "end" of the item information. The finished product looks like this:







Nokia 3650 Combines Phone And Photos



I've been playing with the new Nokia 3650. Finally, someone has got the combination of a cell phone with digital camera capabilities right!



http://allgadgetsreviewed.com/nokia3650.html







Congratulations! You've now made your first item. There's a bit more to do to finish our RSS file. First, what if we have other items we want to syndicate? Then we simply add more item elements, just as we did above. You can have up to 15 items. New items tend to be inserted at the top, with old items removed from the bottom, to make room for new stuff.



With our example, let's see how things look if we add two more items:







Nokia 3650 Combines Phone And Photos



I've been playing with the new Nokia 3650. Finally, someone has got the combination of a cell phone with digital camera capabilities right!



http://allgadgetsreviewed.com/nokia3650.html











Sanyo Tablet PC Amazes!



I was dubious about the new Tablet PCs, but then I saw the latest from Sanyo. Wow, cool looks and it works!



http://allgadgetsreviewed.com/sanyotablet.html











Canon MegaTiny Digital Camera Too Small



OK, there is a limit to just how small is too small. Canon's MetaTiny, no larger than a quarter, simply is too little to use properly



http://allgadgetsreviewed.com/metatiny.html







Having defined items we want to distribute, we now have to define our site as a "channel." You'll use the same tags as with the items: title, description and link. However, this time the information will be about your entire site, rather than a particular page. That means our channel information would look like this:



All Gadgets Reviewed



If it's a gadget, we review it. Learn what gadgets are hot and what's not!



http://allgadgetsreviewed.com



Now, how does something reading our RSS file know that the information above is for our "channel" when it looks just like item information? Simple. As long as we don't surround this information with an opening and closing tags, it won't be seen as item information but rather as channel information. That gives us this:



All Gadgets Reviewed



If it's a gadget, we review it. Learn what gadgets are hot and what's not!



http://allgadgetsreviewed.com







Nokia 3650 Combines Phone And Photos



I've been playing with the new Nokia 3650. Finally, someone has got the combination of a cell phone with digital camera capabilities right!



http://allgadgetsreviewed.com/nokia3650.html











Sanyo Tablet PC Amazes!



I was dubious about the new Tablet PCs, but then I saw the latest from Sanyo. Wow, cool looks and it works!



http://allgadgetsreviewed.com/sanyotablet.html











Canon MegaTiny Digital Camera Too Small



OK, there is a limit to just how small is too small. Canon's MetaTiny, no larger than a quarter, simply is too little to use properly



http://allgadgetsreviewed.com/metatiny.html







There are a few last things we need to do. First, we need to add a tag at the very top of the file saying that this is written according to the XML 1.0 specifications. Right under this, we also have to say what RSS version we are using.



So far, everything we've done is compatible with UserLand's popular RSS 0.91 version. However, it also matches UserLand's latest RSS 2.0 version, as well, so we'll define the file as meeting that specification. This will allow us to add other neat features in the future, if we want.



Finally, after the RSS tag, we need to add an opening "channel" tag. That gives us this at the top of the file:















At the bottom of the file, after all the items we want to syndicate, we have to insert a closing channel and RSS tag, in that order. Those look like this:



This means our complete file looks like this:















All Gadgets Reviewed



If it's a gadget, we review it. Learn what gadgets are hot and what's not!



http://allgadgetsreviewed.com







Nokia 3650 Combines Phone And Photos



I've been playing with the new Nokia 3650. Finally, someone has got the combination of a cell phone with digital camera capabilities right!



http://allgadgetsreviewed.com/nokia3650.html











Sanyo Tablet PC Amazes!



I was dubious about the new Tablet PCs, but then I saw the latest from Sanyo. Wow, cool looks and it works!



http://allgadgetsreviewed.com/sanyotablet.html











Canon MegaTiny Digital Camera Too Small



OK, there is a limit to just how small is too small. Canon's MetaTiny, no larger than a quarter, simply is too little to use properly



http://allgadgetsreviewed.com/metatiny.html















Mind Blowing Options



Everything shown above is the bare basics you need to create a file and start syndicating content from your web site. However, there are additional things you could do.



For example, rather than your entire web site being a "channel," you could actually have different content from within the web site be defined into separate channels. That's something I'm not going to explore in this article, but some of the resources below will guide you through this, when you feel more comfortable.



As hinted at, RSS 2.0 allows you to insert all types of additional information into your feed. It can make your head spin to look at these and decide what to use. The easy answer is, don't bother with anything you don't know. Not every aggregator supports all the options offered. As long as you provide the minimum information suggested above, you should be fine.



Did I Choose The Right RSS Version?



Earlier, I'd mentioned there are different versions of RSS. Even though we entered the bare minimum of information, it turned out that we were able to have a file that was easily considered to be RSS 2.0, the latest version promoted by UserLand and which is widely used.



Indeed, the Syndic8 site reports that the most popular format of RSS by far is RSS 0.91 -- and though we've used RSS 2.0, our file as shown is entirely compatible with RSS 0.91. In short, we're in safe company.



What about that RSS 1.0 version that I said was complicated. Well, it is complicated. However, some people might want to make use of some of the special capabilities that it offers. If you are interested in it, then check out the official specification.



Saving The File



Now that we're done adding to the file, we need to save it. But what name shall we give it? I've looked and not seen any guidance on this. I imagine that's because as long as the file is valid (more below), it probably doesn't matter what it's called.



To make my own decision for Search Engine Watch, I decided to imitate what I saw out at UserLand, which promotes the RSS 2.0 standard that we used. UserLand's example feeds all ended .xml, so let's do the same. As for the first part, that really can be whatever you like. For our example, let's say we just call it feed.xml.



Now that our file is saved, we can place it anywhere we want on our web server. Let's say we put it in the root or home directory. Then the address to our RSS file would be:



http://allgadgetsreviewed.com/feed.xml



Validating The File



Now our RSS file is done, but did we do it right? To find out, we need to validate it. Use the aptly named Feed Validator service. Simply enter the address to your RSS file, and you'll be told if everything is OK -- or if there's something wrong you need to fix.



How about a quick preview of how your new feed actually looks? Then pay a visit to Wytheville Community College News Center. Again, enter your feed URL, and you'll see the clickable headlines and story descriptions nicely assembled inside a box.



The service will also generate a JavaScript code that you can post on your site. Anyone copying the JavaScript can automatically have your feed syndicated into their pages -- pretty neat!



Get Syndicated!



Now that your file is validated, you want the world to know about it! To make this happen, visit the RSS directories and search engines listed in the RSS: Your Gateway To News & Blog Content article. They generally offer submission pages, where you can inform them of your feed.



You also want to make sure people who come to your web site see that you provide a feed. It's very common to post a link to the feed somewhere on the home page of a web site. If you have a dedicated news page, you may want to put it there, as well.



You can link to your feed with an ordinary HTML link. However, many sites use a small orange XML icon to link to the feed. I've also seen some sites use blue RSS icon. I could find no standard about using these. So, to be safe, I did all three with Search Engine Watch. Look on the home page, and you'll see how it's done (and help yourself to the icons, if you need them).



Finally, it's good to "ping" one of the major services that track when web logs and RSS content changes. By doing this, you ensure that other sites that monitor these know to check back at your site for more content.



Weblogs.com is one of these major sites. Enter your site's name and the URL of your feed into the manual Ping-Site Form, and it will know you've updated your feed. The Specs page explains how to set up automatic notification.



blo.gs is another major change monitoring site. It is supposed to receive any changes that come from Weblogs.com, so you shouldn't need to notify it separately. However, if you want to be on the safe side, it's easily done. Use the ping form, which also explains how to set up automatic pinging, as well.



Tutorials & Resources



RSS Headline Creator allows you to skip coding and manually choose the number of headlines you'd like to include in your file, up to the 15 maximum allowed. Then a form with boxes that you fill out will be made. Enter the right information, then push the "Make The Code" button. Your RSS file's code will be generated, for you to copy and paste into a text editor and save.



How To Get Your Web Site Content Syndicated is a Dec. 2002 tutorial by Kalena Jordan and Dan Thies from which I drew inspiration to get my own feed going.



Syndic8's How To Section lists a variety of tutorials that discuss how to build RSS files.



Content Syndication with RSS is a book by Ben Hammersley that was just released in March 2003. I haven't read it, but everything I've heard is that it should be excellent.



RSS Resources Directory from UserLand categorizes helpful information related to RSS, in different categories.



Postscript: Search Types: Blogs & Feeds and SEO: Feeds are sections of the Search Topics area available to Search Engine Watch members with lots of information on the topic of feeds since this article was originally written.



http://freeadvertise.co.nr

Article Source: http://www.articlesbase.com/link-popularity-articles/making-an-rss-feed-246195.html

About the Author:


Reblog this post [with Zemanta]

How To Get High Rankings On Google And Yahoo Search Engines

WordPressImage via Wikipedia

How To Get High Rankings On Google And Yahoo Search Engines

Author: Gareth Owen

Do you ever wander how some sites get top rankings in the main search engines and others do not? Well of course you do. The reason being is that these sites adhere to a system that the search engines love and in return give these websites higher and better rankings in their listings. There are 7 key ingredients that if implemented properly will produce the desired results for you and your website marketing. They are:

Step 1: Advantages of a keyword rich domain name Does your domain name affect your search engine ranking? In my experience, the domain name has an enormous impact. However, this is certainly important if you are creating a new site and attacking a competitive market. However many of you will already have sites up and running that do not contain a keyword rich domain name so do not worry as it is more than possible to rank highly without a keyword rich domain name.

One variable that modern search engines consider when determining which of the thousands - or millions - of results should be presented in the top slots is definitely the domain name of the site. The main advantages of having keywords in your domain name are that you can legitimately include them in contact details and links to other sections of your site and the title of your site. What someone may consider a good domain name and what in reality is in most instances 2 different things. Now I will give you an example of this:

Mr. Smith is creating a site that is going to sell vacuum cleaners. His business name might be Smiths machines and logically he may have that specific domain. However it would be more advantages to have a domain name containing the term vacuum cleaners. For example vacuumcleaners4u or vacuumcleanersstore depending on what is available.

Finally I would like to add please take into consideration where you host your site. If you have a site selling predominantly to the UK or US market you should make sure that the site is hosted in that country. So if a have a site hosted in the US but you are targeting the UK it is not in your interests to have it this way as the search engines will perceive it as a US site.

Step 2: Importance of the Title & Meta Description Tags

Every page title and Meta description on your site is enormously important, from the point of view of both the search engines and your readers. Always use your top keywords in each one of your web pages - it signals to the search engines as well as your readers what that page are about.

Firstly in the title tags of your page you should use your top 2 or 3 keywords or phrases. If you are unsure what a title tag is, it is clearly visible at the top of the browser window. The title tags are incredibly important. As I said before it signals to the search engines what the page is about. In my opinion the title tags should not exceed 75-80 characters.

Secondly the Meta description tag tends to get overlooked far too much. It's one of those SEO things that usually get left to the last minute. Like the title tag a descriptive Meta tag signals to the search engines and your readers what that page is about. When someone does a search on Google they'll scan through the page titles and descriptions. Search engines, especially Google, will display the description you wrote in the Meta description if the search term being used can be found exactly in the Meta description you wrote.

If you do not do this Google will crawl your site and just take the first bit of content it finds and place it there. By thinking out the outlay and terminology you use in the Meta description tag you can boost your rankings. With regards to length I would not exceed 200 characters.

And thirdly the Meta keywords. Personally I do not believe that search engines give this area the credence it once did. In the past people would just cram this area with as many keywords that they could find related to their site but this just does not work anymore. However, this area should still not be avoided. My recommendation would be to place your keywords in this area but do not exceed 250 characters in length.

Step 3: Keyword Density, Content & Blogs

In simple words, keyword density is the ratio of the word that is being searched for against the total number of words appearing on a given web page. If your keyword occurs only 2-3 times in a page of 500 or more words, obviously it has a lower keyword density than a keyword that would occur 8-10 times in a page of similar length.

As far as search engines are concerned, if a particular keyword has a higher density on a particular web page, then the chances of that page obtaining a much better search engine ranking increases almost exponentially. Not all search engines compute or evaluate keyword density in the same way and most have their own proprietary algorithm for calculating the average density of a keyword.

The placement of keywords, in any number of locations on the page, has different results in the various search engines as well. Hence, you should try to write sentences that use your important keywords and key phrases. My recommendation if we are looking at percentages would be no more than 3% of the wording should be the same.

However in our testing this area really is not definitive as we have seen sites rank for a specific key term that only appears once on the page also sites that have a keyword far too many times on the page. What has worked for us is to keep it very much within reason and you will not go far wrong.

Secondly, Content. Content is absolutely crucial to the success of ranking and search on all search engines but especially Google. The higher quality and relevancy of the content not only will increase your rankings but also gives you a far better chance of ranking highly for what we call the "long tail search".

You may have all your main keywords and terms figured out but ultimately we have no idea what phrase someone will actually search under using these keywords. It could be for example if they are searching for "health insurance" they may well just type in "health insurance" or they may type in "health insurance in the uk for a family". If your content contains these words or phrases that are identical or related you have a much better chance of ranking highly and thus getting more qualified traffic to your site. I would say that on a new site that content should start off at no more than 10 - 20 pages and grow slowly. Google will take note of a site that appears with hundreds of pages out of nowhere and initially view at as "unnatural" so grow your content slowly and make it unique and original.

Thirdly we need to look at "blogs". This is a massively overlooked area by most people marketing on the net. The two main places you can go to set up with a blog are either at blogger or Wordpress. Personally I would recommend Wordpress. Here you can create a blog that has so much Flexibility. The choice of alternative plugins that can be placed on a wordpress blog is amazing and all designed to be SEO friendly. Also it can hosted on your own server so it becomes integrated with your own site. Search engines love blogs because of new original content being added on a regular basis. This area really is a whole topic on its own but I highly recommend that you research this and utilize it.

Step 4: Headings

The heading tags will make your headline bolder so it will stand out and will be recognized as important by the search engines. When writing your headings, include your main keywords in the headings. Be as specific as possible to increase your chances of being listed in a reasonable spot in the search engines. For Example. You have a site selling Plasma TV's. You want to explain to your reader about different brands of Plasma TV's so in the heading you could put PLASMAS TV BRANDS. This will be in bold and larger font size this signaling its importance.

Suggestions:Use keywords that relate to the page content in your heading tags Have your keywords occur early in the tags Use multiple H2 and H3 tags where appropriate

Step 5: Filenames

One of the simplest methods to improve your search engine optimization is to look at the way you name your files. Google give lots of importance to file names. You should think what are you going to put in your web page and then give it a relevant file name. How important is your filename? When you do a search in the search engines, most of them will highlight keyword(s) in your filename or your directory path. In other words Google is signaling the importance of filenames by highlighting it. For example if you have a site that sells electrical goods called electricalappliances the page that promotes washing machines should read in the file name electricalappliances/washingmachines.htm This is telling the search engine exactly what that file contains. This area is missed so many times but is a simple thing to do and helps your rankings. So please take this into serious consideration.

Step 6: Anchor text

Very simply Anchor text is the text (title) that appears within your hyperlink. Anchor text tells the search engines about the content of your web pages - what the page is about and how others perceive it. In essence, the anchor text is about the relevancy of your webpage based on a keyword. Therefore your anchor text should always be completely relevant to the landing page (destination page) and should contain your keyword or keyword phrase. For example. On a site electricalappliances the link that takes you to the washing machine page should read "washing machines". Also on the plasma TV site the link that would take you too SONY plasma TV's should have the anchor text SONY PLASMA TV.

Step 7: Quality incoming links

Inbound links are links from other web sites that point to your web site. The number and the quality of inbound links has become one of the most important ranking factors in Google, Yahoo and MSN Search. It's a simple principle: if Site a links to Site B then it is seen by the search engines as a recommendation; that Site A is 'recommending' Site B. The text that is used to link to your website is also very important (especially to Google). Try to include your keywords or phrases into the text that is linking to your site.

Now comes the most important part. Google ranks all pages on the internet by a system of page rank, commonly called PR. This ranges from 0 - 10. An incoming link from a page with higher PR counts several times more than a link from a lesser PR page. So the more links you have from higher PR pages the better is the chance of ranking highly in Google and other search engines. You build links gradually over a period of time.

This is more prevalent with a new site rather than an aged site. This is because Google prefers to see steady natural growth. Of course how quickly you can rank because of this is really down to the market and competition you are up against.

Finally SEO is crucial to the success of any business online. The great thing about the internet is that it really is a level playing field. So there is nothing stopping you from ranking highly for a given keyword or phrase against even the biggest of companies.

Article Source: http://www.articlesbase.com/seo-articles/how-to-get-high-rankings-on-google-and-yahoo-search-engines-260220.html

About the Author:
For further informative information please visit http://www.marketingteleclass.co.uk

Reblog this post [with Zemanta]

5 Important Trick to Optimizing Web Site or Blog

REDMOND, WA - JULY 29: The Microsoft name is d...Image by Getty Images via Daylife

5 Important Trick to Optimizing Web Site or Blog

Author: annethforblog

It’s the SEO help for you (SEO Solution). Search engine optimization (SEO) is an important trick so that our website or blog will be indexed and placed at early sequence in search engine’s list like Google and Yahoo. However, it is important to know that indexing process by search engine is not just in a short time, but occasionally in a quite long time, in several days or even many weeks. SEO (search engine optimization) is an imperative requirement for popular websites or blogs. When our website or blog is placed in early sequence of search engine’s list, hence more and more people easy to find our website or blog . It is influenced by a lot of factors such as: Keywords included in website or blog as both tag of articles and meta tag (for HTML code of website or blog). If keywords used is less appropriate with whole words of article contents, hence it will arise a matter for search engine in finding our article, even our website or blog would be thrown out of search engine index. Organize that election of keywords according to both title of articles and the most words in our article. The number of visitors. More and more visitor in our website would make greater opportunity of website or blog for taken in early sequence in the list of search engine. It is often mentioned as traffic influencing page rank for search engine. The number of articles. Some of search engines or blog directories attach string to a minimum number of both title and words in our article filled in website. For increasing of the number of articles, it’s preferred uploading articles continuously to posting a lot of articles spontaneously. Search Engine will more often ping our article if the posting is always done routinely. Quality of articles. The high quality article often adsorb many traffic. For measuring a high quality article, we could exploit high value keywords with software provided by www.nichebotclassic.com. We can have a look the value of keywords there and how many people searching search engine for the keywords. The number of incoming link or back link . Link is connection in form of letter, word, or picture in our web to access others. Exit link can be made while posting for recommending visitor to visit other webs referenced. Link placed in sidebar generally represents our favorite web and what most often we use to various need like source of inspiration and knowledge, source which we lionize. More and more links could amplify opportunity for early sequence in search engine’s list. The number of Link in other website for recommending to go into our web site or blog will improve potency of presences of visitor and increasing page rank of our website or blog. As trick of search engine optimization of website or blog for first sequence index of search engine, hence web master or blogger requires to do these (trick seo blog): Insert representative tags pursuant to article title and the most words in article. If we have owned articles in enough number (more than five), hence insert the code such this ( open this link ). Submit your website to Google (URL: www.adurl.google.com) * Submit to Yahoo (URL: www.siteexplorer.yahoo.com/submit). Go to Googlewebmasterstool (URL: www.google/webmasters/tools) and do “Sign in” * Write your website or blog (ex: www.annethforblog.blogspot.com). Click “Add site”, and click the link “Verify your site” in box in “Overview” * Chose verification method “add a meta tag” Copy the code emerge in: blogis code is ………. then click right of mouse, copy Go into the Accunt blogger, Layout or arrange the situation, Edit the HTML then Paste it after the tag and before ( this tag is placed at the top of code of HTML of blog). Click “Save Templete”, and then back to Google webmasters tools. * Do SITE MAP Optimizing bellow: Select “Choose Addsitemap” and select “add general sitemap” at choice “Choose type”. Type " rss.xml or atom.xml” at box “My site URL is…..” Click “Add General web sitemap” and wait in about 2 hours for google process. Those step is a trik for optimizing blog or optimizing website . We often mention it as seo blog or seo website . This trick focuss on both optimizing content and articles. All of meta tag , site map, article tag and quality content is needed. Posted by Anneth_Forblog at 6:48 PM 0 comments Links to this post Labels: trick search engine optimization, trick seo, trick seo blog, trick seo website

Article Source: http://www.articlesbase.com/seo-articles/5-important-trick-to-optimizing-web-site-or-blog-712730.html

About the Author:
Alumnus of Gadjah Mada University, Internet science hoby
For many SEO article, go to seo-blog-consultant.blogspot.com

Reblog this post [with Zemanta]

BLOGGER MANUAL | SEO TIPS AND TRICKS (GUIDELINE FOR NEW BLOGGER)

Image representing Blogger as depicted in Crun...Image via CrunchBase



SUMMARY: BLOGGER MANUAL | <a class="zem_slink" href="http://en.wikipedia.org/wiki/Search_engine_optimization" title="Search engine optimization" rel="wikipedia">SEO</a> TIPS AND TRICKS (GUIDELINE FOR NEW BLOGGER)


SUMMARY: BLOGGER MANUAL | SEO TIPS AND TRICKS (GUIDELINE FOR NEW BLOGGER)



Author: fritz buyung


In this blogger manual I'll show you the basic off all SEO technique. I don't like to chit-chat, so let's straigth to the point. You must know that we have two kinds of optimization that can be done by ourselves. First, is On-page Optimization, and the second is Off-page optimization....
Do you know anything about On-page optimization? It's everyting that you can do to your blog to make it suitable for the search engine. We have several things to do for our on-page optimization:
1. Choose the keywords of your new blog
Use Google External Keywords tool to choose your keywords. How to use this tool? It's quite simple. Consider that you want to use "Blogspot tutorial" as your keyword. All you need to do is to type this keyword in to the keyword box. Fill the Captcha code and click on Keyword Suggestion. You will see a list of keywords that related to your first keyword. You will see that the competition of BLOGSPOT TUTORIAL keywords is to fierce for a new blog. Try to choose other keywords with the lowest competition but still have a good enough search volume. It's better for you to start with the lowest competition level, then slowly but sure you climb up by the number of visitor. If you can take a lot of visitor to your blog, you'll see that you can aim a new keyword with higher competition level. In this tutorial, let's consider that the keyword you choose is "BLOGGER MANUAL"
2.Choose your URL address that suits with your keywords
For example...if it's possible ...why don't you use this URL ... http://blogger-manual.blogspot.com
3. Choose Blog Title that suitable for your blog
For example...use this title..."Blogger Manual for Blogspot"
4. Use title tag in your html
Use title tag that contain the combination of your keywords, if it's posibble...use 7-10 words as your title. For example .... Blogger manual | blogspot tutorial for newbie
a title tag should seen like this
Blogger manual | blogspot tutorial for newbie
you can put this tag right under the tag in your LAYOUT -- EDIT HTML page

5. Use meta tag in your HTML
meta tag is a code that contain the summary of your blog data. There are meta description, meta keywords, & meta author that you should optimize....




6. Use your keyword in your posting title
7. Use your keywords in your articles and spread those keywords at the first sentences, and the last sentences. Don't forget to add your keywords each 2-3 paragraphs.
8. It's better for you, if your main column (the place where your article displayed) float at the left side. It's because the spider will crawl your page from the top left to the botom right. If you put your main column at the right, then the spider will crawl your sidebar and each navigation links inside your sidebar, before it arrives to your article. Your competitor will left you behind. You may say like this "O yeah, than why there is a left float main column website defeated by the center or right float main column websites?" Simple,....It's because the off-page factor that we should talk later.
If it's possible...it will be better if you put your keywords at the end of your page or right in the footer of your webpage.

If you do this, then you can boost your position up to 400 positions. If you were in the 1200 , now you may hit to the 800th position..... Now, you may already bend your face and say "Yeah, and what does it use for?" I'll say "Nothing,...it still can't help you" you have to complete the OFF-PAGE optimization to be the king of the Search Engine Result Page....

Oh, and what is off-page optimization? Simple, it's all about everything that you can do to promote your blog.
1. Increase the number of your visitors. You can do blogwalking to invite people. Or do some promotion in facebook, to invite people visit your blog
2. Build links to your blog. But before you do a link building process, you should know the type of links:
a. Link from shoutbox....it has no credit for you
b. Link from Comment box... it has credit if the blog has relevant content to your blog
c. Trackback link....It's a link that appear if you review any webpage in your blog and leave your link at the comment column of the webpage. It has more credit than a common link from the comment box
d. Reciprocal link is a kind of links that appear if you do some link exchange. It has a very good credit if both of the oage has relevant content. But, has no credit at all if they don't have any relevant content
e. One way link.... If you have one way link that is directed to your blog, then it will be the most perfect link you can have

So what is the criteria of a good link?
1. It connects the relevant pages
2. It comes from a higher Pagerank page
3. It's a one way link

At this poin, is there any conclusion you get? Well, my blogger manual will continue with the biggest question mark...."HOW CAN I GET THOSE BACKLINKS?"
It's quite simple, but I tell you that it won't be easy at all. Your solution is to send a request message to every webmasters that you want to ask for a backlinks. The badnews is A high pagerank Webmaster will be very selective to accept any link exchange offer. It's because...if they make a bad decision of which page should be connected to their website. It can kill their pagerank instantly. Let's consider like this if you accept to link your blog to other website ... and you don't know that the website has been banned by google....than you will take a risk to be banned also by Google. Or at least Google will penalize your blog by reducing your pagerank 1 or 2 points.

Well, It's still the basic knowledge, but I thinks it's enough for you to develop your SEO skill by following this short blogger manual. If you have any question....feel free to visit blogger manual. And you can contact me at contact form that I have provide for you. ----THE END OF BLOGGER MANUAL - SEO SUMMARY ---



Article Source: http://www.articlesbase.com/seo-articles/summary-blogger-manual-seo-tips-and-tricks-guideline-for-new-blogger-977713.html



About the Author:

I'm still a new blogger, But I love to share everything that I have learned from many sources. I hope this articles can help you to develop your blog




Reblog this post [with Zemanta]

Saturday, November 21, 2009

Easy way give Share toolbar for all your page

How To Check Website Google RankingsImage by Hobo! via Flickr

Easy way give Share toolbar for all your page

Author: foreverjantan

Fond pour your idea or ideas to share with the public. Generally distributed online can be done via a variety of ways, publicize the service through a particular site as the fabric of friendship that you follow, or sending messages to friends or the privacy of relatives. But if you find that your data will share the many, of course you need a large enough space to store them online. By creating a web of course, would be enough room for you to put ideas to the public divided, but also create a web course also cost money to create and publish, unless you can make your own website. Many ways that can be obtained as a substitute for web, ie blog (blogspot, wordpress or other) that do not require users have a special skill to create and care for her. One such example I use is blogspot service. There are many facilities free widgets or tools that can be used to enhance the display. Not affected by the cost to create a private blog, register at www.blogger.com and set up an article / data / your idea to read / used by the public. If you do not know how to make it, please search on google about how to create a personal BLOG on blogspot. Noteworthy is the SEO for your blog search engine easily recognized, and always update the data / files on your personal blog. Create or change your Blog template as you liked, easy and not have to cost to get / download it (please search with the help of google search or other). With a beautiful view blog will certainly make visitors feel at home to read and want to visit again. But what if the guests liked it one of the articles you publish? and visitors are interested to share with friends or other relatives? should be done with manual copy-paste ..? Certainly not look professional..? Share this article with other visitors also help increase traffic to your blog, so why not try to give an easy way for visitors to do the sharing? How? Register / register for free on www.addthis.com, select from the service what you (blogspot, wordpress or other), select the button style, click "Get Your Button" to verify your code, copy the code, login to your blogger account, select "Layout", "Edit HTML", check "Expand Widget Templates", search code "

Article Source: http://www.articlesbase.com/blogging-articles/easy-way-give-share-toolbar-for-all-your-page-1468642.html

About the Author:
visit my blog for more information related blogger, advertise, tips and tricks

Reblog this post [with Zemanta]