I have created an application in Nuxtjs and the data is coming from Laravel API, now I need to add SMO meta tags, but the problem is that the data is coming from the API when it’s rendered in the browser and social media can’t handle such thing. It’s a SPA application. Sourc..