From 626545914cf1303ec896507c093790ba21d60f16 Mon Sep 17 00:00:00 2001 From: mithandir Date: Sun, 30 Jun 2024 11:42:41 +0200 Subject: [PATCH] Add meta titel --- src/main/java/ch/climbd/newsfeed/AppShell.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/ch/climbd/newsfeed/AppShell.java b/src/main/java/ch/climbd/newsfeed/AppShell.java index dada98c..4130c54 100644 --- a/src/main/java/ch/climbd/newsfeed/AppShell.java +++ b/src/main/java/ch/climbd/newsfeed/AppShell.java @@ -14,6 +14,7 @@ public class AppShell implements AppShellConfigurator { @Override public void configurePage(AppShellSettings settings) { + settings.addMetaTag("titel", "Climbd Cycling News - Latest News"); settings.addMetaTag("author", "climbd"); settings.addMetaTag("description", "Finding the most popular and freshest news on road bike cycling with the Climbd news aggregator. All your favorite content on a single page."); settings.addMetaTag("robots", "index, follow");