add sitemap and open graph

This commit is contained in:
Tobias Brunner 2025-03-03 15:57:08 +01:00
parent b836d38e70
commit a07d1fc4e2
No known key found for this signature in database
9 changed files with 176 additions and 0 deletions

View file

@ -1,13 +1,17 @@
{% load static %}
{% load canonical_tags %}
{% load social_meta_tags %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="{% block meta_description %}Servala connects businesses, developers, and cloud service providers on one unique hub with secure, scalable, and easy-to-use cloud-native services.{% endblock %}">
<title>Servala - {% block title %}{% endblock %}</title>
<link rel="canonical" href="{% canonical_url %}" />
<link rel="icon" type="image/x-icon" href="{% static "img/favicon.ico" %}">
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml">
{% social_meta_tags %}
<link rel="stylesheet" href='{% static "css/bootstrap-icons.min.css" %}'>
<link rel="stylesheet" type="text/css" href='{% static "css/servala-main.css" %}'>

View file

@ -3,6 +3,7 @@
{% load contact_tags %}
{% block title %}Consulting Partners{% endblock %}
{% block meta_description %}Browse our network of expert consulting partners on Servala who can help you implement and optimize cloud services for your business.{% endblock %}
{% block content %}
<section class="section bg-primary-subtle">

View file

@ -3,6 +3,7 @@
{% load contact_tags %}
{% block title %}Service 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">

View file

@ -3,6 +3,7 @@
{% load contact_tags %}
{% block title %}Services{% endblock %}
{% block meta_description %}Explore all available cloud services on Servala, with new services added regularly to help businesses find the right solutions.{% endblock %}
{% block content %}
<section class="section bg-primary-subtle">