Sunday 18 October 2015

What is htaccess file ? why htaccess file is used ?

 


A .htaccess (hypertext access) file is a directory-level configuration file supported by several web servers, that allows for decentralized management of web server configuration.

Htaccess files are hidden plain text files that are on the server to help control how your visitors interact with your website. The htaccess file is also used to block specific traffic from being able to view your website. If you look for your .htaccess file you'll see that there's no filename. The extension is .htaccess which tells the server what type of file it is. In cPanel you can see if you have a current .htaccess file using file manager but you will need to make sure you have selected to view hidden files. If you are not familiar with using file manager please read our article.  To view hidden files in file manager, select the 'file manager' icon in cPanel and make sure the box is checked next to 'Show Hidden Files.' Then click 'OK' and you will be able to view hidden files.

What can you do with a .htaccess file?

You might have a private area of your website you wish to keep password protected. This password protection is actually set up in the .htaccess file. Most of the functions of the htaccess file, you do not have to concern yourself with as they will be automatically written through cPanel. This is the case of password protecting directories. While you set it up in cPanel, it actually writes a directive to your htaccess file. 


Other functions of the htaccess file include, prohibiting hotlinks, rewriting URLs, setting default pages, creating redirects, reconfiguring account settings, and much more. It's really important to realize how the htaccess file can affect your entire account. Changing something in the htaccess file can alter how your website functions so it's really important BEFORE making changes to your htaccess to backup your current htaccess file.


Five Common Uses for an .htaccess Page




1. Mod_Rewrite: one of the most useful facets of the .htaccess file is mod_rewrite. You can use the space in the .htaccess file to designate and alter how URLs and web pages on your sites are displayed to your users. You can find the entire tutorial on how to do this here.

2. Authentication: Although using the .htaccess file does not require as many permissions as accessing the apache2.conf file would require, we can still make effective changes to a site. Once such change is to require a password to access certain sections of the webpage.
The .htaccess passwords are kept in a file called .htpasswd. Go ahead and create and save that file, being sure to store it somewhere other than the web directory, for security reasons.
You should use the space inside the .htpasswd file to write in the name and passwords of all the users that you want to have access to the protected part of the site.
You can use this useful site to generate the username and encrypted password pair. If the username of your authorized user is jsmith and password is “awesome”, the pair would look like this: jsmith:VtweQU73iyETM. You can paste as many lines as needed into the .htpasswd file, but be sure that every user gets their own line.
Once you are finished with the .htpasswd file, you can type this code into the .htaccess file to begin using the password function:
AuthUserFile /usr/local/username/safedirectory/.htpasswd AuthGroupFile /dev/null AuthName "Please Enter Password" AuthType Basic Require valid-user
  • AuthUserFile: This line designates the server path to the .htpasswd file.
  • AuthGroupFile: This line can be used to convey the location of the .htgroup. As we have not created such a file, we can leave /dev/null in place.
  • AuthName: This is text that will be displayed at the password prompt. You can put anything here.
  • AuthType: This refers to the type of authentication that will be used to the check the passwords. The passwords are checked via HTTP and the keyword Basic should not be changed.
  • Require valid-user: This line represents one of two possibilities. “Require valid-user” tells the .htaccess file that there are several people who should be able to log into the password protected area. The other option is to use the phrase “require user username” to indicate the specific permitted person.
3. Custom Error Pages: the .htaccess file additionally allows you to create custom error pages for your site. Some of the most common errors are:
  • 400 Bad Request
  • 401 Authorization Required
  • 403 Forbidden Page
  • 404 File not Found
  • 500 Internal Error
To make a page look friendlier and to provide more information to the site visitor than the default server error page offers, you can use the .htaccess file to create custom error pages.

I’m going to create a 404 page in this tutorial. However, you can substitute that error for whatever you prefer: 

Once you have created and uploaded desired error page, you can go ahead and designate its location in the .htaccess file.

