Check your SEO with Django

Поділитися
Вставка
  • Опубліковано 11 вер 2024
  • Check your SEO with Django
    Important links:
    pypi.org/proje...
    pypi.org/proje...
    djangocms.read...
    pypi.org/proje...
    💻 | Website:
    www.cloudwithd...
    🧑‍🏫 | Courses:
    www.cloudwithd...
    📑 | Blog:
    www.cloudwithd...
    📢 | Coaching:
    / coaching
    ❤️ | Support:
    Patreon - / cloudwithdjango
    PayPal - www.paypal.com...

КОМЕНТАРІ • 38

  • @CorentinBettiol
    @CorentinBettiol Місяць тому +1

    Hi, I'm the main developer behind the django check seo module, thank you for your video :)

    • @CloudWithDjango
      @CloudWithDjango  Місяць тому +1

      Hi,
      It's a pleasure! Thank you for the providing us with a great module! :)

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

    Django SEO URL tests:
    For the default page:
    127.0.0.1:8000/django-check-seo/?page=/
    If you have a route:
    127.0.0.1:8000/django-check-seo/?page=/home

  • @Just4Pro1
    @Just4Pro1 27 днів тому

    thank you for this package
    i'm wondering when we can use lighthouse for this type of works does this package provides more feature?

    • @CloudWithDjango
      @CloudWithDjango  27 днів тому

      Glad that you liked the tutorial for this package. For additional information, I'd suggest referring to the docs of the package

  • @nicenaija9952
    @nicenaija9952 Рік тому +1

    Lovely, any method to use dynamic meta tags in extended templates for SEO purposes?

    • @CloudWithDjango
      @CloudWithDjango  Рік тому +1

      Thank you! :)
      I'm too sure, you may have to do some extra research on that topic.

  • @abdelrahmanhussainy6921
    @abdelrahmanhussainy6921 10 місяців тому

    You saved my life sir :)

    • @CloudWithDjango
      @CloudWithDjango  10 місяців тому

      Thank you so much for your kind feedback! I'm glad that you found the video to be of value!

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

    very very thanks for your service :)

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

    i really love your channel :D

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

    I think this is can be alternative from checking SEO using chrome

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

      Yes, it is specifically if you want to check it programmatically in Django. With a few extra options at play.

  • @JoydeepBaidya-px5oe
    @JoydeepBaidya-px5oe 2 місяці тому

    can I use this in production. I mean is it safe to use django-check-seo?

    • @CloudWithDjango
      @CloudWithDjango  2 місяці тому

      Hi,
      I'd suggest taking at the docs for further information

    • @CorentinBettiol
      @CorentinBettiol Місяць тому

      Hi, we're using this package (that we developed) on multiple websites. The check seo view needs you to be logged in in order to be able to access it. It's using the Django Test framework to get the pages content, and can only gets the current site pages content :)

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

    Make a video on UserLog Table in Database to store user login, logout time, ip address, browser user etc if possible thanks in advance.

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

    I tried the code. I got ModuleNotFoundError with Unidecode so it also needs to be installed?
    pip install Unidecode fixed the issue. Thanks for the tutorial! :)

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

      Hi,
      Yes, it's possible that the package was updated and requires an additional installation.
      No problem! I'm glad that you managed to find a solution and that you found the tutorial helpful!

  • @oussamahesoyam
    @oussamahesoyam 11 місяців тому

    if it is dependent on lot of other packages that makes it unreliable and probably full of vulnerabilities. I wouldn't recommend in production to use this package

    • @CloudWithDjango
      @CloudWithDjango  11 місяців тому

      Hi,
      Thank you for your feedback. It would depend, but yes everyone can decide on their own initiative and what they would like to do.

    • @CorentinBettiol
      @CorentinBettiol Місяць тому

      It is dependent of a few packages in order to work (django, beautifulsoup4, unidecode and lxml). Those packages have dependencies as well, and it explains the fair amount of dependencies shown in the video (the dependency to django-cms was dropped a few years ago). All this package does is making a request to the page you specify in the url, and extract its content to feed it in various checks. I do not think django, bs4 and the other battle-tested packages are full of vulnerabilities :)

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

    Bro, can you pull elastic search with django tutorials (local(ec2) & AWS ) integration.

    • @CloudWithDjango
      @CloudWithDjango  Рік тому +2

      Hi,
      Thank you for your suggestion. If time allows for it, I will take a look at elastic search. I have a lot of things to do before that.

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

      Speaking of AWS and elastic search... I just have a question
      Did you manage to deploy your Web application with ECS and Nginx okay?
      Since, I might add something extra to the process at some point....

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

      @@CloudWithDjango yes bro, EC2 and nginx.

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

      @@KrishnaManohar8021 Awesome! I'll see to that in the future.

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

      @@CloudWithDjango eagarly waiting... hope you dump in Advanc Ecommarce course(As discuss in udemy)😉.

  • @shivamkumar-qp1jm
    @shivamkumar-qp1jm 2 місяці тому

    See extracted html
    [
    Bad Request (400)
    ]

    • @CloudWithDjango
      @CloudWithDjango  2 місяці тому

      Hi,
      Please double check the docs and your steps again. Just please keep in mind that this video was made a while ago, so there may be a few new changes in place