How I added a sitemap to Next.js website (next-sitemap)

  Рет қаралды 32,089

caleyCodeLab

caleyCodeLab

Күн бұрын

Пікірлер: 72
@in3135
@in3135 2 жыл бұрын
Good video ! I like how you struggle, it is cool to see that we are not alone :)
@kristiyanivanov7414
@kristiyanivanov7414 2 жыл бұрын
yes, tbh this :D
@RizaHariati
@RizaHariati 2 жыл бұрын
Same!
@joostschuur
@joostschuur 2 жыл бұрын
I took a shot everytime you said sitemap and now I'm too drunk to code. Best time ever.
@caleyCodeLab
@caleyCodeLab 2 жыл бұрын
🤣
@gabrielmoraes4516
@gabrielmoraes4516 Жыл бұрын
Awesome video! I can so relate to 4:24 LOL!
@caleyCodeLab
@caleyCodeLab Жыл бұрын
🙏
@abdulrahmanelheyb
@abdulrahmanelheyb 2 жыл бұрын
Wow, I tried search how can solve this problem but I not found, after when find your video I solved thank you so much 🥰
@hackneythugg
@hackneythugg 2 ай бұрын
4:30 LOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOL - Only a develper would understand!
@testrandom1852
@testrandom1852 2 жыл бұрын
Love the way you teach.
@A-Miracle000
@A-Miracle000 2 жыл бұрын
wow the way you explain is just fantastic keep it up
@Fullflexno
@Fullflexno 2 жыл бұрын
Supercool video buddy! Love your snarky and humourus comments, keep posting pleas!=)
@BigPerm73
@BigPerm73 Жыл бұрын
😆Please keep making tutorials. I enjoyed this and you helped a ton.
@caleyCodeLab
@caleyCodeLab Жыл бұрын
Thank you! Working on one right now 🍻
@billardmelissa4608
@billardmelissa4608 11 ай бұрын
Thanks to you for that , very helpful 😉
@nickwong1652
@nickwong1652 2 жыл бұрын
It's cool bro~ very useful
@RizaHariati
@RizaHariati 2 жыл бұрын
Thank for the tutorial man... 😁😁
@tochukwungene
@tochukwungene Жыл бұрын
I totally agree at 4:36. Never! It's frustrating!
@shawnlee5956
@shawnlee5956 2 жыл бұрын
thx for sharing ~ you look very enjoying coding ~
@adityashrivastava8352
@adityashrivastava8352 2 жыл бұрын
Thanx bro. It helped a lot.
@TonicCantaloupe
@TonicCantaloupe 9 ай бұрын
Whats the process now in 2024, with the latest version of NextJS? Has anything changed?
@anjurawat9274
@anjurawat9274 2 жыл бұрын
I have one doubt why did you install in dev dependency?
@caleyCodeLab
@caleyCodeLab 2 жыл бұрын
It's a dev dependency because I only need the package at build time. You only want to add a package to none dev dependencies if it's required to execute once built
@anjurawat9274
@anjurawat9274 Жыл бұрын
@@caleyCodeLab got it. Thanks
@ngocthienvu7903
@ngocthienvu7903 11 ай бұрын
i love it, it's so funny
@taranpreetsingh6135
@taranpreetsingh6135 2 жыл бұрын
npm install next-sitemap --save-dev gives me an error found incompatible module. Please help
@caleyCodeLab
@caleyCodeLab 2 жыл бұрын
What version of node are you running?
@taranpreetsingh6135
@taranpreetsingh6135 2 жыл бұрын
@@caleyCodeLab I got v14.18.1
@caleyCodeLab
@caleyCodeLab 2 жыл бұрын
If you throw up a repo I'll take a look when I get a chance 🏋️
@taranpreetsingh6135
@taranpreetsingh6135 2 жыл бұрын
@@caleyCodeLab Please tell how to update node version. I have tried the command but it wasn't updating
@kristiyanivanov7414
@kristiyanivanov7414 2 жыл бұрын
nice, you put some emotion into it and that's good to see - people these days seem robotic :)
@arewabookspublishers
@arewabookspublishers 2 жыл бұрын
Thank you for the Video, But i'm getting that error even when run build. please what should I should do? my node version is 16.14.0 while the npm 8.3.1
@caleyCodeLab
@caleyCodeLab 2 жыл бұрын
If you're on windows you need to rename the config file. The issue is documented on their npm page. Your node version should be fine. But you should consider using NVM so you're flexible
@wixet17
@wixet17 25 күн бұрын
POG, thank u!!!
@pbhalshankar5
@pbhalshankar5 Жыл бұрын
i really love your reaction on error ....Its never straight forward...never like that......😂😅
@TK-kw2pg
@TK-kw2pg 2 жыл бұрын
Why is it that mine dont generate a robots.txt and xml
@JunoYu-z3w
@JunoYu-z3w 11 ай бұрын
R u walton raiders?
@imkir4n
@imkir4n 2 жыл бұрын
getting 404 when i go to route sitemap!!! why
@caleyCodeLab
@caleyCodeLab 2 жыл бұрын
Difficult to say unless you sling a repo
@imkir4n
@imkir4n 2 жыл бұрын
@@caleyCodeLab i managed to fix that, thank you
@caleyCodeLab
@caleyCodeLab 2 жыл бұрын
Good man!
@ardibandilli6437
@ardibandilli6437 2 жыл бұрын
@@imkir4n how you fixed that?
@imkir4n
@imkir4n 2 жыл бұрын
@@ardibandilli6437 you need to place that sitemap.xml file inside public folder
@mariusnjikenjike3119
@mariusnjikenjike3119 2 жыл бұрын
Hey man, I'm having an error after running . SyntaxError: Unexpected token 'export' could you please suggest any idea on how to solve it?? Thank you for the video.
@caleyCodeLab
@caleyCodeLab 2 жыл бұрын
Have you successfully exported and are able to run it as a static site? Sounds like config but very difficult to say
@ayodejiatanda6197
@ayodejiatanda6197 Жыл бұрын
thank you! they need to fix their documentation 😂
@alanhettinger4051
@alanhettinger4051 2 жыл бұрын
Why did you create a "sitemap" script rather than using the "postbuild" script as suggested in the docs?
@caleyCodeLab
@caleyCodeLab 2 жыл бұрын
Because sitemap is just one post build operation. Postbuild is too generic
@burakozcan4472
@burakozcan4472 2 жыл бұрын
for those who have problems yarn next export and cd out run npx http-server
@MrWalrusxD
@MrWalrusxD 2 жыл бұрын
Really nice video! I'm new to React/Next, can someone explain me what the /out is? Is that something like a live server? Can't find it on the web :)
@caleyCodeLab
@caleyCodeLab 2 жыл бұрын
/out is a folder next generates when you statically export a website
@patitorodri
@patitorodri Жыл бұрын
thanks mate, you are funny
@adarshrathi8265
@adarshrathi8265 2 жыл бұрын
excellent excellent love from india har har mahadev
@martineboulanger
@martineboulanger 7 ай бұрын
Explanations are good, but please if you explain something and you want to use you webcam too, face the webcam when you speak. It is just weird to look at your side profile
@jennysquesttowellness
@jennysquesttowellness 2 жыл бұрын
mate why are all our pages in sitemap-0.xml and not on sitemap.xml? isn't this confusing?
@caleyCodeLab
@caleyCodeLab 2 жыл бұрын
Just a bit of config with the sitemap package. You can change it, but I've had my sites successfully crawled with it as default
@jennysquesttowellness
@jennysquesttowellness 2 жыл бұрын
@@caleyCodeLab thanks so google will understand that your pages are listed in sitemap-0.xml and not on sitemap.xml, correct?
@gilmar770
@gilmar770 Жыл бұрын
@@jennysquesttowellness Man, i have this doubt too...
@caleyCodeLab
@caleyCodeLab Жыл бұрын
The tool you can use to check whether your sitemap has been indexed properly is called 'google search console'. There's a tab called sitemap where it gives you all the information they have collected from you
@NikitaPant-tl8gw
@NikitaPant-tl8gw Жыл бұрын
any solution, how to change this ?
@Its_nirbhay_gupta_
@Its_nirbhay_gupta_ Жыл бұрын
How are you so cool dude😅
@caleyCodeLab
@caleyCodeLab Жыл бұрын
I'm going to assume this is some dry sarcasm
@biglmnztv
@biglmnztv 2 жыл бұрын
just subbed man, do you collaborate on projects for fun? seeking a mentor 🍋
@caleyCodeLab
@caleyCodeLab 2 жыл бұрын
Hey thanks 🤲 at the moment no due to my actual job being really busy. I like the idea of it in the future though !
"Идеальное" преступление
0:39
Кик Брейнс
Рет қаралды 1,4 МЛН
Почему Катар богатый? #shorts
0:45
Послезавтра
Рет қаралды 2 МЛН
Ful Video ☝🏻☝🏻☝🏻
1:01
Arkeolog
Рет қаралды 14 МЛН
БОЙКАЛАР| bayGUYS | 27 шығарылым
28:49
bayGUYS
Рет қаралды 1,1 МЛН
Mastering the basics of SEO in React and Next.js
12:05
Leigh Halliday
Рет қаралды 48 М.
Next.js Crash Course
1:09:45
Traversy Media
Рет қаралды 821 М.
React Course - Advanced - SEO
19:46
Techbase
Рет қаралды 54 М.
Improving SEO with (Dynamic) Sitemaps in Next.js
17:29
Leigh Halliday
Рет қаралды 38 М.
Next.js 14 - SEO & Metadata Tutorial (Complete Guide)
39:40
Codewalk Empire
Рет қаралды 15 М.
React SEO with Next.js - Dynamic SEO Meta Tags Tutorial
12:06
Colby Fayock
Рет қаралды 41 М.
NextJS + State Management = Good Idea???
41:08
Jack Herrington
Рет қаралды 103 М.
How to Lazy load images with Javascript
6:55
caleyCodeLab
Рет қаралды 2,6 М.
Managing Assets and SEO - Learn Next.js
14:18
leerob
Рет қаралды 18 М.
"Идеальное" преступление
0:39
Кик Брейнс
Рет қаралды 1,4 МЛН