ErrorDocument 404 /new404.html

Keep in mind that the Apache looks for the 404 page located within the site's root. If you placed the new error page in a deeper subdirectory, you need to include that in the line, making it look something like this:

ErrorDocument 404 /error_pages/new404.html

4. Mime Types: In cases where your site features some application files that your server was not set up to deliver, you can add MIME types to your Apache server in the .htaccess file with the following code.

AddType audio/mp4a-latm .m4a

Be sure to replace application and file extension with the Mime Type that you want to support.

5. SSI: Server Side Includes are a great time-saver on a website. One of the most common uses of SSI is to update a large number of pages with some specific data, without having to update each page individually (for example, if you want to change a quotation at the bottom of a page).

To enable SSI, type the following code into your .htaccess file.

AddType text/html .shtml 
AddHandler server-parsed .shtml

These three lines have the effect of telling the .htaccess that .shtml files are valid, with the second line specifically making the server parse all files ending in .shtml for any SSI commands.
However, if you have many .html pages that you are not eager to rename with .shtml extensions, you can use another tactic to parse them for SSI commands, the XBitHack.
Adding this line to the .htaccess file makes Apache check all the html files with the appropriate permissions for Server Side Includes.


 

What is site links in web master tool ?







 Sitelinks

The links shown below some of Google's search results, called sitelinks, are meant to help users navigate your site. Our systems analyze the link structure of your site to find shortcuts that will save users time and allow them to quickly find the information they're looking for.


We only show sitelinks for results when we think they'll be useful to the user. If the structure of your site doesn't allow our algorithms to find good sitelinks, or we don't think that the sitelinks for your site are relevant for the user's query, we won't show them.


At the moment, sitelinks are automated. We're always working to improve our sitelinks algorithms, and we may incorporate webmaster input in the future. There are best practices you can follow, however, to improve the quality of your sitelinks. For example, for your site's internal links, make sure you use anchor text and alt text that's informative, compact, and avoids repetition.



If you think that a sitelink URL is inappropriate or incorrect, you can demote it. Demoting a URL for a sitelink tells Google that you don't consider this URL a good sitelink candidate for a specific page on your site. Google doesn't guarantee that demoted URLs will never appear as a sitelink, but we do consider a demotion a strong hint that we'll try to honor when generating sitelinks.

What is back links ? How Many types of back links?





Backlinks, also known as incoming links, inbound links, inlinks, and inward links, are incoming links to a website or web page. In basic link terminology, a backlink is any link received by a web node (web page, directory, website, or top level domain) from another web node.

Important Statistics of a website


1.Backlinks : Back links are nothing but the links of yourWebPages in other websites.(reference)
It can be either in the form of text links or images.
The syntax of back links is as follows :
Link syntax:<a href=" WEBSITE_URL ">KEYWORD</a>

Ex: <a href=http://freeseotips.in>free seo tips</a>


The website url can be the home page or any page of your site

and The keyword should always be your own keyword of your


webpage, for which you want the top ranking in search engines.


Do you get back links from google search engine as your site is


displayed in the search results?

The number of back links of your website denotes the number of


WebPages where your website (or webpage) address is mentioned.


More the number of back links better it is for SEO.

Infact 80% of SEO is dependent on Backlinks.


Backlinks are of two types:

Do follow : These are the backlinks in which there is direct


reference to your site.


No follow : These are the backlinks where there is no direct


reference to your site, in other words the url is encrypted here.


Both the backlinks are equal in value and have same importance


in SEO but, do understand that by default search engines links


are NO FOLLOW links that bring zero value in SEO.


By default all the search engine backlinks are


no-follow that have 0 value, meaning they are not considered as

backlinks.


To know whether a link is do-follow or no-follow just scroll over


mouse over the link and see the status bar, if you find your


webpage url then it is do-follow link, if it is encrypted then it is


no-follow link.


Try to acquire as many do follow links as possible for your


