You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Further, it seems that we cannot use bookmark card for those pages didn't set their canonical URL correctly. For example, when I add https://www.raspberrypi.org/documentation/remote-access/ssh/ as a bookmark card, but its canonical is "https://www.raspberrypi.org/". Is there a way that I can define the URL of a bookmark card manually or something like that?
Any help would be appreciated!
Technical details:
Ghost Version: v2.31
Node Version: v8.15.1
Browser/OS: Chrome 77 / MacOS Mojave
Database: SQLite3
The text was updated successfully, but these errors were encountered:
The bookmark card currently gives preference to the Twitter Card / Open Graph data that the page includes for sharing across sites before falling back to the canonical URL.
In the GitHub case it does not provide page-specific data but links to a generic project page:
For the raspberrypi.org case for some reason they have their canonical URL set to the homepage:
These seem like problems with how those sites are coded because it's "breaking the web" to a certain extent. However, we can improve our handling of this by storing the url that is pasted in rather than one that is grabbed from the page.
Issue Summary
When Insert a deep path URL from GitHub, even though the canonical URL is defined, the bookmark card will only get part of the URL.
To Reproduce
Further, it seems that we cannot use bookmark card for those pages didn't set their canonical URL correctly. For example, when I add https://www.raspberrypi.org/documentation/remote-access/ssh/ as a bookmark card, but its canonical is "https://www.raspberrypi.org/". Is there a way that I can define the URL of a bookmark card manually or something like that?
Any help would be appreciated!
Technical details:
The text was updated successfully, but these errors were encountered: