Hello, I'm doing some On-site SEO, I've read a lot about meta-tags and I'm ready to modify them, my problem is that my pages don't have the "meta description" area, this is how it looks: <head> <title>Title of my webpage</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="keywords" content="keywords for my website> <script type="text/javascript"> I know that meta description tag must be between the title and the keywords tag, and I'm sure the meta equiv is not it. Is something wrong with my site or I just need to create it to look like this: <head> <title>Title of my webpage</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="description" content="Your descriptive sentence or two goes here."> <meta name="keywords" content="keywords for my website> <script type="text/javascript"> I appreciate your attention. Have a nice day.
You DEFINITELY want a <meta name="description" element. They can greatly affect your click-thru-rate in the organic SERPs. There is no real order that the <meta> elements have to appear in. What you have in your second HTML snippet looks fine.
The description is also what Google uses as your websites little snippet for when it indexes it. So make sure a) It's related b) It utilizes a good use of key word structure, but not spammy and c) make sure it intrigues the reader. Let us say for example my site is about a eBook for getting your ex back. I'd make my description something like "Lost Your Ex? Get Them Back Now Using The Most Simple Techniques!"
I think this is a standard format: <title>......</title> <meta name="description" content="......" /> <meta name="keywords" content="......"> And you could check my site for the detail how to descrip: <title>Free mp3 music downloads - Free music downloads - Music4lover</title> <meta name="description" content="Free music downloads no fees no memberships,Access 80 Million Free Music and Mp3 Files Online,Download Unlimited Music of Rock, Jazz, Hip Hop, Alternative, Rap, Classical, Country, Christian, Pop, Techno or Trance!" /> <meta name="keywords" content="music downloads,free music downloads, mp3 music downloads, legal music downloads, illegal music downloads, music downloads sites, itunes music downloads, napster music downloads, rap music downloads">
I agree the meta tag meta data is crucial in seo standards for analytical purposes ... no tags is like a phone book with out pages .... honestly ... this is true ...
Hi, Here is my explanation about Title and Meta tags What are meta tags? They are information inserted into the "head" area of your web pages. Other than the title tag (explained below), information in the head area of your web pages is not seen by those viewing your pages in browsers. Instead, meta information in this area is used to communicate information that a human visitor may not be concerned with. Meta tags, for example, can tell a browser what "character set" to use or whether a web page has self-rated itself in terms of adult content. Let's see title tag and two common and most important types of meta tags, then we'll discuss exactly how they are used in more depth: Title , What is Title tag The title tag is what the user will see at the top of the browser window, as well as in the search results as the linked title to your Web page. Title tags help search engines determine your web page's relevancy for certain keyword phrases. The HTML title tag isn't really a meta tag, but it's worth discussing in relation to them. Whatever text you place in the title tag (between the <TITLE> and </TITLE> portions as shown in the example) will appear in the reverse bar of someone's browser when they view the web page you'll want to choose keyword phrases for your title tag that A)are what you want to be found for and B)don't have a ton of competition Be creative. Brainstorm for the right words to describe your site, and use different titles for each page that reflect what that particular page is actually about. Don't be intimidated by code. HTML is not hard to learn, and soon you'll be writing those title tags like a pro. Find your niche. Don't target the exact same phrases that everyone else in your market is focusing on; search out the key phrases that have a fair look for amount of competition, but not so much that you don't have a chance to be found. META Tags : What are Meta tags and the two most important ones It is debatable now that how much weight search engines are giving to meta tags. in fact meta tags are HTML Tags that describe the contents of a web page. It provide search engine spider help to catalogue and categorization the contents of web page. If your pages have inappropriate or no meta tags it will be difficult for a search engine to index the pages. Use of well written Meta Tags will increase your visibility in search engine results and will bring you additional traffic from people searching for your specific product. Most of the search engines use the Meta Data Information's to find keyword and description for the pages. It allow them to display brief information's in there search results, so that they can rank a site accordingly. Here is the example of most commonly used attributes. * Content type * Description * Keywords * Robots * Revisit These are enough, you can use more tags but are not so useful. I have mentioned above only the essentials. TWO IMPORTANT ONES ARE KEYWORD & DESCRIPTION Description Meta Tag: <META name="description" content="Short and descriptive description about the site."> The description tag gives the search engine the description about the contents of your web site. If you don't have description tag, the robots will simply choose the first couple hundred words on your page and create its own description. You can include your main keyword here but should not repeat the same. It should describe a brief of page contents and it is visible in search results. The maximum length of characters shall be used are not more than 255. You should write this carefully and write for humans, as it display in search results and going to convince the searcher about clicking on your site. Keyword Meta tag: <META name="keywords" content="keyword1,keyword2,keyword3,keyword4"> This tag will include maximum of 5 to 8 keywords about your site. Make sure that you use only relevant keywords and not use for stuffing excessive or all the keywords. Instead you have to be specific and use short (two or three words) and descriptive keyword those can be found into the body of your pages. Thanks,
Meta description is important as it tells google about the content on your page. Most people says that this is not very useful these days but still it is important for the users sake.