Loved it. Please, make a similar type of tutorial for a recipe blog. And maybe add other things such as person who is a chef at a restaurant, etc and finally connect all of them together.
Excellent video and what a great tool. I havde done this manual until now, but will use Schemantra from now on. Looking forward to see a video on how to automatic generate schema for all cars on a website.
@@schemantra I dont remember if it ws on youtube or twitter, I'm a schema nerd so I read I always search for new tools and yours is much better the some paid tools like rankranger
Welcome to the schema nerds house, you can check our blog for more inspiration, you said Schemantra is better than some paid tools, we are very curious to know why, would you mind sharing?
So useful video and easy to understand. Thanks!!! Here is my question: What are your suggestions for dynamic approach? For example any wordpress plugin you suggest to do it dynamically?
For more info. please read our research paper on how to optimize your schema markups for SEO and semantic SEO schemantra.com/blog/2022/05/22/structured-data-optimization-for-seo-and-for-semantic-seo/
Thank you for sharing! This is fascinating concept! Could you do one video about e-commerce website! How can we make a connection between categories pages and product pages etc? Also did you see any uplift after implementing entity scheme mark up?
Fantastic video Ash! Super informative… I’ve subscribed to your channel 👍 you mentioned the ID - ideally this should be # of the HTML. I’ll be interested to know what that means in another video 🙂 Thanks so much for the video
The ID or identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. ID is also used to connect entities together, as this video demonstrates, moreover, sasmeAs and url are special cases of ID You can call your ID any name you want but it is preferable to give it the html ID tag, you can give your html tags id names and then put the html id in the schema ID with a # in-front, in this way search engine will know exactly where the primary entity your are describing on your web page.
Thanks Ash, very informative video. I have been trying to figure out how to put things together when it comes to schema especially when you complex scenarios. Just one comment about using the Tag Manager, wouldn't that limit your schema parsing by other search engines like Bing and so?
Do the various schemas need to be nested together for Entity SEO? Or is it okay to separate them out? PS. I have separated the schemas in the past and had success, but haven’t tried this for Entity SEO.
It works both ways but with linked schemas we always get better results in terms of organic clicks and impressions. because the primary entity is defined and the crawler budget is saved
This is really useful. Linking the entities was the missing part for me. So thank you for putting this together. Its interesting to see you use Google Tag Manager to inject the schema. But does Google always run the JS to do a full render? Or can it be some time from the initial crawl before (or even if) Google ever gets to see the schema?
Thnks for tutorial. None has explained semantic seo from beginning so easily like you. Thank u so much ❤️
Thank you Ash. Great efforts!
These days when I am working on semantic seo, it has been one of the most valuable content I have seen on UA-cam. Thanks Ash. Keep going!
Superb Video, Great Semantic Schema video, Looking forward to learn so many things from you
Big thanks for creating schemantra, your platform/tooling is freaking legendary!
Thank you very much for create this very useful tools and also the tutorial
Very useful Ash! Before this video, I didn't know how to make the relationships between entities. Thank you!
thank you so much brother ! We look forward to watching your videos
Superb... Keep it up!!!
Great video and hopefully you'll make more.
wow man, i dont know how you dont have more views, thanks for sharing
More workshops, please!
When will the advanced schema course be released?
Really like this tutorial, I am trying to learn this for my agency and it has helped a lot. I will have a look at your other videos also.
Loved it. Please, make a similar type of tutorial for a recipe blog. And maybe add other things such as person who is a chef at a restaurant, etc and finally connect all of them together.
Excellent video and what a great tool. I havde done this manual until now, but will use Schemantra from now on. Looking forward to see a video on how to automatic generate schema for all cars on a website.
Great video, thank you!
You did a great job with this! Wow. Outstanding
Thank you, Ash. Great video!
that's gr8, Thnks for tutorial
Great insightful video.
Discovered your app few days ago and I felt in love
How did you discover it and what made you try it? mind to share? thanks
@@schemantra I dont remember if it ws on youtube or twitter, I'm a schema nerd so I read I always search for new tools and yours is much better the some paid tools like rankranger
Welcome to the schema nerds house, you can check our blog for more inspiration, you said Schemantra is better than some paid tools, we are very curious to know why, would you mind sharing?
@@schemantra I prefer the way you use to nest different @type
Ash, This was great, Would you consider doing a full markup demo for a specific service for a local home service business?
Dear Sir... I am looking forward to more videos from you... Pls pls make regularly... I have subscribed and hit the bell icon as well...
Nice. Thanks a lot. It was really explanatory
So useful video and easy to understand. Thanks!!!
Here is my question:
What are your suggestions for dynamic approach? For example any wordpress plugin you suggest to do it dynamically?
Google tag manager
It was really useful thanks
What type of schema should we use for a car category page which contains cars from different models and prices?
ProductGroup
Thanks for the video, super informative👏👏
thanks Ash for this video can you please do a car rental schema using blog with car product at the same page
How long does it take for the scheme to be updated in Google search results?
you can submit the page manually in GSC and the schema will be updated, after a short time of your submission
Useful, I will try it to my website
Thank you very much for the video and the platform.
Explain schema for HTML Table
For more info. please read our research paper on how to optimize your schema markups for SEO and semantic SEO
schemantra.com/blog/2022/05/22/structured-data-optimization-for-seo-and-for-semantic-seo/
That's great. I have just understand how schema should be implemented semanticly.
Thank you for sharing! This is fascinating concept! Could you do one video about e-commerce website! How can we make a connection between categories pages and product pages etc? Also did you see any uplift after implementing entity scheme mark up?
Thank you. It's great and informative
Really good. Thanknu so much
Thanks man, much appreciated. Very useful. I look forward to your new videos.
Thanks Ash for this video! How would you know what sub-schema properties to add to a schema?
Really useful thank you!
Sir pls create more video about semantic seo basic and how to do semantic seo from start to end
Check our website, we start from zero
Thanks Ashraf. I have a question. If I deploy the html code to GTM, do I need to delete the code generated by Yoast seo? Will it not cause repetition?
you can delete and compare the results, and see what works best. tip: the last variables in the code overides the variables that precedes them
Can you create video guide for carousel schema ? for e-commerce category pages ??
Fantastic video Ash! Super informative… I’ve subscribed to your channel 👍 you mentioned the ID - ideally this should be # of the HTML. I’ll be interested to know what that means in another video 🙂 Thanks so much for the video
The ID or identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links.
ID is also used to connect entities together, as this video demonstrates, moreover, sasmeAs and url are special cases of ID
You can call your ID any name you want but it is preferable to give it the html ID tag, you can give your html tags id names and then put the html id in the schema ID with a # in-front, in this way search engine will know exactly where the primary entity your are describing on your web page.
@@schemantra awesome! Thank you for the explanation 👍 you’re generous with your knowledge, thank you 🙂
Thanks Ash, very informative video. I have been trying to figure out how to put things together when it comes to schema especially when you complex scenarios. Just one comment about using the Tag Manager, wouldn't that limit your schema parsing by other search engines like Bing and so?
Well done! Great tool
Do the various schemas need to be nested together for Entity SEO? Or is it okay to separate them out?
PS. I have separated the schemas in the past and had success, but haven’t tried this for Entity SEO.
It works both ways but with linked schemas we always get better results in terms of organic clicks and impressions. because the primary entity is defined and the crawler budget is saved
Make more videos even if they're short
This is really useful. Linking the entities was the missing part for me. So thank you for putting this together.
Its interesting to see you use Google Tag Manager to inject the schema. But does Google always run the JS to do a full render? Or can it be some time from the initial crawl before (or even if) Google ever gets to see the schema?
Yes it does, thats why it was created
Great video. Please check the info@ email. I sent an email to hire you as a consultant for a project. 🙏
Hoover your mouse.