-
Notifications
You must be signed in to change notification settings - Fork 7
[enhancement] +share card details, and post inspector instructions #60
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -47,7 +47,9 @@ | |||||||||
| <title>PyBay 2025 - 10th Annual Bay Area Python Dev Conference - {% block title %}{% endblock %}</title> | ||||||||||
| <meta name="title" content="PyBay 2025 - 10th Annual Bay Area Python Dev Conference"> | ||||||||||
| <meta name="description" content="10th Annual Python developer conference - longest running on the US West Coast. Join us in San Francisco!"> | ||||||||||
|
|
||||||||||
| <meta name="author" content="Bay Area Python Association (BAPyA)"> | ||||||||||
| <!-- published time --> <!-- most sites will parse the date correctly if we leave time blank --> | ||||||||||
|
||||||||||
| <!-- published time --> <!-- most sites will parse the date correctly if we leave time blank --> | |
| <!-- Published Time Metadata --> | |
| <!-- This tag specifies the publication date of the article. --> | |
| <!-- Most sites will parse the date correctly even if the time is left blank. --> |
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -8,6 +8,7 @@ | |||||||
| - Make changes to code | ||||||||
| - Check for errors; check that the site displays correctly in multiple browsers and mobile. | ||||||||
| - Inspect with other support tools (e.g., Lighthouse, https://metatags.io/ for share cards, social metadata. etc.) make sure share cards display correctly and metadata is correct. | ||||||||
| - LinkedIn Post Inspector (https://www.linkedin.com/post-inspector/inspect/) gives a more detailed view of errors, but does not work through redirects. You can make your GitHub Codespace Public and test (same box as 'open browser' link when you first run it), and also check after changes are in production. | ||||||||
|
||||||||
| - LinkedIn Post Inspector (https://www.linkedin.com/post-inspector/inspect/) gives a more detailed view of errors, but does not work through redirects. You can make your GitHub Codespace Public and test (same box as 'open browser' link when you first run it), and also check after changes are in production. | |
| - Use LinkedIn Post Inspector (https://www.linkedin.com/post-inspector/inspect/) to get a detailed view of errors in share cards and metadata. Note that it does not work through redirects. | |
| - To test share cards and metadata via LinkedIn Post Inspector, you can make your GitHub Codespace public (use the same box as the 'open browser' link when you first run it). Additionally, check the site after changes are in production. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To ensure author metadata is recognized by Open Graph consumers, consider adding
<meta property="article:author" content="Bay Area Python Association (BAPyA)">alongside the standard author meta tag.