website.


Each Backlink has got variable values.


Quality Back links to Get Top Place


1.Backlinks from high PR (Page Rank) websites have very high

value.


2.Backlinks from your competitors websites have very high value.


3. Backlinks from low 'external links' websites have very high


value.


4.Virgin Backlinks have very high value.


5.Backlinks from different domains have higher value than


backlinks from the same domain.


6.The backlinks from .gov, .edu and .org websites have higher


value.


7. backlink from only related sites.(pages)

note : In backlinks, quantity does not matter, what matters is the

quality.

To check backlinks for any website you can visit the url: backlinkwatch.com


what is google settings in google analytics ?




This tool gives us the statistics of the traffic for our website, with

the help of this tool, you can know the details of the traffic such

as:

1. Source of the traffic (Search engines, Reference sites, Direct)

2. Keywords in search engine that bought the visitors to our site.

3.Region of traffic.

4.Browsers from which the traffic has come.

5.Avg. time spent by the visitor in our site.

6.Avg. number of pages visited by the visitors.

7.Search Engines from where the traffic has come etc...

The google analytics tool is present at the address www.google.com/analytics.


You can add as many sites as possible with just 1 google

analytics account.

Adding your website in google analytics

Sign up then login, in the login area click on ' add a profile ' ,

then give your website address, click on 'finish', copy the tracking

code shown in the text box and paste in between the <head> and

</head> tags of your website's homepage.

Get back to google analytics and click on 'save and finish'. This

would add your site to google analytics over a short period of

time.

This area is generally used to measure the statistics of the

website, the three important areas in this are:

1.Avg. Time spend by the user - should be as high as possible.

2.Avg. No. of pages visited by the user - should be as high as

possible.

3.The Bounce rate - should be as low as possible.

Bounce rate is nothing but the number of 100 avg visitors who

have left your site after reading just 1 page, that is they did not

navigate to other pages of your website.

Difference between Webmaster tools and Google analytics?

Google Webmaster tools gives the statistics of SEO while Google

Analytics gives the statistics of Traffic to your website.

Saturday 17 October 2015

What is RSS feeds ? Why use Rss feeds ?



RSS (Rich Site Summary) is a format for delivering regularly changing web content. Many news-related sites, weblogs and other online publishers syndicate their content as an RSS Feed to whoever wants it.

RSS is all about simplifying the way we view and digest content on the Internet. Web pages are typically multimedia experiences, with multiple columns of images, text, and advertisements. An RSS feed of a page strips the information down to the bare essentials — usually the main text content, main images, or in the case of podcasts and video channels, the content itself.


The problems with bookmarking


  • You as the web surfer had to do all the work
  • It can get complicated when you are trying to track many websites at once
  • You miss information when you forget to check your bookmarks
  • You end up seeing the same information over and over again on sites that don’t update very often



RSS Changes Everything

What if you could tell a website to let you know every time that they update? In a sense, this is what RSS does for you.

RSS flips things around a little and is a technology that provides you with a method of getting relevant and up to date information sent to you for you to read in your own time. It saves you time and helps you to get the information you want quickly after it was published.

RSS stands for ‘Really Simple Syndication’. Many people describe it as a ‘news feed’ that you subscribe to.

I find the ‘subscription’ description helpful. It’s like subscribing to a magazine that is delivered to you periodically but instead of it coming in your physical mail box each month when the magazine is published it is delivered to your ‘RSS Reader’ every time your favorite website updates.

How RSS actually technically works is probably a lesson for another day but the key today is for you to understand why it’s good and how to use it.

Let me say right up front that I’m not the most technically savvy guy going around – but even I can use RSS. At first I found it a little strange to make the change from bookmarking to RSS but I found that when I started that I just couldn’t stop.

How to Use RSS

Get an RSS Reader – The first thing you’ll want to do if you’re getting into reading sites via RSS is to hook yourself up with an RSS Feed Reader.

