I am still struggling to add structured data in my next js 15 with app router. can anyone please let me know how can I add page wise specific schema data? Based on next js doc and this post, I have used a js object and included in page main section using tag. But it is getting rendered in body and when I am trying to validate in schema validator tool it is unable to validate. Can you suggest a best solution?