Expand my Community achievements bar.

SOLVED

How to insert custom code in html head tag

Avatar

Level 1

In Launch, I setup Rules to have a custom HTML code which needs to be in HTML <head> element.

When I publish it, I can see the custom HTML code is added at the bottom of the HTML output right before closing </body> tag. How can I configure this to be inside <head> ... </head> section?

 

Thanks!

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

In general, you can't – or rather, shouldn't – add code to <head> through a tag management system. Such code should be added directly to the page's HTML, i.e. with dev support.

What are you trying to insert into the <head>?

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

In general, you can't – or rather, shouldn't – add code to <head> through a tag management system. Such code should be added directly to the page's HTML, i.e. with dev support.

What are you trying to insert into the <head>?

Avatar

Level 1
I was trying to add a third party tracking code which needs to be in the head section using Launch. Isn't it possible?

Avatar

Level 2

@sungl Actually it's hard to get the third party code tagged to head via launch. However the tags which work even if placed in the body section, should be implemented via launch.

Other tags which has mandatory behaviour to be tagged in the head, should go either via AEM third party analytics or have dev team directly do it on the site.

Hope it helps.