Schema Markup: A Step-By-Step Guide

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

КОМЕНТАРІ • 41

  • @50creativesolutions32
    @50creativesolutions32 25 днів тому +1

    This is the BEST summary I've found of 'Schema for Dummies'. Thank you!

    • @LinkBuildingHQ
      @LinkBuildingHQ  9 днів тому

      It's always a pleasure making SEO easier. 😁

  • @skverskk
    @skverskk 2 роки тому +9

    Finally, a tutotial that explains SEO schemas in easy to understad terms. Well done

  • @solomontsaagane9659
    @solomontsaagane9659 2 роки тому +5

    Thank you so much! This has been a challenging concept for me to wrap my head around but I think I have it down now.

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

    thank you, it was easy to understand, you have talent to teach and it wasn't boring

  • @abigroman
    @abigroman 2 роки тому +9

    This isn't aguide. It's a summary!

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

      Hi Drew,
      This video is for you..
      ua-cam.com/video/Hwq8hvw7FjI/v-deo.html

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

      @@LinkBuildingHQ :)))

  • @joshuagoldsberry9809
    @joshuagoldsberry9809 9 місяців тому

    Unbelievably helpful. Thank you so much!

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

    I’ve spent a ton of time on JSON-LD on website, webpage, local business… never thought to look at “service”. Very cool. Have 12 linked json scripts. It’s a bit of work, but see this paying off in the future.

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

      Stay tuned. Our next short on Schemas will let you create JSON-LD code in seconds!

  • @serenit.y3608
    @serenit.y3608 6 місяців тому

    This video is a game changer!! Bravo, and thank you!

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

    what if i just want to see google job posting, i dont have a specific website

  • @SamWatts-j4e
    @SamWatts-j4e Рік тому

    Very clear. thanks!

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

    Is it possible to add more than 1 keyword in a JSON-LD schema markup? for one page?

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

    amazing thank you!

  • @HealthglowsNet
    @HealthglowsNet 9 місяців тому

    Thank you such a clear and useful explanation! Is it recommended to add a schema for ever page and post on website? Thank you in advance!

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

      Thank you for such an awesome comment!
      Generally it is recommended to add schemas for pages where they can provide value in terms of improved search visibility. However, if you have a large website with thousands of pages, adding schemas on every page may prove hectic, so you should only add them where you can the most value. We hope this answers your question.

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

      A dev can achieve this with some code to dynamically place the correct data within the JSON. For example, my company has over 6k products. It would be insane to try and create a schema for each page. JSON is super to similar CSS (the code that styles your page). In that you are essentially just matching pairs of data. Usually your data is already structured on your page. This is especially so if you are using something like Wordpress or other CMS services. So for example all your h1 headings on every page has the same size, color, and font. It knows to do this because the CSS applies these styles to every page and not just 1 heading. That would be a headache and a lot of code to have each heading styled separately. This works because your pages are created dynamically. All you have to do is fill in the title, body, meta tag, or whatever your CMS service provides you to fill out and then bam your page is done. Because of this we know exactly where everything will show up on a page after submitting your blog post or page. You can then write JavaScript to say - hey that h1 tag string needs to go into my JSON markup right where is says "name". This would then take every h1 tag and place that data right where it needs to go within the Schema. Long story short, you can have a recipe website with 20,000 pages and write a few lines of code to do the process for you without having to manually enter it on a few "important" pages. Because lets be real, you want all your information to be seen correctly and you want it to rank or you wouldn't be spending so much time building your brand. You can go to places fivver to find devs to do this at a fair price. This might sound like mumbo jumbo but I just wanted you to know that it can be done.

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

    Thanks! this helped! :)

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

    That was good. Can you please also explain writing custom schemas in JSON-LD? Adding insights about product ontology and all?

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

    thanks for the organized information :)

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

    so pro bro! like that

  • @VideoNash
    @VideoNash 7 місяців тому

    thanks

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

    That's cool!

  • @khajarehan
    @khajarehan 2 роки тому

    This is so good! Thank you!!

  • @skaarlcooper2178
    @skaarlcooper2178 2 роки тому

    Thank you very much sir.

  • @ChristianJespersen84
    @ChristianJespersen84 2 роки тому

    Great video. How do I remove an existing schema from a website, to rewrite it? - Thanks.

    • @LinkBuildingHQ
      @LinkBuildingHQ  2 роки тому

      Hi Christian,
      You can simply replace the code. If you have used a plugin for Schema, you might need to remove the plugin.
      We made a video on DIY Schema, do check it out:
      ua-cam.com/video/Hwq8hvw7FjI/v-deo.html

    • @ChristianJespersen84
      @ChristianJespersen84 2 роки тому

      @@LinkBuildingHQ Thanks - It's the replacing part I am struggling with. I simply can't find the original code. It is not in a plugin, or inserted as HTML in the builder.
      Any ideas where I can find it?

    • @LinkBuildingHQ
      @LinkBuildingHQ  2 роки тому

      You can share URL here or email us at letstalk@linkbuildinghq.com with subject 'Schema Request'

  • @Wie24
    @Wie24 2 роки тому

    Is it advisable if I have an FAQ-Schema-markup in the head section to have the same Questions and Answers in the body section of my html site (no CMS). Or it's not important to have those Questions and Answers at all on the site itself.

    • @LinkBuildingHQ
      @LinkBuildingHQ  2 роки тому

      Yes, it is advisable to have the same Q&A content on your page, and the code in your script. Even a slightest difference could impact the schema, and you may not get the desired results. Here is a free tool to generate faq schema: technicalseo.com/tools/schema-markup-generator/

  • @deborah8571
    @deborah8571 2 роки тому

    Great schema insights

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

    This is like learning a new language 😂 I guess I’ll be finding a developer to do this.

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

      It really is. But don't worry after our next short on the topic of Schemas, you won't need developer for Schemas at all :-)

  • @Grunk369
    @Grunk369 3 роки тому

    What about sugma markups?

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

    Why do we have to use this technology? Google has all kinds of AI tools for extracting information. Cant they just scan all these pages and infer the data instead us having to do the work.

  • @GS-rm7fv
    @GS-rm7fv Рік тому

    i wish you tried to be a little more charismatic cause this was hard to get through