diff --git a/hub/services/templates/services/homepage.html b/hub/services/templates/services/homepage.html index 91d9b46..258ccbc 100644 --- a/hub/services/templates/services/homepage.html +++ b/hub/services/templates/services/homepage.html @@ -1,7 +1,7 @@ {% extends 'services/base.html' %} {% load static %} -{% block title %}The Cloud Native Services Hub{% endblock %} +{% block title %}Open Cloud Native Services Hub{% endblock %} {% block content %}
@@ -9,7 +9,7 @@
-

Servala - The Cloud Native Service Hub

+

Servala - Open Cloud Native Service Hub

Unlock the Power of Cloud Native Applications.

Servala connects businesses, developers, and cloud service providers on one unique hub with secure, scalable, and easy-to-use cloud-native services.

@@ -169,7 +169,7 @@
-

Servala - The Cloud Native Service Hub

+

Servala - Open Cloud Native Service Hub

Servala connects businesses, developers, and cloud service providers on one unique hub with secure, scalable, and easy-to-use cloud-native services.

Discover:

diff --git a/hub/services/templatetags/json_ld_tags.py b/hub/services/templatetags/json_ld_tags.py index b1298de..977452e 100644 --- a/hub/services/templatetags/json_ld_tags.py +++ b/hub/services/templatetags/json_ld_tags.py @@ -47,7 +47,7 @@ def json_ld_structured_data(context): data = { "@context": "https://schema.org", "@type": "WebSite", - "name": "Servala - The Cloud Native Service Hub", + "name": "Servala - Open Cloud Native Service Hub", "url": base_url, "description": "Servala connects businesses, developers, and cloud service providers on one unique hub with secure, scalable, and easy-to-use cloud-native services.", "potentialAction": {