scrapix
scrapix copied to clipboard
Retrieve page titles from meta tags
in the results, the page hosted at website.com/docs/examples/foo
will be formatted (written in pink) as docs / examples / foo
(or docs > examples > foo
, depending on which formatting we decided to keep).
Could we pull the page title from the meta tag instead of using the URL ? Some websites might not have proper page titles, but that's on them to fix that. Page titles may be a more reasonable default than the URL itself?
We probably want to avoid having to think about all the weird ways to handle transform URLs into readable text.