There are many feed readers going around with a variety of approaches and features – however a good place to start is with a couple of free and easy to use web based ones like Google Reader and Bloglines. Either one will do if you’re starting out (I use Google’s Reader) – as I say there are many others to choose from but to get started either of these are fairly easy to use and will help you work out the basics of RSS.

Both of these feed readers work a little like email. As you subscribe to feeds you’ll see that unread entries from the sites you’re tracking will be marked as bold. As you click on them you’ll see the latest update and can read it right there in the feed reader. You are given the option to click through to the actual site or move onto the next unread item – marking the last one as ‘read’.

The best way to learn how to use either Google Reader or Bloglines is to simply subscribe to some feeds and give it a go. Both have helpful help sections to get you up and running.

Note: other options to tracking websites that you might already be familiar with include using pages like MyYahoo, MyGoogle and MyMSN.




Thursday 15 October 2015

What is XML site map ?



An XML sitemap is a document that helps Google and other major search engines better understand your website while crawling.

Sitemaps are a protocol that allows the webmaster for a website to inform Google and other major search engines about URLS on a website that are available for crawling. Sitemaps allow search engines to find all of your webpages, that they might otherwise miss when indexing. The XML sitemap allows you to specify additional information about each URL such as:

  • When it was last updated 
  • How often the site changes 
  • How important the page is in relation to other pages on the site
Having this information within one document helps search engines understand your website and crawl it more intelligently. Sitemaps are an inclusion protocol, where Robots.txt files are exclusionary. For more information on robots.txt files please read our article.

XML Sitemap

Generating a XML sitemap for you website is a simple process, and there are many websites that can help you do so. Google recommends using http://xml-sitemaps.com
XML sitemap genarator

Create an XML sitemap that can be submited to go Bing, Yahoo, and other search Engines to help the crawl your website better.

What is HTML site map ?


The HTML sitemap (or site map) is concept that might be foreign to many folks who create a new website.


For search engine optimization (SEO) or website navigation purposes, the HTML sitemap is an integral piece of content that can guide people around your website. For more information about the HTML sitemap and where and why to use it, keep reading!

The HTML sitemap is NOT the XML sitemap. With an XML sitemap, this is automatically generated by WordPress and allows for better crawling by Google. In response, with a WordPress website automatically has an edge over non-WordPress websites by default.
The HTML sitemap takes the navigation layout of your existing website and breaks it down in a basic form.

Why use an HTML Sitemap?

The HTML site map is effective for accessibility, navigation, and internal linking purposes.
It is always nice to have more internal links on your website. What an HTML site map does is essentially create a page that links to all of your internal pages. This is good for increasing SEO on a smaller level, since it places more internal links on your pages and in turn improves your domain and page authority.

But there are also plenty of considerations to make when thinking about the usability experience of a website. Imagine that a customer comes into the site and imagine that this same customer is also color-blind. Maybe the layout of colors and design makes it so that it is difficult to navigate the website.

Maybe your design simply sucks and is hard to use!

In either case, the HTML sitemap provides an alternative to typical navigation on the website.

How to make an HTML Sitemap

On WordPress, making an HTML sitemap is as simple as creating a page and typing whichever links you would like on the site. You can make a sitemap that includes blog posts, helpful resources, or simply a site map that goes over the basic “parent navigation” items from your website’s menu.

From there, you simply link each piece (perhaps in bulleted form) to the proper content of that page. For example, if your About page is yourwebsite.com/about, that is the link you want to use in the site map.

Where do you put an HTML Sitemap?

The HTML sitemap will typically go in one (or both) of two places.

THE 404 PAGE
The 404 page is a perfect opportunity to provide help to someone who might be lost. Obviously, if the customer is on the error (404) page, then he/she clicked on the a bad link or guessed at a URL and got it wrong. Placing the site map on your 404 page allows the user to say, “Oh!! Here is a link to the page I was looking for!”

