Skip to content

Commit

Permalink
Add the og:type
Browse files Browse the repository at this point in the history
  • Loading branch information
amieiro committed Oct 23, 2024
1 parent 6ebe612 commit 5b9b862
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/parts/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ function () use ( $html_title, $url, $html_description, $image_url ) {
echo '<meta property="og:image:width" content="1200" />' . "\n";
echo '<meta property="og:image:height" content="675" />' . "\n";
echo '<meta property="og:image:alt" content="' . esc_attr( $html_title ) . '" />' . "\n";
echo '<meta property="og:type" content="event" />' . "\n";
}
);
gp_title( $html_title );
Expand Down

0 comments on commit 5b9b862

Please sign in to comment.