Skip to content

Add missing keywords meta tag to platform website (#11277) #11279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<HeadContent>
<meta name="title" content="@Title - bit platform" />
<meta name="description" content="@Description" />
<meta name="keywords" content=".NET development, Blazor tools, Blazor utilities, PWA tools, cross-platform .NET, .NET boilerplate, bit Boilerplate, bit Butil, bit Bswup, bit Besql, bit BlazorUI, .NET project template, low-code .NET, .NET DevTools, multi-platform apps, .NET developers, Blazor PWA, Entity Framework in browser, @Keywords" />

<meta property="og:type" content="website" />
<meta property="og:site_name" content="bit platform" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ public partial class PageOutlet
{
[Parameter] public string? Title { get; set; }
[Parameter] public string? Description { get; set; }
[Parameter] public string? Keywords { get; set; }
[Parameter] public string? Url { get; set; }
[Parameter] public string ImageUrl { get; set; } = "https://bitplatform.dev/images/og-image.webp";

Expand Down
Loading