Generator Tag

RocketCake inserts a generator Meta Tag into your website when generating the website. The header of your website usually looks like this (note the bold generator meta tag):


<head>

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

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

       <meta name="generator" content="RocketCake">

       <title>Title of your website</title>

       <link rel="stylesheet" type="text/css" href="index.html.css">

</head>


If you want, you can now remove the 'generator=rocketcake' meta tag for every page: Click the menu View -> HTML Code of the page -> 'Additional code in the header', then just write the keyword


disableRocketCakeGeneratorTag


This keyword will be filtered out in the final output of the HTML code, and cause the generator tag to disappear for that page.


Copyright © by Ambiera e.U.