HTML Meta Tags In Hindi

📔 : HTML 🔗

Meta tags Html document के metadata को define करते है। Meta data हमे data के बारे में बताता है। <meta> tags हमेशा <head> element के अंदर होते है। हम meta tags को character set ,page description और keywords को specify करने के लिया use करते है।


Meta base page पर display नहीं होता पर वह machine मे parsable होता है। Meta base हम browser में use करते है ताकि हम content को display और page को reload कर सके और search engine और web services में भी यह use होता है। यह एक method है जिससे web designers viewport पर control पाकर meta tag को use कर सके।

Advantages Of Meta Tags

Meta tags के advantages कुछ इस प्रकार है।

  1. meta tag user और search engines को आपका page understand करने में मदद करता है।
  2. वह हमे बताता है की कितने लोगो ने हमारी website को incline किया है।
  3. Meta tags solid SEO strategy का important part है।
  4. Meta tags हमे smooth , catchy और attractive meta description लिखने में मदद करता है।

HTML Meta Tags Examples

description : Define a description of your web pages.

<metaname="description" content="Learn Free Web tutorials Like HTML , CSS , PHP , Laravel, JavaScript .">

viewpoint : Setting the viewpoint to make your website look good on all device

<meta name="viewport" content="width=device-width, initial-scale=1.0">

character : Define the character set used

<meta charset="UTF-8">

HTML Meta Tag Attributes

charset : Specifies the character encoding for the HTML document

content : Specifies the value associated with the http-equiv or name attribute

http-equiv : Provides an HTTP header for the information/value of the content attribute

name : specifies a name for the metabase

Another Example

<!DOCTYPE html>
<html>
  <head>
    <title> Example for Meta Tag </title>
    <meta name = "keyword" content = "PHP tutorials , Laravel tutorials , JavaScript tutorials">
    <meta name="description" content="Learn PHP , Laravel , JavaScript , jQuery Tutorials In Hindi">
    <meta name="author" content="Rahul Kumar">
  </head>

  <body>
    Welcome to w3schools.in<br>
    You are learning about HTML Meta Tags
  </body>
</html>

Related Topics :

Rahul Kumar

Rahul Kumar

Hi ! I'm Rahul Kumar Rajput founder of learnhindituts.com. I'm a software developer having more than 4 years of experience. I love to talk about programming as well as writing technical tutorials and blogs that can help to others. I'm here to help you navigate the coding cosmos and turn your ideas into reality, keep coding, keep learning :)

Get connected with me. :) LinkedIn Twitter Instagram Facebook

b2eprogrammers