Our themes and designs automatically generate an HTML site map in the 404 page, but this is NOT default functionality of WordPress.
THE FOOTER
You can also create a separate page like mentioned above and link to it from the footer of the site. For “boring” pages like contact, accessibility, and site maps, people will typically look to the bottom of the page for answers.
map of the site 
accessibility

What is Bounce rate ? How to decrease bounce rate ? what is An ideal Bounce Rate ?



Bounce rate is the percentage of single page visits (or web sessions). It is the number of visits in which a person leaves your website from the landing page without browsing any further. Google analytics calculates and reports the bounce rate of a web page and bounce rate of a website.


                                                              RB = (TV/TE)

 RB = Bounce Rate
 TV = Total number of Visits Viewing on page only
 TE = Total Entries to the page

Increase bounce rate : 
  • Page loading time
  • Non proper content & Keywords
  • Pop-Up Ads
  • Links to External site
  • Session Time out

Decrease Bounce Rate :
  • Provide Relavant Content
  • Clear navigation Path
  • Reduce Eternal links
  • Speed up page load using Google page speed up plug in.

Having higher bounce rate from search referral gives Google a signal that your site might be irrelevant, has poor information, bad user experience or problems loading like slow page speed.

There’s nothing wrong with aiming for a perfect, 0% bounce rate – it keeps you thinking of new, more effective ways to engage your visitors. However, remember that you will always have bounced traffic because of several factors. It could be because someone mistakenly clicked on your website, or it may simply be because the visitor wasn’t looking for your products or services after all – these are normal, and they happen on a regular basis.

Your ideal bounce rate should be somewhere between the perfect bounce rate and a maximum of 20%. Having a 50% bounce rate means that 1 in 2 people are leaving your site without conversions, whereas with a 20% bounce rate, only 1 in 5 people leave your site without fulfilling any form of conversion. You need to stay within the ideal bounce rate to get the maximum conversions from your traffic.

Wednesday 14 October 2015

what is sitemap? why use for site map?



A sitemap is a file where you can list the web pages of your site to tell Google and other search engines about the organization of your site content. Search engine web crawlers like Googlebot read this file to more intelligently crawl your site.

Also, your sitemap can provide valuable metadata associated with the pages you list in that sitemap: Metadata is information about a webpage, such as when the page was last updated, how often the page is changed, and the importance of the page relative to other URLs in the site.

You can use a sitemap to provide Google with metadata about specific types of content on your pages, including video, image, and mobile content. For example, you can give Google the information about video and image content:



  • A sitemap video entry can specify the video running time, category, and age appropriateness rating. 
  • A sitemap image entry can include the image subject matter, type, and license.

Importance of Sitemaps

There are many SEO tips and tricks that help in optimizing a site but one of those, the importance of which is sometimes underestimated is sitemaps. Sitemaps, as the name implies, are just a map of your site - i.e. on one single page you show the structure of your site, its sections, the links between them, etc. Sitemaps make navigating your site easier and having an updated sitemap on your site is good both for your users and for search engines. Sitemaps are an important way of communication with search engines. While in robots.txt you tell search engines which parts of your site to exclude from indexing, in your site map you tell search engines where you'd like them to go. 

Sitemaps are not a novelty. They have always been part of best Web design practices but with the adoption of sitemaps by search engines, now they become even more important. However, it is necessary to make a clarification that if you are interested in sitemaps mainly from a SEO point of view, you can't go on with the conventional sitemap only (though currently Yahoo! and MSN still keep to the standard html format). For instance, Google Sitemaps uses a special (XML) format that is different from the ordinary html sitemap for human visitors.

Why Use a Sitemap

Using sitemaps has many benefits, not only easier navigation and better visibility by search engines. Sitemaps offer the opportunity to inform search engines immediately about any changes on your site. Of course, you cannot expect that search engines will rush right away to index your changed pages but certainly the changes will be indexed faster, compared to when you don't have a sitemap. 

