Can someone tell me what these 4 lines mean, and should I add them to my pages, I saw it on a few sites recently.
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
you seo peeps can you look in here
Easy to tell you what they are for, i mean even google can do that for you.
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <-sets the character set to use for the page
<meta name="viewport" content="width=device-width, initial-scale=1"> <- sets the viewport (area of the window showing content) this is needed for responsive sites
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <- sets compatibilty for IE, not needed with modern browsers
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"> <- does the same thing as above
As far as how these would impact SEO, I am not sure, how they impact how google looks at stuff, the viewport and the charset are important.
.
The character set can be shortened to
<meta charset="utf-8">
You'll need the viewport tag but you can dump the rest
<meta charset="utf-8">
You'll need the viewport tag but you can dump the rest
- BrasSmonkey
- Posts: 4483
- Joined: February 28th, 2018, 6:31 pm
- Title: Smell My Sack
- Referrals: 1
- Contact:
looks good from here
brassballz-@-techie.com
--->>PM or Email
Services: [Wordpress Site Building] - [SEO] - ][FEEDER SITES] - [REDDIT] - [Manual Video Uploading] -
[Gallery Building] - [And More!]
--->>PM or Email
Services: [Wordpress Site Building] - [SEO] - ][FEEDER SITES] - [REDDIT] - [Manual Video Uploading] -
[Gallery Building] - [And More!]
-
- Posts: 893
- Joined: June 14th, 2018, 6:51 pm
- Location: LA
word
- Zug
- Posts: 61
- Joined: February 11th, 2023, 9:19 am
- Location: America
- Title: Confirmed Caveman
- Referrals: 4
- Contact:
I would suggest that you search for 'meta tags html page' for basic information and do some reading. There are many more than the ones you have listed. Usage depends on your page, mainly.Jessup wrote: ↑March 13th, 2023, 9:07 amCan someone tell me what these 4 lines mean, and should I add them to my pages, I saw it on a few sites recently.
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
https://www.tutorialspoint.com/html/html_meta_tags.htm
https://developers.google.com/search/do ... ecial-tags
https://ahrefs.com/blog/seo-meta-tags/
https://mailchimp.com/resources/meta-ta ... a-website/
Also search youtube for meta tags and usage.
Web Model Portal - A model portal dedicated to beautiful girls and their hot model photos. Webmodels • Webmasters • Webhosting
©2003-2023 by Zug™
©2003-2023 by Zug™
-
- Posts: 1164
- Joined: May 4th, 2018, 6:51 pm
- Location: LosAngeles
Zug wrote: ↑March 15th, 2023, 12:51 pmI would suggest that you search for 'meta tags html page' for basic information and do some reading. There are many more than the ones you have listed. Usage depends on your page, mainly.Jessup wrote: ↑March 13th, 2023, 9:07 amCan someone tell me what these 4 lines mean, and should I add them to my pages, I saw it on a few sites recently.
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
https://www.tutorialspoint.com/html/html_meta_tags.htm
https://developers.google.com/search/do ... ecial-tags
https://ahrefs.com/blog/seo-meta-tags/
https://mailchimp.com/resources/meta-ta ... a-website/
Also search youtube for meta tags and usage.
Good post
