Schema Markup: A Step-By-Step Guide

Sdílet
Vložit
  • čas přidán 28. 08. 2024

Komentáře • 39

  • @skverskk
    @skverskk Před rokem +6

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

  • @solomontsaagane9659
    @solomontsaagane9659 Před 2 lety +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 Před rokem +1

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

  • @abigroman
    @abigroman Před 2 lety +9

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

    • @LinkBuildingHQ
      @LinkBuildingHQ  Před 2 lety +1

      Hi Drew,
      This video is for you..
      czcams.com/video/Hwq8hvw7FjI/video.html

    • @Panosky
      @Panosky Před rokem

      @@LinkBuildingHQ :)))

  • @aussernllc
    @aussernllc Před rokem +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  Před rokem

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

  • @serenit.y3608
    @serenit.y3608 Před 4 měsíci

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

  • @joshuagoldsberry9809
    @joshuagoldsberry9809 Před 7 měsíci

    Unbelievably helpful. Thank you so much!

  • @captainlarrry6031
    @captainlarrry6031 Před rokem +1

    amazing thank you!

  • @Mikeek7
    @Mikeek7 Před rokem +1

    Thanks! this helped! :)

  • @VideoNash
    @VideoNash Před 4 měsíci

    thanks

  • @user-dk6ds3qv3v
    @user-dk6ds3qv3v Před 10 měsíci

    Very clear. thanks!

  • @arjn001
    @arjn001 Před rokem

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

  • @johnburr5910
    @johnburr5910 Před rokem

    thanks for the organized information :)

  • @HealthglowsNet
    @HealthglowsNet Před 7 měsíci

    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  Před 6 měsíci +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 Před 6 měsíci

      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.

  • @vahidzamani6776
    @vahidzamani6776 Před 11 měsíci

    so pro bro! like that

  • @Mynameisdarkxxo
    @Mynameisdarkxxo Před 20 dny

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

  • @skaarlcooper2178
    @skaarlcooper2178 Před 2 lety

    Thank you very much sir.

  • @khajarehan
    @khajarehan Před 2 lety

    This is so good! Thank you!!

  • @CKen23
    @CKen23 Před 9 měsíci

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

  • @freddiejonesy6168
    @freddiejonesy6168 Před 6 měsíci

    That's cool!

  • @deborah8571
    @deborah8571 Před 2 lety

    Great schema insights

  • @Wie24
    @Wie24 Před 2 lety

    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  Před 2 lety

      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/

  • @DriftLibrary
    @DriftLibrary Před rokem

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

    • @LinkBuildingHQ
      @LinkBuildingHQ  Před rokem

      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 :-)

  • @ChristianJespersen84
    @ChristianJespersen84 Před 2 lety

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

    • @LinkBuildingHQ
      @LinkBuildingHQ  Před 2 lety

      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:
      czcams.com/video/Hwq8hvw7FjI/video.html

    • @ChristianJespersen84
      @ChristianJespersen84 Před 2 lety

      @@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  Před 2 lety

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

  • @Grunk369
    @Grunk369 Před 3 lety

    What about sugma markups?

  • @TauvicRitter
    @TauvicRitter Před 11 měsíci

    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 Před 10 měsíci

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