html meta tags

<head lang="en">
  <meta http-equiv="content-language" content="en">
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="keywords" content="website, blog, foo, bar">
  <meta name="author" content="John Doe">
  <meta name="publisher" content="John Doe">
  <meta name="copyright" content="John Doe">
  <meta name="description" content="This short description describes my website.">
  <meta name="page-topic" content="Media">
  <meta name="page-type" content="Blogging">
  <meta name="audience" content="Everyone">
  <meta name="robots" content="index, follow">
  
  <title>My website title</title>
</head>

4
9
Amelia417 105 points

                                    &lt;head&gt;
  &lt;meta charset=&quot;UTF-8&quot;&gt;
  &lt;meta name=&quot;description&quot; content=&quot;Free Web tutorials&quot;&gt;
  &lt;meta name=&quot;keywords&quot; content=&quot;HTML, CSS, JavaScript&quot;&gt;
  &lt;meta name=&quot;author&quot; content=&quot;John Doe&quot;&gt;
  &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;
&lt;/head&gt;

4 (9 Votes)
0
4.22
9
Luis Serpa 75 points

                                    &lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;meta charset=&quot;UTF-8&quot;&gt;&lt;!-- ensures the character encoding --&gt;
&lt;meta name=&quot;keywords&quot; content=&quot;give a short or mid description about the content keywords of your website&quot;&gt;
&lt;meta name=&quot;description&quot; content=&quot;&quot;give a short or mid description about the contents of your website&quot;&gt;
&lt;meta name=&quot;author&quot; content=&quot;write the name of the author of the webpage&quot;&gt;
&lt;meta name=&quot;refresh&quot; content=&quot;50&quot;&gt;&lt;!-- writing this code will make sure the browser refreshes after every 50seconds --&gt;
&lt;meta http-equi=&quot;refresh&quot; content=&quot;5; url=&quot;write the url of your website&quot;&gt;&lt;!-- writing this code, the browser will automatically redirect to the given page after the provided time , in this case it is 5seconds --&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;&lt;!-- this makes sure that the webpage is supported on all devices --&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;/body&gt;
&lt;/html&gt;

4.22 (9 Votes)
0
4.5
6
Dina Lopez 125 points

                                    
&lt;meta name=&quot;description&quot; content=&quot;Free Web tutorials on HTML and CSS&quot;&gt;
 

4.5 (6 Votes)
0
4
9
Brak3000 105 points

                                    
&lt;meta name=&quot;author&quot; content=&quot;John Doe&quot;&gt;
 

4 (9 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
meta keywords tag adding meta tags to html meta tag for htm meta tag w3 list all meta tags in html meta html code html code meta all possible meta tags html metatags meta taglar meta tags tag list of html meta tags basic meta tags all html5 meta tags meta tags htmlk meta description example html5 meta description all html meta tags how to use the meta tags in my site website description meta tag html link meta website html what are meta tags in html meta tags for website meta tag keywords example Meta keyword tag in html metadata description tag name html meta types what's the meta tag in html html meta display meta tag html understanding all meta types in html needed meta tags html page meta tags what is meta tag in ht where to add meta tag in html meta tags you need html page meaning of meta in html follow meta tag html Meta Tags list metas html Explain meta tags in HTML html meta which ones should i be using html meta tag index meta data html html meta example meta keywords meta description in html5 metadata html meta data in html what are the meta tags in html meta example html how to give meta description in html html metas what meta tags to add meta element in html all relevant meta tags in html metatag html meta tags html base meta code html meta name tag how to put meta tags in html html metadata meta tags in hmtl how to add meta tag in html default meta tags tag meta html website meta tags meta tag all html in meta meta tags basic meta tag website meta tag used for? meta tag syntax tag website meta give meta description in html meta tags html meta tag url HTML meta keyword tags add meta description html how to add meta description in html meta tags description which meta tags should i use meta tage meta tag - description meta tags descriptions meta property full html list meta tags meta for html html meta tags language what is use of meta tag in html meta description tag meta w3c html with meta explain all the attributes of meta tags in html what does meta do in html where do you put meta description in html is there a meta type tag in html meta new in html html metadata tags page description meta tag HTML meta description useful meta tags html code for meta tags html what are meta tags meta tags for html 5 description meta tag meta html meta tags for html meta tags in html meta description tag html meta name html basic metat tag all meta tags add meta tag html all meta tags html html meta data html seo meta tags how to set meta tag in html meta html tag seo meta title html meta tags for seo html meta tag meta tag description meta tags example meta tag w3schools meta tag for search keywords meta type of website what is meta name keyword in html what to add in head html SEO tags seo tags html website keywords hinzuf&uuml;gen html meta tgags what does the meta element mean search words search engine optimization meta tag meta in html meta tags seo meta tags meaning meta tafgs meta link html all meta tags in html site descrition html author meta metatag meta tag in html keywords html seo meta tags all meta tags\ meta description w3schools meta utf8 meta tag html html meta content meta copyright html meta seo tag in html uses of meta tag attributes seo key words meta code meta description in html metatags html html meta tags for seo meta description css meta tags meta author meta description html tag meta tag html description tag keyword meta tag html add metadata to html html meta description tag meta description html html meta tags html description meta tag html head tag author meta content in html waht does the comand meta mean in html
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source