Skip to content

Commit

Permalink
remove fixed seo tags
Browse files Browse the repository at this point in the history
  • Loading branch information
RiddleTime committed Jun 19, 2024
1 parent 4cb7de1 commit 766f4f3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
3 changes: 0 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@
<!-- seo start -->
<meta name="author" content="RiddleTime" />
<meta property="og:locale" content="en_US" />
<!-- <meta property="og:title" content="Race Element" /> -->
<meta name="description" content="Solutions for Sim Racing" />
<!-- <meta property="og:description" content="Solutions for Sim Racing" /> -->
<meta property="og:image" content="https://github.com/RiddleTime/Race-Element/blob/dev/other%20resources/race%20element%20icon%202.png" />
<meta property="og:url" content="https://race.elementfuture.com/" />
<meta property="og:site_name" content="Race Element" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Race Element" />
<script type="application/ld+json">
{"@context":"https://schema.org",
"@type":"WebSite",
Expand Down
4 changes: 4 additions & 0 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ export const routeMeta: RouteMeta = {
property: 'og:description',
content: 'Solutions for Sim Racing',
},
{
property: 'twitter:title',
content: 'Race Element',
},
],
};

Expand Down
4 changes: 4 additions & 0 deletions src/app/pages/guide/index.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ export const routeMeta: RouteMeta = {
property: 'og:title',
content: 'Race Element - Guides',
},
{
property: 'twitter:title',
content: 'Race Element - Guides',
},
],
};

Expand Down
6 changes: 5 additions & 1 deletion src/app/pages/news/index.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ export const routeMeta: RouteMeta = {
{
property: 'og:title',
content: 'Race Element - News',
}
},
{
property: 'twitter:title',
content: 'Race Element - News',
},
],
};

Expand Down
4 changes: 4 additions & 0 deletions src/app/pages/setup/index.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ export const routeMeta: RouteMeta = {
property: 'og:title',
content: 'Race Element - SetupLink',
},
{
property: 'twitter:title',
content: 'Race Element - SetupLink',
},
],
};

Expand Down

0 comments on commit 766f4f3

Please sign in to comment.