Also, when you have a sitemap and submit it to the search engines, you rely less on external links that will bring search engines to your site. Sitemaps can even help with messy internal links - for instance if you by accident have broken internal links or orphaned pages that cannot be reached in other way (though there is no doubt that it is much better to fix your errors than rely on a sitemap).

If your site is new, or if you have a significant number of new (or recently updated pages), then using a sitemap can be vital to your success. Although you can still go without a sitemap, it is likely that soon sitemaps will become the standard way of submitting a site to search engines. Though it is certain that spiders will continue to index the Web and sitemaps will not make the standard crawling procedures obsolete, it is logical to say that the importance of sitemaps will continue to increase.

Sitemaps also help in classifying your site content, though search engines are by no means obliged to classify a page as belonging to a particular category or as matching a particular keyword only because you have told them so. 

Having in mind that the sitemap programs of major search engines (and especially Google) are still in beta, using a sitemap might not generate huge advantages right away but as search engines improve their sitemap indexing algorithms, it is expected that more and more sites will be indexed fast via sitemaps.  

difference between google analytics and webmaster tool ?



Google Analytics is one of the most widely used web analytics applications. It will give you the following information.


1. Visitor Reports

  • The total number of visitors your website has. It also specifies what are the number of new visitors and returning visitors 
  • The time that your visitors spend on your site. 
  • The amount of pages your visitors view. 
  • The amount of visitors who landed on your site and left immediately. 
  • Geographical location of your website visitors 
  • The websites which referred visitors to your site.
2. Web traffic Reports
  • Total number of of people visiting your site on a daily, monthly and yearly basis. It also provides your traffic stats to previous years.
3. Details of Keywords
  • The keywords which brings traffic to your website. 
  • The keywords which produces most sales. 
  • The keywords which keeps your visitors on your site for longer durations.
4. Content
  • The web pages your visitors visit often. 
  • The web pages that brings you more traffic. 
  • The pages your visitors most often leave your site.
5. Conversions: 

The conversion rates for the goals you set on your site.

Google Webmaster Tools reveals how Google looks your site online. Webmasters use this tool to fix problems with the site if any. It offers lot of tools for webmasters with which one can improve the visibility of the site and fix problems if any. It will give you the following information

1. Crawl Errors

Google webmaster tools give you information about the pages which Google is unable to crawl. This is a very important aspect because if Google cannot crawl your pages, your search engine visibility may go down. With the help of the tool, one can find out issues if any and resolve it.

2. Search Queries

This is information on your pages Google has returned to searchers for specific queries. The following information is available using webmaster tools.

  • Total number of search queries which returned pages from your site.
  • Your top search queries which returned pages in Google.
  • The number of times your pages were viewed in Google’s search results.
  • The number of times your listings were clicked on for a particular search query.
  • The percentage of times your listing was clicked for a particular search query.
  • The average position of your website for a particular search query.
3. Links
  • The links linking into your site from other websites.
4. Blocked URLS
  • If your site has content you don't want Google or other search engines to access, use a robots.txt file to specify how search engines should crawl your site's content. You can use Google Webmaster Tools to find out if your robots.txt is working as expected. 
5. Malware
  • Google Webmaster Tools inform you If Google detects any malware on the site. 
6. HTML errors
  • Google Webmaster Tools inform you If Google detects any HTML errors on the site. 
7. Fetch as Google

You can use Google Webmaster Tools to submit a page to Google. However Google doesn't guarantee that they will  index every URL we crawl. 

Summary

  • Google analytics is basically a website statistics tool focusing the website traffic.
  • Google Webmaster tool shows you how Google sees your site as a search engine.




Tuesday 13 October 2015

what is canonical form ? why use canonical form ?

Canonical URL Tag

 Canonicalization for SEOs refers to normalizing (redirecting to a single dominant version) multiple URLs.

