Hi Friends, How are you. Think you are doing well. How about your blog progress now? How about the help I gave you? Hope it is going well. OK. Today we are going to know another important word that everyone speaks who are blogging. ''Meta tags'' ''<meta>'' What are these meta tags? Everyone heard of this word and no one knows what does that really means. So many requests came to me saying that please write about meta tags.........please.......please............ like that. Ok Let's get to know about this. I found a very useful article from w3schools. So I thought to share these information with my friends.
Definition and Usage
Metadata is data about data.
Metadata is use for specify information about site's description, author of the articles, keywords and other meta data.
These metadata are used by browsers, search engines or by other web services.
Tips
<meta> tag always goes inside the <head> element.
Metadata is always passed as name or value pairs.
The content attribute MUST be defined if the name or the http-equiv attribute is defined. if none of these are defined, the content attribute CANNOT be defined.
Metadata is always passed as name or value pairs.
The content attribute MUST be defined if the name or the http-equiv attribute is defined. if none of these are defined, the content attribute CANNOT be defined.
Examples
Define keywords for search engines:
<meta name="keywords" content="HTML, CSS, XML, XHTML, JavaScript">
Define a description of your web page:
<meta name="description" content="Free Web tutorials on HTML and CSS">
Define the author of the page:
<meta name="author" content="Hege Refsnes">
Refresh document every 30 seconds:
<meta http-equiv="refresh" content="30">
This is the basics of the meta tags. Think this was helpful to you. Comment or email with any questions regarding meta tags. I will help you any time. Thanks for reading. See you soon again with another valuable article about blogging. Good bye friends!
Regards!

No comments:
Post a Comment