Changing the Default Logical Structure
Depending on the context of your content and whether or not you need your page titles to be <h1>'s instead of <h2>'s for SEO or other purposes, you can change the default structure in Mura by following these steps:
- Open your site's contentRenderer.cfc
{context}/{SiteID}/includes/contentRenderer.cfc
- Uncomment and edit the following to reflect your preferred structure:
<cfset this.headline="h1"> <cfset this.subHead1="h2"> <cfset this.subHead2="h3"> <cfset this.subHead3="h4"> <cfset this.subHead4="h5"> <cfset this.subHead5="h6">
- Save the file, and refresh your browser.