Canonicalization can be a challenging concept to understand (and hard to pronounce: "ca-non-ick-cull-eye-zay-shun"), but it's essential to creating an optimized website. The fundamental problems that canonicalization can fix stem from multiple uses for a single piece of writing–a paragraph or, more often, an entire page of content–that appears in multiple locations on one website or on multiple websites. For search engines, this presents a conundrum: Which version of this content should they show to searchers? SEOs refer to this issue as duplicate content.


To provide the best user experience, search engines will rarely show multiple, duplicate pieces of content and thus, are forced to choose which version is most likely to be the original (or best).


 Syntex : It is avoid dublicate pages..


what is robots text file ? why use arobot text file ?

Robots.txt logo.


The robots exclusion protocol (REP), or robots.txt is a text file webmasters create to instruct robots (typically search engine robots) how to crawl and index pages on their website.


                                   Before a search engine crawls your site, it will look at your robots.txt file as instructions on where they are allowed to crawl (visit) and index (save) on the search engine results.


Robots.txt files are useful:

  • If you want search engines to ignore any duplicate pages on your website
  • If you don’t want search engines to index your internal search results pages
  • If you don’t want search engines to index certain areas of your website or a whole website
  • If you don’t want search engines to index certain files on your website (images, PDFs, etc.)
  • If you want to tell search engines where your sitemap is located.

Using robots.txt for SEO allows you to exclude the pages that you don’t want search engines to crawl. You may find numerous example on how to use robots.txt file. This is a short tutorial on how to use it to block search engine crawlers to not index the pages that you don’t want to. BTW robots.txt is The Robots Exclusion Protocol.

Saturday 10 October 2015

Keyword: Digital India

<title>Digital India/Digital India Programme/Digital India Innovative Services</title>
<meta name="description" content="Digital India is an initiative of the Government of India to ensure that Government services are made available to citizens electronically by improving online">
<meta name="keywords" content="Digital India , digital india Campaign, digital India services , digital india registration , digital india program ">
<h1> Digital India </h1>
<h2> Digital India Programme </h2>
<h3> Digital India Innovative </h3>

Keyword: Web Services

<title>Web services/web services tutorials/what is Web services?</title>
<meta name="description" content="Learning Web Services in simple and easy steps using this beginner's tutorial containing basic to advanced knowledge of xml,">
<meta name="keywords" content="web services tutorials , web services in Java , web services HTML, web services interview questions , web services in HTTP ">
<h1>Web Services </h1>
<h2> Web services tutorials </h2>
<h3> What is Web services ?</h3>

Keyword: Cars

<title>Cars/Upcoming Cars/Latest Cars</title>
<meta name="description" content="New cars in india for all models, upcoming cars in india">
<meta name="keywords" content="Top latest cars, Hyundai,Maruti Suzuki, Mahindra, luxary cars ">
<h1>Cars</h1>
<h2>Upcoming Cars</h2>
<h3>Latest Cars</h3>

Keyword: Movies

<title>Movies/Latest Movies/Movies 2015</title>
<meta name="description" content="Find all latest movies, Bollywood, Tollywood, Hollywood 2015">
<meta name="keywords" content=" Top 10 movies, Latest movies, upcoming movies, Hindi movies, Telugu movies, english movies, romantic movies, 2015 latest movies">
<h1>Movies</h1>
<h2>Latest Movies</h2>
<h3>Movies 2015</h3>

keyword: Government Jobs

<Title>Government Jobs/All Government Jobs 2015/Latest Government Jobs in India</Title>
<meta name="description" content="Find Upcoming Government Vacancies Notification online ">
<meta name="keywords" content="All Government Jobs 2015 , Latest Govt Notifications in India , Govt Jobs in Hyderabad , SSC, Railway, SBI, ARMY, Teacher's Job in india ">

<H1>Government Jobs</H1>
<H2>All Government Jobs 2015</H2>
<H3>Latest Government Jobs in India</H3>