Meta tags in Code settings

I wonder were to put meta tags in Code setting. Which pane: Meta tags or Head
To me they both do the same, but some answers in this forum tell to put in MT and other answers tell to put in Head.

In head I find these 3 tags:
meta name=“viewport” content=“width=device-width, initial-scale=1, shrink-to-fit=no”
meta name=“viewport” content=“width=device-width, initial-scale=1”
meta name=“viewport” content=“width=device-width, initial-scale=1” /
First I don’t know were from?
Second from Meta Tags
Third from Head

They both end up in the head section of the code RapidWeaver generates.
So it really doesn’t matter.
Interesting that you have three viewport meta tags? You really should only have one.

This is how HEAD start
head
!-- Required meta tags always come first –
meta charset=“utf-8”
meta name=“viewport” content=“width=device-width, initial-scale=1, shrink-to-fit=no”
meta http-equiv=“x-ua-compatible” content=“ie=edge”

This meta is generated without my knowledge and is positioned at the top ind head, so I’ll remove others

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.