Django Sitemap Tutorial - Help Crawlers Understand Your Website! (2018)

Поділитися
Вставка
  • Опубліковано 11 вер 2024

КОМЕНТАРІ • 30

  • @yoskele8691
    @yoskele8691 4 роки тому +1

    You are the MAN!, You have saved so much time for me. This video was so just amazing! Thanks for the upload.

  • @cegthgtlhj
    @cegthgtlhj 4 роки тому +2

    Thank you very much. You have made me happy today !

  • @cesaremannino2774
    @cesaremannino2774 3 роки тому +1

    I create a sitemap.xml on Django thanks to you!

  • @spencerpotts285
    @spencerpotts285 5 років тому +1

    Cheers mate. Clear and straight to the point. :)

  • @tusharverma7639
    @tusharverma7639 2 роки тому +1

    Thank You soo much

  • @munalulasikazwe6551
    @munalulasikazwe6551 3 роки тому +1

    Well and good but how do you change the sitemap response header X-Robots--tag: noindex to index .

  • @fabiof.deaquino4731
    @fabiof.deaquino4731 6 років тому +2

    Nice and to the point. Thanks!

  • @Thesrik23
    @Thesrik23 6 років тому +1

    Great one Gabriel!

  • @hansalexander1051
    @hansalexander1051 4 роки тому

    I got problems.. In local I can access 127.0.0.1:8000/sitemap.xml.
    But on heroku, I got h13 error.
    I don't know why.
    Please kindly advise. Thanks

  • @ehtisham4398
    @ehtisham4398 6 років тому +1

    Thank you so much for this amazing video.
    Could you please tell me will it work for website developed with django 1.11?

    • @thedumbfounds767
      @thedumbfounds767  6 років тому

      ehtisham ashraf it should work as well, just replace the path() function with the url() function. Let me know if it works out.

  • @highlicence6337
    @highlicence6337 4 роки тому

    why we cant index sitemap ??

  • @errorshotout5873
    @errorshotout5873 Рік тому

    it's not working sir

  • @mohabgamal3961
    @mohabgamal3961 4 роки тому

    why sitemaps??
    can anyone explain?

  • @charlitopiaojr.6945
    @charlitopiaojr.6945 6 років тому

    What terminal is that?

    • @thedumbfounds767
      @thedumbfounds767  6 років тому

      Carl-Jun Oaip it's a terminal emulator called "cmder".

  • @priyanshukumar-pm6ix
    @priyanshukumar-pm6ix 5 років тому

    which theme of atom

  • @technicalilm8999
    @technicalilm8999 6 років тому

    I'm getting something like :
    example.com/Back_Propagation/
    I'm running the app on localhost.
    I want to do it on a blog app

    • @thedumbfounds767
      @thedumbfounds767  6 років тому +1

      so, where are you stuck? The method should work regardless of which type of app you're building.

    • @technicalilm8999
      @technicalilm8999 6 років тому +1

      The Dumbfounds yeah, I logged into admin, from there I changed the domain name

    • @thedumbfounds767
      @thedumbfounds767  6 років тому

      which admin? Are you running django?

    • @technicalilm8999
      @technicalilm8999 6 років тому

      django's admin

    • @thedumbfounds767
      @thedumbfounds767  6 років тому

      so, your problem is that you're getting example.com... instead of localhost?