Skip to content

Commit

Permalink
Add meta titel
Browse files Browse the repository at this point in the history
  • Loading branch information
mithandir committed Jun 30, 2024
1 parent 4f2bca7 commit 6265459
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/ch/climbd/newsfeed/AppShell.java
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 6265459

Please sign in to comment.