Added SEO descriptions and accurate titles

This commit is contained in:
Simon Martens
2022-11-24 14:08:23 +01:00
parent e13697e1f3
commit c00f81e237
15 changed files with 33 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
@model SucheViewModel;
@{
ViewData["Title"] = "Briefauswahl & Suche";
ViewData["SEODescription"] = "Johann Georg Hamann: Kommentierte Briefausgabe, Hg. v. Leonard Keidel und Janina Reibold. Durchsuchbare Online-Ausgabe der Briefe von und an Johann Georg Hamann.";
ViewData["Title"] = "HKB Briefauswahl & Suche";
ViewData["SEODescription"] = "Johann Georg Hamann: Kommentierte Briefausgabe. Suche.";
ViewData["showCredits"] = "false";
ViewData["Mark"] = Model.ActiveSearch;
}