I have a single page for articles on my website example.com/articles.
Each article has an anchor tag, therefore a particular URL scrolls to the specific articles:
example.com/articles#article1, example.com/articles#article2 and so on.
I want to be able to share each article on Facebook, with its own meta properties (og:url, og:title, og:type, og:description, og:image).
From what I found, Facebook only crawls the page for one set of tags (for the canonical URL), but is it possible to implement a script for crawling specific metadata for each #article URL?