Issue/Question
How do I add the HTML <head> tag of every page on my site?
Environment
Cause
Services like marketing tools may provide code that needs to be placed in the HTML <head>.
Resolution
When a file named _header.inc is added to the root of your site and published, its content will be inserted between the <head>
tags of all your site's pages.
- Create a plain text file on your computer, for example new_file.txt.
Note: Depending on your operating system's settings, the .txt extension may be hidden when displaying the filename of this file.
- Log into Web CMS and navigate to the root folder for your site.
- Then, click the Upload button above the folder content list.
- Using the Upload to dialog box, select the plain text file you created earlier, either by dragging it to the appropriate place or by using the green + Add button.
- Hover over the added file and select Rename from the Status / Options column, and rename it to _header.inc.
- Click Start Upload.