Showing posts with label web design services Bangalore. Show all posts
Showing posts with label web design services Bangalore. Show all posts

Wednesday, 8 July 2015


web design company bangalore


What are the Meta Tags :

Meta Tags are the codes in Html  those say to search engines about the contents of a web page. With the help of Meta tags Search engines index a page for displaying the web page in search result. The Html Meta tags are used below <head> section of a website.
There are n numbers of Meta Tags but most popular and important tags for search engine indexing are Title Meta tag, Keyword Meta tag and Description Meta Tag. Website Design Company Bangalore

Top Most Popular Meta Tags :

I am providing some useful Meta Tags for inserting into a web page for the better result. Be careful that these tags are always used inside <html>.I will recommend to use only Title and Description Meta tags since only these two tags are efficient for search engine’s robot for getting indexed the webpage.  but for the best results some seo experts use some special  meta tags.

web design company bangalore

1. Meta Tag For Page Title :

This Tag is the most important Meta tag for the seo point of view. Keep its length not more than 70 Characters.
<TITLE>Blogging Tips | Blogger Tips And Tricks | Seo Tips</TITLE>

2. Meta Tag For Page Description :

This tag gives summary of your webpage to Search engine’s Robot. Give your webpage short description beyond 150 Characters.(Web design company Bangalore)
<META NAME=”description” CONTENT=”tips and tricks for blogger, word press along with beautiful templates and widgets also some useful updates in seo by Sanjay choubey”>

web design company bangalore

3. Meta Tag For Page Keywords :

In these days it is said it is not much important but people use it. keep its length less than 150 characters.
<META NAME=”keywords” CONTENT=”Blogging tricks, Seo tips, Blogger templates, “>

4.  Meta Tag for Google Authorship

<a href=”https://plus.google.com/u/0/+sanjaychoubey/rel=author”>Google</a>
For more info visit my previous post : Google Authorship integration

5. Canonical meta Tag :

<link rel=”canonical” href=”your-site-url”>

6. Distribution meta Tag :

<meta name=”distribution” content=”global”>


7. Robot Meta Tag :

<meta name=”robots” content=”index, follow”>

8. Revisit Meta Tag :

<meta name=”Revisit-After” content=”2 days”>

9. Meta Tag for Rating :

<meta name=”rating” content=”general” >

10. Meta Tag to say Googlebot What to Index :

<meta name=”googlebot” content=”index, follow”>

11. Author Meta Tag: 

<meta name=”author” content=”www.a1bloggerseo.com”>

12. Meta Tag for Copyright :

<meta name=”copyright” content=”www.a1bloggerseo.com”>

13. Meta Tag for Specific Country :

<meta name=”CountryCode” content=”IN”>

<meta name=”Country” content=”India”>

14. Meta Tags for Geo Region, Place and Latitude and Longitude.

<meta name=”geo.region” content=”IN-DL” >
<meta name=”geo.placename” content=”New Delhi,Delhi, India”>
<meta name=”geo.position” content=”28.635308; 77.22496″>
<meta name=”ICBM” content=”28.635308, 77.22496″>

web design company bangalore

For More Information: http://www.bangalorewebzone.com/


Monday, 29 June 2015



website Design Company in Bangalore
To make a Responsive Web Design, we ought to know the underneath 3 primary parts 

1. Liquid Grid - It's an adaptable width way. We ought to quit utilizing pixel-based sizes, rather we utilize the me or rate in the template. This element helps us to make planning for numerous screens less demanding. Here the section widths are corresponding instead of settled. Liquid website page outline can be easier to understand, on the grounds that it acclimates to the client's set up. 

For instance: width: 1126px; will be width: 98%; 

2. Adaptable Images - The utilization of liquid pictures causes the conformity of the size to the guardian square. The pictures will scale out as per the screen determination/size. In the event that the guardian square is littler than the span of picture then the picture is diminished relatively.
The most well-known relative arrangement is to situated the maximum width of the picture at 100%. The maximum width style implies that a picture won't surpass the width of its holder. As opposed to determining a width and stature on the picture tag, its best just to include the picture tag without that data and depend responsive on the maximum width. 

3. Media Queries(@media) - Media inquiries permit the page to utilize diverse CSS style guidelines in light of qualities of the gadget the site is being shown on, most ordinarily the width of the program.
Media inquiries are utilized to compose css for particular circumstances, which permits you to apply styles taking into account the data about gadget determination. It can be set to distinguish such components as width, stature, screen introduction, angle proportion and determination. Furthermore used to change the format sizes and standards in view of different gadgets. We need to determine some break focuses in the CSS. 
  • ·         @media just screen and (max-width: 768px) {}
  • ·         @media just screen and (max-width: 320px) {}

Today you will figure out how to make a straightforward responsive site.
style.css - utilized for template documents
pictures - used to store the utilized pictures