Nov 20, 2008

Multilingual SEO

If you have customer in multiple countries then you are in need of multilingual SEO. The basic mentality of the people is to view the site in their own natural language. Gaining the customer in all countries is the way to expand your business to meet the high peak.

But you need not afraid for multilingual seo as a new concept. The same concept of SEO followed in English suits for all the languages. Based upon the countries, and their language the SEO tactics are possible in meanwhile.

Here are some guidelines that should serve as reminders of what you should plan to do during the SEO process:
  • Create a page regarding the language and prepare the keyword and description in that language.
  • Translate the English content to that specific required language.
  • Apply the SEO rules as of in English, just because the language is different doesn't mean that the search engine or the search engine crawler is any different.
  • Give the proper links to the respective languages.

Delicious Digg Magnoliacom Newsvine Furl Google Yahoo Technorati Icerocket

Nov 19, 2008

Free Image Upload

Sometimes we may like to upload the images in online in free domain. After uploading the image we can use the image URL and give the link to access.

For free image upload follow the below link

http://pixens.com

DeliciousDiggMagnoliacomNewsvineFurlGoogleYahooTechnoratiIcerocket

Screen Shot

To see the entire site screen shot in one glance the following site is useful.

It gives you the screen shot of your website.

URL: http://superscreenshot.com

Scour Search Engine

In the list of search engines like Google, yahoo, msn a new search engine is launched in 2008 named Scour which the combination of Google, Yahoo and MSN. Each user is rewarded for their every search result. Once the user certain amount of points has reached they offer cash. The scour search results produce the combination of Google, yahoo and msn top 10 search results. The votes and comments are the added-feature in Scour. The further search results are also filtered by double clicking the words in search results. It was founded by 5 students (Vince Busam, Michael Todd, Dan Rodriques, Jason Droege and Kevin Smilak) from the computer science department of the university of California.

Nov 14, 2008

Steps for Affilliate Program

  • Goto http://www.moneybookers.com
  • Register the account.
  • Login to the account.
  • In home page, click on Earn Money link
  • Click on Banner farm
  • Choose any one of the types of banners or logos
  • Get the Javascript code.
  • Login to blogger.com
  • Goto Layouts->page elements ->Add a Gadget ->HTML/Javascript
  • Paste the code
  • Now the banner is in your blog.
These step are only for moneybookers.com

Define: Affiliate Program

An automated marketing program where a Web advertiser or merchant recruits webmasters to place the merchant's banner ads or buttons on their own Web site. Webmasters will receive a referral fee or commission from sales when the customer has clicked the affiliate link to get to the merchant's Web site Web site to perform the desired action, usually make a purchase or fill out a contact form. The most common types of affiliate programs include pay-per-click, pay-per-lead, and pay-per-sale.

Nov 6, 2008

Robots txt file

"Robots.txt" is a regular text file that through its name, has special meaning to the majority of "honorable" robots on the web. By defining a few rules in this text file, you can instruct robots to not crawl and index certain files, directories within your site, or at all.

There are 3 types of robots namely


  • robots.txt
  • Meta Robots
  • Nofollow Tag
robots.txt

The basic robot file is the following file
User-agent: *
Disallow: /

  • * Represents all search engine
  • Disallow: / represents which of the part is not to be crawled by the search engine.
User-Agent: googlebot
Disallow: /images/

  • This is for google search engine and to block the folder "images" from crawling.
Disallow: *.doc$

  • This is to block the word document
Sitemap: http://example.com/mainsitemap.xml

  • This is to ensure the sitemap.xml file in the web.
Allow: /research/findings/*

  • Allow tag allows the search engine to crawl
Meta Robots

It is possible to instruct the robots not to crawl a single page.


In the meta tag, add the attribute as name=robots and content="noindex, nofollow".

Nofollow Tag

In some cases, we might have given the some site URL as the reference in our site. So, by giving the URL of other site, it is an upgrade to that site. So, to avoid this "rel=nofollow" attribute in anchor tag is used to prevent the site from crawling.