Flutter and SEO with Astro and Typescript

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

КОМЕНТАРІ • 19

  • @HendrideWet
    @HendrideWet 3 місяці тому

    Will this not be considered as Cloaking by Googlebot?

    • @Aspiiire
      @Aspiiire  3 місяці тому

      Nope, if you use Astro or anything as front-end for you page is 100% optimized for SEO, because is a totally different website, cloaking is when for example you use flutter on the web but you use some hacks to render tags behind it, like for example you use a text as title behind you show a h1 to mimic it etc

  • @caballero75RS
    @caballero75RS 8 місяців тому +1

    At first i tought you would embed flutter in your Astro Html and use server requested information for SEO.

    • @PaKa-kj3rj
      @PaKa-kj3rj 8 місяців тому +1

      Me too, but this was nothing more than a simple HTTP request in Javascript 😏 The point of this is?

    • @Aspiiire
      @Aspiiire  8 місяців тому

      Meaning that in some way I would use the Server side of Astro to transform it into a more seo friendly content that i would render into the client side of Astro?

    • @Aspiiire
      @Aspiiire  8 місяців тому

      This video was meant for junior devs who ask about how can I work with Flutter and have a SEO friendly website, I got asked a lot by people about this issue as I have explained in the middle of the video@@PaKa-kj3rj

    • @muhammadkhizr6409
      @muhammadkhizr6409 8 місяців тому +1

      I also had same impression after reading the title and came here to write the same comment you have already written 😇

    • @muhammadkhizr6409
      @muhammadkhizr6409 8 місяців тому

      @@Aspiiire Good, but I think the title should include "Flutter vs Astro" or something instead of the word "with" in between

  • @SpeedCodes-oc7ed
    @SpeedCodes-oc7ed 4 місяці тому

    thanks for your aspired content, but i didn't understood, how did you use a sitemap into your flutter webapp? or do i confused about?

    • @Aspiiire
      @Aspiiire  4 місяці тому +1

      @@SpeedCodes-oc7ed Thanks brother, no that wa a mock json to mimic a server that is sending a blog content, and I showed that usually for seo content on the web I perdonally create a simple app with astrojs that display those pages

    • @SpeedCodes-oc7ed
      @SpeedCodes-oc7ed 4 місяці тому +1

      @@Aspiiire ahh i got it, thanks

  • @s.bamahfoodh
    @s.bamahfoodh 6 місяців тому

    what about using the seo packages such as meta_seo and seo? what do you think about them

    • @Aspiiire
      @Aspiiire  6 місяців тому +1

      In my humble opinion I think it's ok, but in that way you are simply giving some content on what is the page about, you are not really using the real power of SEO.
      Creating a page that the crawlers can read properly it's the best thing to do also because when users search on the web you may appear on the search because part of your content was found during the search that was not present in the meta description, like when you do a search and google directly drops you on that website with the yellow highlighted content of the search.