use h1 on all pages instead of h2 for SEO reasons

This commit is contained in:
Tobias Brunner 2025-03-28 15:46:43 +01:00
parent e6adfe7499
commit 63ac43a045
No known key found for this signature in database
12 changed files with 23 additions and 17 deletions

View file

@ -8,7 +8,7 @@
<section class="section bg-primary-subtle">
<div class="container mx-auto px-20 px-lg-0 pt-40 pb-60">
<header class="section-primary__header text-center">
<h2 class="section-h1 fs-40 fs-lg-64 mb-24">About Servala</h2>
<h1 class="section-h1 fs-40 fs-lg-64 mb-24">About Servala</h1>
<div class="text-gray-300 w-lg-37 mx-auto">
<p class="mb-0">Open Cloud Native Service Hub. Unlock the Power of Cloud Native Applications.</p>
</div>

View file

@ -7,7 +7,7 @@
<section class="section bg-primary-subtle">
<div class="container mx-auto px-20 px-lg-0 pt-40 pb-60">
<header class="section-primary__header text-center">
<h2 class="section-h1 fs-40 fs-lg-64 mb-24">Contact Us</h2>
<h1 class="section-h1 fs-40 fs-lg-64 mb-24">Contact Us</h1>
<div class="text-gray-300 w-lg-37 mx-auto">
<p class="mb-0">We'd love to hear from you!</p>
</div>

View file

@ -10,7 +10,7 @@
<div class="flex-1 pr-lg-40 mb-40 mb-lg-0">
<div class="bg-gray-50 rounded-20 p-40">
<header>
<h2 class="fs-44 fw-semibold mb-40">Inquiry for {{ service.name }}</h2>
<h1 class="fs-44 fw-semibold mb-40">Inquiry for {{ service.name }}</h1>
</header>
<form method="post">

View file

@ -1,15 +1,15 @@
{% extends 'base.html' %}
{% load static %}
{% block title %}{{ offering.service.name }} on {{ offering.cloud_provider.name }}{% endblock %}
{% block title %}Managed {{ offering.service.name }} on {{ offering.cloud_provider.name }}{% endblock %}
{% block content %}
<section class="section bg-primary-subtle">
<div class="container mx-auto px-20 px-lg-0 pt-40 pb-60">
<header class="section-primary__header text-center">
<h2 class="section-h1 fs-40 fs-lg-64 mb-24">Service Offering</h2>
<h1 class="section-h1 fs-40 fs-lg-64 mb-24">Managed {{ offering.service.name }} on {{ offering.cloud_provider.name }}</h1>
<div class="text-gray-300 w-lg-37 mx-auto">
<p class="mb-0">{{ offering.service.name }} managed by VSHN on {{ offering.cloud_provider.name }}</p>
<p class="mb-0">Details about {{ offering.service.name }} managed by VSHN on {{ offering.cloud_provider.name }}</p>
</div>
</header>
</div>

View file

@ -6,7 +6,7 @@
<section class="section bg-primary-subtle">
<div class="container mx-auto px-20 px-lg-0 pt-40 pb-60">
<header class="section-primary__header text-center">
<h2 class="section-h1 fs-40 fs-lg-64 mb-24">Service Offerings</h2>
<h1 class="section-h1 fs-40 fs-lg-64 mb-24">Service Offerings</h1>
<div class="text-gray-300 w-lg-37 mx-auto">
<p class="mb-0">Explore all available Offerings on Servala, with new ones added regularly. These ready-made packages bundle a Service on a Cloud Provider, making them ready for immediate use.</p>
</div>

View file

@ -7,7 +7,10 @@
<section class="section bg-primary-subtle">
<div class="container mx-auto px-20 px-lg-0 pt-40 pb-60">
<header class="section-primary__header text-center">
<h2 class="section-h1 fs-40 fs-lg-64 mb-24">Consulting Partner</h2>
<h1 class="section-h1 fs-40 fs-lg-64 mb-24">{{ partner.name }} on Servala</h1>
<div class="text-gray-300 w-lg-37 mx-auto">
<p class="mb-0">About the consulting partner {{ partner.name }} on Servala</p>
</div>
</header>
</div>
</section>

