Hi, Where can I find the source code of this video? I looked at your own site, but the whole code is not there. For example, you imported the findAllPosts or getPermalink functions from utils, but the content of none of those functions can be viewed. How can we see the full source code?
@Tommy-and-Ray Жыл бұрын
Great video, are there cases where the step of adding robots file isn't necessary? I'm using next.js latest version for a one route app that shows the leaderboard of pro players. Same question about the step of using schema-dts. Currently I have nothing special in the way I'm defining schemas. For example this is one of my schemas simplifeid : player: { id: .., name: .., numberOfVotes:...}
@alfonzohernandez1435 Жыл бұрын
What theme is it
@oleksii51389 ай бұрын
do i need to use generateMetadata with StructuredData?
@kaiesmahmud6477 Жыл бұрын
thank you, It helps me a lot🥰
@tejasyoutuber Жыл бұрын
Hi, love the content of the video. I have one doubt how to add multiple jsonld schema for single page?. Like i have event page and it have 3 sessions so i have to create 3 events schema with different session time. How many jsonld can we add per page ?
@KodapsAcademy Жыл бұрын
I don't have perfect knowledge of Google's algorithm (obviously), but my understanding is that if it is on the page (as "normal" HTML content that humans can read), you can have a schema that expresses it. I would also not overdo it, though, and try to limit the number of simultaneous schemas of the same type - I think 3 might be okay, but to be honest, I'm not sure. I'd have to look at Google's code to know (and even that could change).