Skip to content

Commit

Permalink
💄 Very basic SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
Hona committed Jul 3, 2024
1 parent b611976 commit 16933a5
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 10 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@page "/"

<PageTitle>TF2 Jump</PageTitle>
<HeadContent>
<meta name="description" content="The premiere website for everything rocket jump and sticky jump related. This is a massive data driven site, utilising a complex ELT pipeline. Data sources include the Tempus2.xyz API, Tempus STV demo files (.dem), Tempus Archive on YouTube and much more."/>
</HeadContent>

<FluentMessageBar
Class="dark"
Intent="MessageIntent.Warning"
AllowDismiss="false">
TF2 Jump is currently in development, and is not fully functional.
</FluentMessageBar>
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
}
else
{
<PageTitle>@_map!.MapInfo.Name Leaderboard | TF2 Jump</PageTitle>
<HeadContent>
<meta name="description" content="Leaderboard data for @_map.MapInfo.Name (released @_map.MapInfo.DateAdded.ToDateTimeOffset().ToString("yyyy-MM-dd")), like WR history, the fastest times on map, course, bonus and even trick zones."/>

Check warning on line 22 in UI/src/TF2Jump.WebUI/TF2Jump.WebUI.Client/Components/Pages/Leaderboards/Map/MapPage.razor

View workflow job for this annotation

GitHub Actions / build

Dereference of a possibly null reference.
</HeadContent>

<FluentStack Orientation="Orientation.Vertical" VerticalGap="6">
<MapHeader Map="_map" @bind-Class="_selectedClass" ZonedRuns="_zoneRuns"/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
}
else
{
<PageTitle>Maps | TF2 Jump</PageTitle>
<HeadContent>
<meta name="description" content="The complete list of @_maps.Count maps currently on the Tempus Jump Network. Filter, sort and navigate to maps here."/>

Check warning on line 23 in UI/src/TF2Jump.WebUI/TF2Jump.WebUI.Client/Components/Pages/Leaderboards/Maps/MapsPage.razor

View workflow job for this annotation

GitHub Actions / build

Dereference of a possibly null reference.
</HeadContent>

<FluentStack Orientation="Orientation.Vertical" VerticalGap="4">
<FluentCard Style="width: 100%; height: fit-content">
<h3>Maps</h3>
Expand Down

0 comments on commit 16933a5

Please sign in to comment.