Is it necessary to use meta tag on all pages of a website?

Asked

Viewed 157 times

0

created a multipage site. And my question is the following: It is necessary to put the tags < meta > on all pages of the site? (Biography, contacts, etc...)

I am using on my site (mainly on index) the tags:

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

<meta name=“title" content="">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">

Beyond these tags, for search engine, or other important thing, it is necessary to put some more tag? 'Cause I saw on some sites the following tag:

<meta http-equiv="X-UA-Compatible" content="IE=edge">  

What is this? What is it for? Is it necessary to put? Has this tag also in some codes I saw.

<meta http-equiv="content-language" content="pt-br">

And I’ve already put lang:en inside the HTML tag.

Could someone help me?

  • https://www.seomarketing.com.br/meta-tags-google.php

  • https://www.devmedia.com.br/html-meta-tags-entendendo-o-uso-de-meta-tags/30328

  • It depends on what you want with them. Each tag has its purpose. If you can [Dit] the post and explain the objective to be achieved, perhaps it is possible some valid answer.

1 answer

-2

Is the following you use whatever you want on your site, now if it is necessary to use in all files? yes, it is necessary but it is not mandatory I will give an example to <meta charset="utf-8"> is for the type of characters you will use if you do not place this page will not recognize certain characters.

Click on the link to see the answer to your goal question <meta http-equiv="X-UA-Compatible" content="IE=edge">

Browser other questions tagged

You are not signed in. Login or sign up in order to post.