A very nice video. Could you maybe explain how you would add JSON-LD to the pages? I currently import it as a Script head directly in the head, but it didn't seem like the correct way to do it when NextJs offers now so much "in built" SEO approaches.
if anyone is having an issue with google verification, do not add google-site-verification in front of the ID. it should just be the ID. My verification was not going through until i removed that before the ID for the content part.
In dynamic sitemap, if i have so much posts then what'll happen? and How sitemap.xml file had been generated, at build time or request time? and when database add new post then... can you explain for me please.
Hi, first of all thanks for your nice feedback 🌹🙏. And about your question, in this case we should create slugs for our posts (or products etc). and it's not possible to create unique slugs we should add IDs with slugs.
Great video, i hoisted my sitemap in aws s3. i want to fetch that file (using package called aws-sdk i am able to fetch it inside sitemap.js file and got stuck) and show it in frontend in next js 13. how can i do it ?
I'm glad you enjoyed the Next.js video! Creating a video about using Next.js middleware sounds like a valuable topic. I'll definitely consider it for future content. Stay tuned for more tutorials and tips. Thank you for the suggestion!
Thanks . If you want to add favicon just put in the app dir. If you want to add different icon for each page, just add your svg in icon.tsx file with image response. I have explain how to do that in this video.
@@SakuraDevafter a restart of the pc it works file... But after npm run build... Sitemap.xml is not working dynamically. In development server it is ok but after production version it stucks on old data... Please solve this issue...
Brother.. i tried the same way as you told me for opengraph-image. But the result was something like this: "Localhost:3000/[slug]/opengraph-image/?ca63618263" Why the [slug] is there.. and of course it doesn't run well. Please help
Thanks a lot, so far, the best video related to SEO in Next.js web apps
Great Video 😀😀
Thanks a lot 😊
Thanks Sakura for great tutorial. It's clear and concise. I really love it. keep it up bro
Thanks for your very nice comment 🙏
Thanks , you solved all problems in one video
Really glad that it was helpful 🙂
That's amazing thanks so much I'm a new sub 😊
Thanks 🙏. I am really happy you like it 😊
@@SakuraDev 😸
Really good! thanks buddy!
Glad you liked it!
your explanation very comprehensible , hope to see more content about next js in the future sir
Thanks. I am glad you found it useful. I am creating more video about next.js
A very nice video. Could you maybe explain how you would add JSON-LD to the pages? I currently import it as a Script head directly in the head, but it didn't seem like the correct way to do it when NextJs offers now so much "in built" SEO approaches.
Thank you so much for making this amazing tutorial
Wow, I am really happy you liked it.
great tutorial, thanks. now i know where the baseUrl warning comes from.
I am really glad it was helpful for you 🌹😊
Thank you! This helps me a lot.
hi, I am glad it was helpful
if anyone is having an issue with google verification, do not add google-site-verification in front of the ID. it should just be the ID. My verification was not going through until i removed that before the ID for the content part.
15:37 content="87878787", NOT ---> content="google-site-verification=87878787"
In dynamic sitemap, if i have so much posts then what'll happen? and How sitemap.xml file had been generated, at build time or request time? and when database add new post then... can you explain for me please.
niceee
Thanks 🌷
Great tutorial, thanks. Could you tell me how do I create a friendly URL if my system uses an Integer as ID? Thanks.
Hi, first of all thanks for your nice feedback 🌹🙏. And about your question, in this case we should create slugs for our posts (or products etc). and it's not possible to create unique slugs we should add IDs with slugs.
Great video, i hoisted my sitemap in aws s3. i want to fetch that file (using package called aws-sdk i am able to fetch it inside sitemap.js file and got stuck) and show it in frontend in next js 13. how can i do it ?
How do I get Google verification id?when I try it just gives me a html file to upload it to my project?
I didn't know this options exist till now in nextjs
❤️
your nextjs video is great can you make a video on how to use nextjs middleware 😢😢🎉🎉
I'm glad you enjoyed the Next.js video! Creating a video about using Next.js middleware sounds like a valuable topic. I'll definitely consider it for future content. Stay tuned for more tutorials and tips. Thank you for the suggestion!
Great video... But how can i can add icon?
Thanks . If you want to add favicon just put in the app dir. If you want to add different icon for each page, just add your svg in icon.tsx file with image response. I have explain how to do that in this video.
I have placed the favicon at app dir but it doesn't work... I searched on documentation and got the same solution as u said. But it is not working...
@@SakuraDevafter a restart of the pc it works file... But after npm run build... Sitemap.xml is not working dynamically. In development server it is ok but after production version it stucks on old data... Please solve this issue...
@@anowarulhassan5117 it is really weird. I will work on it
@@SakuraDev thank you❤❤.. I will be waiting for your next video...
how to adddynamically instead of
its so hard to do generateMetadata why nextjs removed the traditional way to add the Metatags which is
hi, I kinda agree with you. Th element was intuitive, but I think metadata is more powerful.
Pls increase font size
hey, I will do that in my upcoming videos. 🙏
Hi, thanks for your tutorial. Can you explain how can I generateMetadata on my [slug] page, if it's a client page?
its not possible, since both export const metadata and generateMetadata() are server side...
Make a video to add adsense on nextjs
Ok , I need to do some research about it.
please create a video about adsense and next js setup
Need to do some research about it.👨🏫
@@SakuraDev waiting for it. Because there is no proper video for new next js version
How can I create a sitemap for different categories, i have more than 5000+ posts and I want to separate them according to the category?
Hi, you should create a dynamic route for your categories and then for this route, create a sitemap just like I have created in the video.
@@SakuraDev It would be great if you make a video on it, BTW thanks for this video
@@faruksardar8829 hi, I will put on my list 👍
Brother.. i tried the same way as you told me for opengraph-image.
But the result was something like this:
"Localhost:3000/[slug]/opengraph-image/?ca63618263"
Why the [slug] is there.. and of course it doesn't run well. Please help
hi, the slug is not replaced with your dynamic route?
@@SakuraDev yes brother
@@أميرالمؤمنينبنمحمدأكرم why did you create the slug dir? I mean do you have a dynamic route? if you have, what is dynamic route?
@@SakuraDev [slug] dir for fetching post
Get all post can't be a fetch can it
Everyone just skips through it
Hey 👋 I will fix that. Thanks for bringing that to my attention ☺️