Skip to main content
This topic has been closed for replies.
Correct answer Nancy OShea

You add meta tags to the <head> of your HTML document under the <title> tag.   For example:

<!doctype html>

<html lang="en">

<head>

<meta charset="utf-8">

<title>Untitled Document</title>

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

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

<meta name="description" content="Briefly describe your page content here for search engines to see....">

2 replies

Jon Fritz
Community Expert
Community Expert
April 9, 2018

Manually adding them is going to be the fastest way, but you can also go to Insert > HTML and choose from the list starting with "Meta" (in the middle of the context menu) if you're not 100% sure of their structure.

Those options will automatically populate in the <head> section of your site.

Nancy OShea
Community Expert
Nancy OSheaCommunity ExpertCorrect answer
Community Expert
April 6, 2018

You add meta tags to the <head> of your HTML document under the <title> tag.   For example:

<!doctype html>

<html lang="en">

<head>

<meta charset="utf-8">

<title>Untitled Document</title>

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

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

<meta name="description" content="Briefly describe your page content here for search engines to see....">

Nancy O'Shea— Product User & Community Expert