Meta Tag Creation

Hello Community,

first of all - Thanks for BSS! It makes life much easier.

I am stuck with creating Meta Tags. I have discovered 2 types of editing: - rightclick at the bottom right on my Page I am editing - going into properties. - or hitting settings at the top of the Page and including Meta Tags there.

But non of them are shown in the HTML Editor. Also the inserted Meta Tags are not in one line with the rest of the head code. Currently it shows

<meta charset="utf-8" />

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

<meta name="description" content="XXX" />

<title>XXX</title>

I would like to add:

<meta name="keywords" content="Keywords" />

<meta name="author" content="NAME">

<meta name="robots" content="index, follow">

<meta name="revisit-after" content="10 days">

<meta http-equiv="language" content="DE">

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<meta charset="utf-8">

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

<!-- Keywords -->

  1. they are shown AFTER the stylesheets
  2. they are not showing up in the editor
  3. they are not in line with the other metatags

Is there any Solution for this or do I need to edit the File by myself everytime I deploy? Thanks in Advance

Right clicking on a page is for that page only. If you use the Preview Options to set it there then that I believe is for the whole project i.e. every page.

The grouping together with the initial default meta tags can't help you there.

Here is what I'm finding.

There is the initial meta tag content etc... linked style sheets etc...

If you use the Meta Tag section where you add individual meta tags whether the Preview or Page options, they will appear before the Title and Linked style sheets with the initial meta tags. I'm not sure how the order is worked out though. It seems both the Preview and Page added Meta tags are being stuff before the Page's Main section's Description. But the order from that I can't determine.

If you use the Head Content section they are placed after the Linked style sheets probably because it's unknown what is in it so the Dev's decided to enter that block after the style sheets because it if where Javascript then it would have a render blocking issue if that came before the style sheets. The Dev's can't really determine the unknown.

Only page and property type meta tags will appear the in the app. http-equiv type do not. However, use the Preview to view all the change in a browser, you'll seem them all there.

None of the Head Content (page or preview) will appear in the app, but they will in a browser preview.

This maybe because it's possible that none of them will effect the appearance of the site in the app it's self.

Saj