adjust titles

This commit is contained in:
Tommy Parnell
2022-03-02 11:28:49 -05:00
parent 392e61fe18
commit 3aa14c37e1

View File

@@ -58,8 +58,8 @@ namespace TerribleDev.Blog.Web.Factories
}
var ld = new Schema.NET.Blog()
{
Name = "TerribleDev.Blog",
Description = "TerribleDev.Blog",
Name = "TerribleDev Blog",
Description = "The blog of Tommy Parnell",
Author = new Schema.NET.Person() { Name = "TerribleDev" },
Image = new Schema.NET.ImageObject() { Url = new Schema.NET.OneOrMany<Uri>(new Uri("https://blog.terrible.dev/content/tommyAvatar4.jpg")) },
Url = new Schema.NET.OneOrMany<Uri>(new Uri("https://blog.terrible.dev/" )),
@@ -68,8 +68,8 @@ namespace TerribleDev.Blog.Web.Factories
};
var website = new Schema.NET.WebSite()
{
Name = "TerribleDev.Blog",
Description = "TerribleDev.Blog",
Name = "TerribleDev Blog",
Description = "The blog of Tommy Parnell",
Author = new Schema.NET.Person() { Name = "TerribleDev" },
Image = new Schema.NET.ImageObject() { Url = new Schema.NET.OneOrMany<Uri>(new Uri("https://blog.terrible.dev/content/tommyAvatar4.jpg")) },
Url = new Schema.NET.OneOrMany<Uri>(new Uri("https://blog.terrible.dev/" )),