Skip to content

Commit

Permalink
SEO: Use meta description named tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Sep 19, 2023
1 parent 53e6f5d commit 8614a72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/services/embed.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export class EmbedService {
private embed(title: string, description: string) {
this.setPropertyTag("og:title", title)
this.setPropertyTag("og:description", description)
this.setNamedTag("description", description)
this.setNamedTag("theme-color", "#2A1936")
}

Expand Down

0 comments on commit 8614a72

Please sign in to comment.