URLs are not always recognised

Hi, see this example space: Kinopio – Thinking Canvas

The following URLs appear as plain text cards, not links:

Thanks!

1 Like

I think that depends on the website, having be set up properly for SEO purposes.

I’m not an expert.

1 Like

This is likely a matter of needing to update the algorithm for detecting URLs. It uses a custom regular expression that probably needs to be updated based on your examples. Thanks!

2 Likes

I think this was a regression introduced with the new journals update a couple days ago. Will take a look

1 Like

ok actually the links in this specific domain call-with-current-continuation.org just don’t return any url metadata:

so if i don’t know even the name of the page, the only information i have to return is the url itself. Which will look like this:

CleanShot 2024-11-29 at 09.28.54@2x

potential fix shipped

Thanks, seems to work for me — having a clickable link as a baseline even if there’s no other metadata supplied in the response is useful.