Hello!
I recently set up embedded comments on my website using this wonderful tutorial (Embedding Discourse Comments via Javascript).
My topics are being auto-created by Discourse. However, all the generated topics have the same title “Sign in to your account”.
I assume that the crawler is somehow landing on my website’s sign-in page first and grabbing that page title as the topic title. This doesn’t make too much sense to me because I tried this on a public page (one that does not require authentication). So maybe I am misunderstanding what the craweler does in order to scrape for the page title, description etc.
Regardless, I am not sure if I can change the flow of my current website, so I was wondering if there was a way to set the topic title in Javascript (possibly in the DiscourseEmbed object). Or if I needed to change some crawler settings?
Any thoughts?