About Headings and their Representation
In HTML templates keep the headers (h1
, h2
, h3
, ...) semantically correct for your SEO. If you want some of your headlines appear in a different look, apply CSS classes (like .h1
, .h2
, .h3
, ...), for example:
1 | <h3 class="h4">Less Provocative Title</h3> |
Tips and Tricks User Experience Search Engine Optimization HTML5
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django GDPR Cookie Consent app
For Django websites that use cookies.