View file

@ -9,7 +9,7 @@
<section class="section bg-primary-subtle">
<div class="container mx-auto px-20 px-lg-0 pt-40 pb-60">
<header class="section-primary__header text-center">
<h2 class="section-h1 fs-40 fs-lg-64 mb-24">Consulting Partners</h2>
<h1 class="section-h1 fs-40 fs-lg-64 mb-24">Consulting Partners</h1>
<div class="text-gray-300 w-lg-37 mx-auto">
<p class="mb-0">Browse our network of expert Consulting Partners on Servala, with new partners added regularly. They'll help you get up to speed and make the most of specific services.</p>
</div>

View file

@ -1,13 +1,16 @@
{% extends 'base.html' %}
{% load contact_tags %}
{% block title %}Service Provider {{ provider.name }}{% endblock %}
{% block title %}Cloud Provider {{ provider.name }}{% endblock %}
{% block content %}
<section class="section bg-primary-subtle">
<div class="container mx-auto px-20 px-lg-0 pt-40 pb-60">
<header class="section-primary__header text-center">
<h2 class="section-h1 fs-40 fs-lg-64 mb-24">Service Provider</h2>
<h1 class="section-h1 fs-40 fs-lg-64 mb-24">{{ provider.name }} on Servala</h1>
<div class="text-gray-300 w-lg-37 mx-auto">
<p class="mb-0">About the cloud provider {{ provider.name }} on Servala</p>
</div>
</header>
</div>
</section>

View file

@ -2,14 +2,14 @@
{% load static %}
{% load contact_tags %}
{% block title %}Service Providers{% endblock %}
{% block title %}Cloud Providers{% endblock %}
{% block meta_description %}Discover cloud providers on Servala offering reliable infrastructure and innovative cloud computing solutions for businesses of all sizes.{% endblock %}
{% block content %}
<section class="section bg-primary-subtle">
<div class="container mx-auto px-20 px-lg-0 pt-40 pb-60">
<header class="section-primary__header text-center">
<h2 class="section-h1 fs-40 fs-lg-64 mb-24">Cloud Providers</h2>
<h1 class="section-h1 fs-40 fs-lg-64 mb-24">Cloud Providers</h1>
<div class="text-gray-300 w-lg-37 mx-auto">
<p class="mb-0">Explore all available Cloud Providers on Servala, with new ones added regularly.</p>
</div>

View file

@ -6,9 +6,9 @@
<section class="section bg-primary-subtle">
<div class="container mx-auto px-20 px-lg-0 pt-40 pb-60">
<header class="section-primary__header text-center">
<h2 class="section-h1 fs-40 fs-lg-64 mb-24">Service Details</h2>
<h1 class="section-h1 fs-40 fs-lg-64 mb-24">{{ service.name }} on Servala</h1>
<div class="text-gray-300 w-lg-37 mx-auto">
<p class="mb-0">{{ service.name }}</p>
<p class="mb-0">Details about the service {{ service.name }} on Servala</p>
</div>
</header>
</div>

View file

@ -9,7 +9,7 @@
<section class="section bg-primary-subtle">
<div class="container mx-auto px-20 px-lg-0 pt-40 pb-60">
<header class="section-primary__header text-center">
<h2 class="section-h1 fs-40 fs-lg-64 mb-24">Services</h2>
<h1 class="section-h1 fs-40 fs-lg-64 mb-24">Services</h1>
<div class="text-gray-300 w-lg-37 mx-auto">
<p class="mb-0">Explore all available Services on Servala, with new ones added regularly.</p>
</div>

View file

@ -8,7 +8,7 @@
<div class="col-md-8 text-center">
<div class="card shadow-sm">
<div class="card-body p-5">
<h2 class="mb-4">Thank You!</h2>
<h1 class="mb-4">Thank You!</h1>
<p class="lead">Your message has been sent successfully.</p>
<p>We'll get back to you as soon as possible.</p>
<a href="{% url 'services:homepage' %}" class="btn btn-primary mt-3">Take me home</a>