Shopify 리서치 허브 · 문서/위키형 둘러보기 분류 관리 자동 조사

Ed Codes - Shopify DIY Tutorials

YouTube 수집: 2026-08-21 게시: 2024-01-16
https://youtu.be/R3EfboOPq9I

내용

[subtitle-meta] lang=en auto=True Rich Snippets or Rich results are a certain type of enhanced search result that can help your website or your products stand out in Google search results let me show you an example usually when you search something in Google every result just has a title and a description well this third line here is what we call a rich result or a rich snippet here we can see the product rating how many reviews it has the price and some other information like free delivery free 90-day returns and whether it's in stock or out of stock here's another example of a reach snippet except this one is for a blog post rather than a product we have a featured image for the blog post we can see who wrote the blog post and what rating they gave this particular product and here's another example where I've searched for Peak design they make camera gear and they have their sponsored ads here on the first line but if we scroll down a bit further we see this section here which almost looks like ads right but it's actually completely free it's called a merchant listing experience this is completely organic and all of these examples are thanks to the magic of structured data so structured data is a little bit of code that you need to add to your store so that Google can display these rich results in this video I'm going to explain the entire topic specifically within the context of Shopify by the end of the video you should have a pretty good idea of what structured data is all the terminology around it and what your next steps should be to implement it on your theme by the way if you're new to the channel and you're wondering why you should listen to me my name is Ed I'm a freelance Shopify developer if you're interested in more tutorials and resources to enhance your Shopify store then check out my website at ed. codes let's get on with the video now if you want to add structured data to your Shopify store there are different ways of doing it you can manually paste the code in and tweak it a little bit yourself or you can use an app which is going to be a bit easier but before I get into that I need to show you the official Google documentation for structured data this in the sidebar here is all the different types of structured data that you could possibly get on your website and not all of them actually most of them do not apply to Shopify okay the ones that you really need to pay attention to are article maybe breadcrumb FAQ if you're doing FAQ type blog posts you might want local business especially if you have a physical store as well as an e-commerce store and then product of course is the main one that we're going for maybe recipe definitely review snippet and maybe video that's about it that's all you're looking for on an e-commerce store oh and there's also organization I think I missed that one now I'm here on the product structure Data Page and first of all what we see here is some examples of how this product snippet could appear in Google search results so this is what I showed you earlier here here are some more examples of how it could appear but the one thing to keep in mind is that there is no guarantee of any of this that's what it says here eligible pages are not guaranteed to receive these treatments so you can add all the correct code to your store but ultimately it's up to the Google algorithm whether it's going to actually display these rich Snippets for you or not you can't really control that all you can do is add the correct struct ruct data and then hope for the best luckily Google is pretty clear about what that code should look like and each one of these structured data types will have plenty of code examples and now I should probably explain what Json LD is I know you might have heard this term Json LD is simply the language that structured data is written in it's not really a programming language so it's kind of like a spreadsheet it's a way to store data so we have the name of the product the description and here they've just got it as plain text but you can't do this of course in Shopify you want this to be dynamic so you would be replacing it with shopify's double curly braces and product. Tile For example and this one would be product. description so I hope you understand what I mean where you have to slightly modify these Json LD examples from Google to make it work for your so that's Json LD now one other thing that you might have heard it often being called is schema um schema basically just means blueprint doesn't it um but there's also schema.org which is the organization that standardizes structured data between Google and Yahoo and being in other search engines so in other words schema structured data you know a lot of these words are interchangeable so if I say FAQ schema or product schema I really just mean the structured data or the code that you need to add to your store okay I hope I'm not boring you to death but now you at least know all the terminology let's get into something more practical what do you actually need to do on your website the first thing the first bit of good news I'd like to tell you is that it's likely you don't need to do anything most modern themes and even free themes like Dawn for example will already have some basic structured data in place let's visit a product page on my demo store here and I'm going to right click just anywhere click inspect and then drag this out a little click in here command F to search and I will search LD plus Json and we can see that we already have some Json blocks three of them in my product page here this last one this is default in Dawn theme this is the product snippet okay so that first typee that I told you about earlier is already included in Dawn Dawn actually also includes the article snippet as well for your blog posts and it includes the organization snippet for your homepage which is just about your business and those are the basics that's pretty good but Dawn is a relatively modern theme if your theme is a bit older if you haven't updated in a couple of years then it's possible that you don't have structured data also if if you got your theme from a third party and not from the official theme store then I think maybe it's more likely that your theme does not have structured data either way you need to check right you want to be certain that your theme has structured data and you want to be able to test it and see that everything's implemented correctly and for that luckily there is a tool by Google called the rich results testing tool to find it simply Google for reach results test and it'll be the first result here and this is what it looks like using it is very simple you simply grab a URL from your site for example I want to test my product page and I'm going to paste it in here and you're going to get a result that looks something like this it's going to detect all of the structured data on the page for me it's five valid items but you might have invalid items if some structured data is not properly set up and here I have the product Snippets because it's a product page the merchant listings as well those Merchant listing experiences I mentioned local business and organization these are actually sitewide so no matter which page I test on my website I'm always going to see these and then we have review Snippets as well and this is an interesting one because this one comes from a reviews app so you need to be using a reviews app that shows stars like this on your page and has like this reviews area here on the page personally I'm using junip I'll put the link in the description as well it sets up structured data correctly and it's one of the most highly customizable apps that I've seen but I expect you're already using a product review app because it's just one of the first things that you need on a new Shopify store if you aren't using one and you're looking at structured data you've gone too far you're jumping ahead go back and get a product reviews app and then come and do structured data later but as I was saying you want to see all these different types of structured data so here I've gone into the product snippet and we see the product title uh the URL the featured image product description here you'll also see offers if you're using variants then you'll see multiple offers an offer is basically the product for a particular price and it'll be either in stock or out of stock and then we have the aggregate rating this is coming from the product reviews app now if I tested the homepage of my store then I wouldn't expect to see product Snippets okay you would only expect to see product snippets on the product page likewise if you test a Blog Page then you would expect to see the article Snippets and so you only need to test one of each page type test your homepage your product page your blog page I don't know maybe some other Pages depending on which one of these structured data types you're going for besides the rich results testing tool you also want to be using Google search console cuz that will over the long term keep an eye on your structured data and it will let you know if something goes wrong with it if you haven't set up Google search console yet this is another musthave this is something you got to do before looking at structured data so I've already made a video on that and I highly recommend watching that video I'll put the link in the description and somewhere up here at the top of the video as well okay now let's say worst case scenario you don't have any structured data in your store or you have some structured data but you're trying to get a different type that you you don't have the easiest solution will be to use an SEO app many SEO apps come with Json LD the one that I prefer to use is called tiny or tiny image uh the name comes from when it was an image compression app but since then it's evolved into a general SEO app and I've mentioned it in other videos as well but it's so easy to Simply toggle on any structured data that you want for the different page types and Save as soon as you've done that you'll have the necessary Json LD on your store and you'll be able to see that in the rich results testing tool there's also a second part where inside of the app you can go to setup Json LD and this would allow you to enter information for your general organization or local business structured data listing now I recommend this app in particular because it is one of the most highly reviewed apps and it's also a built for Shopify app which which means that it meets certain performance standards set by Shopify you'll also get a 20% discount if you use my link in the description I'm not getting paid for this video but I will get an affiliate commission if you use my link so if you want to support the channel I'll really appreciate if you use that link plus you get that discount another app that I would highly recommend this is Elana's Json LD for SEO Elana Davis is the developer so it's an app by an independent developer which is always a good sign cuz they really care about their product this app is much more expensive $400 a year compared to Tiny image which you get Json LD even from the basic plan however I think this app will help you if you're going for some of the less common types of Json LD and generally if you have the budget this is going to be probably the best app you can get for this job oh and lastly don't forget that you still need a product reviews app if you want those review Snippets I recommend junip but I think any product reviews app will add structured data so judge me yo any of those popular ones will work as well there's also a free online tool called The Miracle schema markup generator which can help you with some of those less common types of schema and it'll generate the code for you and then you can add that to your store but this needs a little bit of explanation as well for a later video so if you're interested in that please leave a comment that's all for today's video If you enjoyed it please leave a like And subscribe and if you want to stay updated with my latest videos and blog content then consider subscribing to my newsletter which you can find on my website ed. codes see you next time
원문 자막 펼치기
WEBVTT
Kind: captions
Language: en

00:00:00.040 --> 00:00:01.949 align:start position:0%
 
Rich<00:00:00.280><c> Snippets</c><00:00:00.680><c> or</c><00:00:00.840><c> Rich</c><00:00:01.160><c> results</c><00:00:01.680><c> are</c><00:00:01.839><c> a</c>

00:00:01.949 --> 00:00:01.959 align:start position:0%
Rich Snippets or Rich results are a
 

00:00:01.959 --> 00:00:03.869 align:start position:0%
Rich Snippets or Rich results are a
certain<00:00:02.240><c> type</c><00:00:02.399><c> of</c><00:00:02.560><c> enhanced</c><00:00:03.199><c> search</c><00:00:03.560><c> result</c>

00:00:03.869 --> 00:00:03.879 align:start position:0%
certain type of enhanced search result
 

00:00:03.879 --> 00:00:05.630 align:start position:0%
certain type of enhanced search result
that<00:00:04.000><c> can</c><00:00:04.160><c> help</c><00:00:04.400><c> your</c><00:00:04.640><c> website</c><00:00:05.240><c> or</c><00:00:05.400><c> your</c>

00:00:05.630 --> 00:00:05.640 align:start position:0%
that can help your website or your
 

00:00:05.640 --> 00:00:07.590 align:start position:0%
that can help your website or your
products<00:00:06.200><c> stand</c><00:00:06.520><c> out</c><00:00:06.839><c> in</c><00:00:07.040><c> Google</c><00:00:07.279><c> search</c>

00:00:07.590 --> 00:00:07.600 align:start position:0%
products stand out in Google search
 

00:00:07.600 --> 00:00:09.709 align:start position:0%
products stand out in Google search
results<00:00:08.360><c> let</c><00:00:08.480><c> me</c><00:00:08.559><c> show</c><00:00:08.760><c> you</c><00:00:08.880><c> an</c><00:00:09.040><c> example</c>

00:00:09.709 --> 00:00:09.719 align:start position:0%
results let me show you an example
 

00:00:09.719 --> 00:00:11.589 align:start position:0%
results let me show you an example
usually<00:00:10.400><c> when</c><00:00:10.519><c> you</c><00:00:10.639><c> search</c><00:00:11.040><c> something</c><00:00:11.320><c> in</c>

00:00:11.589 --> 00:00:11.599 align:start position:0%
usually when you search something in
 

00:00:11.599 --> 00:00:14.709 align:start position:0%
usually when you search something in
Google<00:00:12.200><c> every</c><00:00:12.480><c> result</c><00:00:12.920><c> just</c><00:00:13.160><c> has</c><00:00:13.400><c> a</c><00:00:13.599><c> title</c><00:00:14.320><c> and</c>

00:00:14.709 --> 00:00:14.719 align:start position:0%
Google every result just has a title and
 

00:00:14.719 --> 00:00:17.150 align:start position:0%
Google every result just has a title and
a<00:00:14.920><c> description</c><00:00:15.639><c> well</c><00:00:15.839><c> this</c><00:00:16.119><c> third</c><00:00:16.400><c> line</c><00:00:16.840><c> here</c>

00:00:17.150 --> 00:00:17.160 align:start position:0%
a description well this third line here
 

00:00:17.160 --> 00:00:19.429 align:start position:0%
a description well this third line here
is<00:00:17.320><c> what</c><00:00:17.439><c> we</c><00:00:17.600><c> call</c><00:00:17.960><c> a</c><00:00:18.119><c> rich</c><00:00:18.480><c> result</c><00:00:18.880><c> or</c><00:00:19.039><c> a</c><00:00:19.199><c> rich</c>

00:00:19.429 --> 00:00:19.439 align:start position:0%
is what we call a rich result or a rich
 

00:00:19.439 --> 00:00:21.349 align:start position:0%
is what we call a rich result or a rich
snippet<00:00:20.080><c> here</c><00:00:20.199><c> we</c><00:00:20.320><c> can</c><00:00:20.439><c> see</c><00:00:20.840><c> the</c><00:00:21.000><c> product</c>

00:00:21.349 --> 00:00:21.359 align:start position:0%
snippet here we can see the product
 

00:00:21.359 --> 00:00:23.910 align:start position:0%
snippet here we can see the product
rating<00:00:21.960><c> how</c><00:00:22.080><c> many</c><00:00:22.279><c> reviews</c><00:00:22.680><c> it</c><00:00:22.920><c> has</c><00:00:23.199><c> the</c><00:00:23.439><c> price</c>

00:00:23.910 --> 00:00:23.920 align:start position:0%
rating how many reviews it has the price
 

00:00:23.920 --> 00:00:25.310 align:start position:0%
rating how many reviews it has the price
and<00:00:24.080><c> some</c><00:00:24.240><c> other</c><00:00:24.439><c> information</c><00:00:24.880><c> like</c><00:00:25.039><c> free</c>

00:00:25.310 --> 00:00:25.320 align:start position:0%
and some other information like free
 

00:00:25.320 --> 00:00:27.950 align:start position:0%
and some other information like free
delivery<00:00:25.840><c> free</c><00:00:26.119><c> 90-day</c><00:00:26.840><c> returns</c><00:00:27.560><c> and</c><00:00:27.760><c> whether</c>

00:00:27.950 --> 00:00:27.960 align:start position:0%
delivery free 90-day returns and whether
 

00:00:27.960 --> 00:00:30.189 align:start position:0%
delivery free 90-day returns and whether
it's<00:00:28.160><c> in</c><00:00:28.400><c> stock</c><00:00:28.720><c> or</c><00:00:29.080><c> out</c><00:00:29.279><c> of</c><00:00:29.480><c> stock</c><00:00:30.000><c> here's</c>

00:00:30.189 --> 00:00:30.199 align:start position:0%
it's in stock or out of stock here's
 

00:00:30.199 --> 00:00:32.389 align:start position:0%
it's in stock or out of stock here's
another<00:00:30.560><c> example</c><00:00:31.000><c> of</c><00:00:31.119><c> a</c><00:00:31.240><c> reach</c><00:00:31.560><c> snippet</c>

00:00:32.389 --> 00:00:32.399 align:start position:0%
another example of a reach snippet
 

00:00:32.399 --> 00:00:34.670 align:start position:0%
another example of a reach snippet
except<00:00:32.759><c> this</c><00:00:32.880><c> one</c><00:00:33.239><c> is</c><00:00:33.399><c> for</c><00:00:33.640><c> a</c><00:00:33.800><c> blog</c><00:00:34.160><c> post</c>

00:00:34.670 --> 00:00:34.680 align:start position:0%
except this one is for a blog post
 

00:00:34.680 --> 00:00:37.110 align:start position:0%
except this one is for a blog post
rather<00:00:34.920><c> than</c><00:00:35.079><c> a</c><00:00:35.239><c> product</c><00:00:35.800><c> we</c><00:00:36.000><c> have</c><00:00:36.480><c> a</c><00:00:36.640><c> featured</c>

00:00:37.110 --> 00:00:37.120 align:start position:0%
rather than a product we have a featured
 

00:00:37.120 --> 00:00:39.630 align:start position:0%
rather than a product we have a featured
image<00:00:37.399><c> for</c><00:00:37.559><c> the</c><00:00:37.680><c> blog</c><00:00:38.000><c> post</c><00:00:38.399><c> we</c><00:00:38.520><c> can</c><00:00:38.640><c> see</c><00:00:39.200><c> who</c>

00:00:39.630 --> 00:00:39.640 align:start position:0%
image for the blog post we can see who
 

00:00:39.640 --> 00:00:42.430 align:start position:0%
image for the blog post we can see who
wrote<00:00:40.160><c> the</c><00:00:40.320><c> blog</c><00:00:40.680><c> post</c><00:00:41.320><c> and</c><00:00:41.520><c> what</c><00:00:41.719><c> rating</c><00:00:42.200><c> they</c>

00:00:42.430 --> 00:00:42.440 align:start position:0%
wrote the blog post and what rating they
 

00:00:42.440 --> 00:00:44.549 align:start position:0%
wrote the blog post and what rating they
gave<00:00:43.039><c> this</c><00:00:43.440><c> particular</c><00:00:43.879><c> product</c><00:00:44.239><c> and</c><00:00:44.320><c> here's</c>

00:00:44.549 --> 00:00:44.559 align:start position:0%
gave this particular product and here's
 

00:00:44.559 --> 00:00:46.750 align:start position:0%
gave this particular product and here's
another<00:00:44.879><c> example</c><00:00:45.719><c> where</c><00:00:46.160><c> I've</c><00:00:46.320><c> searched</c><00:00:46.600><c> for</c>

00:00:46.750 --> 00:00:46.760 align:start position:0%
another example where I've searched for
 

00:00:46.760 --> 00:00:49.150 align:start position:0%
another example where I've searched for
Peak<00:00:47.000><c> design</c><00:00:47.360><c> they</c><00:00:47.480><c> make</c><00:00:47.719><c> camera</c><00:00:48.079><c> gear</c><00:00:49.000><c> and</c>

00:00:49.150 --> 00:00:49.160 align:start position:0%
Peak design they make camera gear and
 

00:00:49.160 --> 00:00:52.430 align:start position:0%
Peak design they make camera gear and
they<00:00:49.360><c> have</c><00:00:49.800><c> their</c><00:00:50.079><c> sponsored</c><00:00:50.719><c> ads</c><00:00:51.199><c> here</c><00:00:52.079><c> on</c>

00:00:52.430 --> 00:00:52.440 align:start position:0%
they have their sponsored ads here on
 

00:00:52.440 --> 00:00:54.590 align:start position:0%
they have their sponsored ads here on
the<00:00:52.600><c> first</c><00:00:52.960><c> line</c><00:00:53.480><c> but</c><00:00:53.640><c> if</c><00:00:53.719><c> we</c><00:00:53.960><c> scroll</c><00:00:54.239><c> down</c><00:00:54.399><c> a</c>

00:00:54.590 --> 00:00:54.600 align:start position:0%
the first line but if we scroll down a
 

00:00:54.600 --> 00:00:56.990 align:start position:0%
the first line but if we scroll down a
bit<00:00:54.800><c> further</c><00:00:55.640><c> we</c><00:00:55.760><c> see</c><00:00:56.039><c> this</c><00:00:56.239><c> section</c><00:00:56.680><c> here</c>

00:00:56.990 --> 00:00:57.000 align:start position:0%
bit further we see this section here
 

00:00:57.000 --> 00:01:00.670 align:start position:0%
bit further we see this section here
which<00:00:57.480><c> almost</c><00:00:57.879><c> looks</c><00:00:58.680><c> like</c><00:00:59.519><c> ads</c><00:01:00.160><c> right</c><00:01:00.559><c> but</c>

00:01:00.670 --> 00:01:00.680 align:start position:0%
which almost looks like ads right but
 

00:01:00.680 --> 00:01:02.830 align:start position:0%
which almost looks like ads right but
it's<00:01:00.920><c> actually</c><00:01:01.199><c> completely</c><00:01:01.719><c> free</c><00:01:02.640><c> it's</c>

00:01:02.830 --> 00:01:02.840 align:start position:0%
it's actually completely free it's
 

00:01:02.840 --> 00:01:05.870 align:start position:0%
it's actually completely free it's
called<00:01:03.359><c> a</c><00:01:03.760><c> merchant</c><00:01:04.280><c> listing</c><00:01:04.920><c> experience</c>

00:01:05.870 --> 00:01:05.880 align:start position:0%
called a merchant listing experience
 

00:01:05.880 --> 00:01:08.350 align:start position:0%
called a merchant listing experience
this<00:01:06.000><c> is</c><00:01:06.159><c> completely</c><00:01:06.640><c> organic</c><00:01:07.479><c> and</c><00:01:08.040><c> all</c><00:01:08.200><c> of</c>

00:01:08.350 --> 00:01:08.360 align:start position:0%
this is completely organic and all of
 

00:01:08.360 --> 00:01:10.670 align:start position:0%
this is completely organic and all of
these<00:01:08.600><c> examples</c><00:01:09.280><c> are</c><00:01:09.720><c> thanks</c><00:01:09.960><c> to</c><00:01:10.119><c> the</c><00:01:10.280><c> magic</c>

00:01:10.670 --> 00:01:10.680 align:start position:0%
these examples are thanks to the magic
 

00:01:10.680 --> 00:01:13.630 align:start position:0%
these examples are thanks to the magic
of<00:01:10.960><c> structured</c><00:01:11.759><c> data</c><00:01:12.240><c> so</c><00:01:12.400><c> structured</c><00:01:12.920><c> data</c><00:01:13.479><c> is</c>

00:01:13.630 --> 00:01:13.640 align:start position:0%
of structured data so structured data is
 

00:01:13.640 --> 00:01:14.950 align:start position:0%
of structured data so structured data is
a<00:01:13.759><c> little</c><00:01:13.920><c> bit</c><00:01:14.080><c> of</c><00:01:14.200><c> code</c><00:01:14.479><c> that</c><00:01:14.600><c> you</c><00:01:14.680><c> need</c><00:01:14.799><c> to</c>

00:01:14.950 --> 00:01:14.960 align:start position:0%
a little bit of code that you need to
 

00:01:14.960 --> 00:01:16.870 align:start position:0%
a little bit of code that you need to
add<00:01:15.119><c> to</c><00:01:15.240><c> your</c><00:01:15.400><c> store</c><00:01:15.880><c> so</c><00:01:16.119><c> that</c><00:01:16.320><c> Google</c><00:01:16.680><c> can</c>

00:01:16.870 --> 00:01:16.880 align:start position:0%
add to your store so that Google can
 

00:01:16.880 --> 00:01:19.109 align:start position:0%
add to your store so that Google can
display<00:01:17.520><c> these</c><00:01:17.759><c> rich</c><00:01:18.080><c> results</c><00:01:18.680><c> in</c><00:01:18.759><c> this</c><00:01:18.920><c> video</c>

00:01:19.109 --> 00:01:19.119 align:start position:0%
display these rich results in this video
 

00:01:19.119 --> 00:01:20.789 align:start position:0%
display these rich results in this video
I'm<00:01:19.200><c> going</c><00:01:19.320><c> to</c><00:01:19.400><c> explain</c><00:01:19.720><c> the</c><00:01:19.840><c> entire</c><00:01:20.240><c> topic</c>

00:01:20.789 --> 00:01:20.799 align:start position:0%
I'm going to explain the entire topic
 

00:01:20.799 --> 00:01:22.310 align:start position:0%
I'm going to explain the entire topic
specifically<00:01:21.320><c> within</c><00:01:21.560><c> the</c><00:01:21.720><c> context</c><00:01:22.159><c> of</c>

00:01:22.310 --> 00:01:22.320 align:start position:0%
specifically within the context of
 

00:01:22.320 --> 00:01:23.870 align:start position:0%
specifically within the context of
Shopify<00:01:23.000><c> by</c><00:01:23.119><c> the</c><00:01:23.200><c> end</c><00:01:23.320><c> of</c><00:01:23.400><c> the</c><00:01:23.520><c> video</c><00:01:23.720><c> you</c>

00:01:23.870 --> 00:01:23.880 align:start position:0%
Shopify by the end of the video you
 

00:01:23.880 --> 00:01:24.990 align:start position:0%
Shopify by the end of the video you
should<00:01:24.040><c> have</c><00:01:24.119><c> a</c><00:01:24.240><c> pretty</c><00:01:24.439><c> good</c><00:01:24.560><c> idea</c><00:01:24.799><c> of</c><00:01:24.920><c> what</c>

00:01:24.990 --> 00:01:25.000 align:start position:0%
should have a pretty good idea of what
 

00:01:25.000 --> 00:01:27.310 align:start position:0%
should have a pretty good idea of what
structured<00:01:25.439><c> data</c><00:01:25.840><c> is</c><00:01:26.400><c> all</c><00:01:26.560><c> the</c><00:01:26.680><c> terminology</c>

00:01:27.310 --> 00:01:27.320 align:start position:0%
structured data is all the terminology
 

00:01:27.320 --> 00:01:29.149 align:start position:0%
structured data is all the terminology
around<00:01:27.640><c> it</c><00:01:28.119><c> and</c><00:01:28.400><c> what</c><00:01:28.520><c> your</c><00:01:28.680><c> next</c><00:01:28.880><c> steps</c>

00:01:29.149 --> 00:01:29.159 align:start position:0%
around it and what your next steps
 

00:01:29.159 --> 00:01:31.350 align:start position:0%
around it and what your next steps
should<00:01:29.360><c> be</c><00:01:29.560><c> to</c><00:01:29.920><c> implement</c><00:01:30.280><c> it</c><00:01:30.479><c> on</c><00:01:30.600><c> your</c><00:01:30.799><c> theme</c>

00:01:31.350 --> 00:01:31.360 align:start position:0%
should be to implement it on your theme
 

00:01:31.360 --> 00:01:32.789 align:start position:0%
should be to implement it on your theme
by<00:01:31.479><c> the</c><00:01:31.560><c> way</c><00:01:31.720><c> if</c><00:01:31.799><c> you're</c><00:01:31.920><c> new</c><00:01:32.079><c> to</c><00:01:32.200><c> the</c><00:01:32.360><c> channel</c>

00:01:32.789 --> 00:01:32.799 align:start position:0%
by the way if you're new to the channel
 

00:01:32.799 --> 00:01:33.950 align:start position:0%
by the way if you're new to the channel
and<00:01:32.920><c> you're</c><00:01:33.079><c> wondering</c><00:01:33.560><c> why</c><00:01:33.680><c> you</c><00:01:33.759><c> should</c>

00:01:33.950 --> 00:01:33.960 align:start position:0%
and you're wondering why you should
 

00:01:33.960 --> 00:01:35.789 align:start position:0%
and you're wondering why you should
listen<00:01:34.159><c> to</c><00:01:34.320><c> me</c><00:01:34.720><c> my</c><00:01:34.880><c> name</c><00:01:35.000><c> is</c><00:01:35.200><c> Ed</c><00:01:35.560><c> I'm</c><00:01:35.680><c> a</c>

00:01:35.789 --> 00:01:35.799 align:start position:0%
listen to me my name is Ed I'm a
 

00:01:35.799 --> 00:01:37.590 align:start position:0%
listen to me my name is Ed I'm a
freelance<00:01:36.280><c> Shopify</c><00:01:36.759><c> developer</c><00:01:37.360><c> if</c><00:01:37.439><c> you're</c>

00:01:37.590 --> 00:01:37.600 align:start position:0%
freelance Shopify developer if you're
 

00:01:37.600 --> 00:01:39.469 align:start position:0%
freelance Shopify developer if you're
interested<00:01:38.079><c> in</c><00:01:38.240><c> more</c><00:01:38.560><c> tutorials</c><00:01:39.159><c> and</c>

00:01:39.469 --> 00:01:39.479 align:start position:0%
interested in more tutorials and
 

00:01:39.479 --> 00:01:42.190 align:start position:0%
interested in more tutorials and
resources<00:01:40.240><c> to</c><00:01:40.680><c> enhance</c><00:01:41.119><c> your</c><00:01:41.280><c> Shopify</c><00:01:41.799><c> store</c>

00:01:42.190 --> 00:01:42.200 align:start position:0%
resources to enhance your Shopify store
 

00:01:42.200 --> 00:01:44.749 align:start position:0%
resources to enhance your Shopify store
then<00:01:42.360><c> check</c><00:01:42.520><c> out</c><00:01:42.680><c> my</c><00:01:42.840><c> website</c><00:01:43.399><c> at</c><00:01:43.640><c> ed.</c><00:01:44.159><c> codes</c>

00:01:44.749 --> 00:01:44.759 align:start position:0%
then check out my website at ed. codes
 

00:01:44.759 --> 00:01:46.149 align:start position:0%
then check out my website at ed. codes
let's<00:01:44.960><c> get</c><00:01:45.040><c> on</c><00:01:45.200><c> with</c><00:01:45.320><c> the</c><00:01:45.439><c> video</c><00:01:45.880><c> now</c><00:01:46.000><c> if</c><00:01:46.040><c> you</c>

00:01:46.149 --> 00:01:46.159 align:start position:0%
let's get on with the video now if you
 

00:01:46.159 --> 00:01:47.709 align:start position:0%
let's get on with the video now if you
want<00:01:46.240><c> to</c><00:01:46.399><c> add</c><00:01:46.680><c> structured</c><00:01:47.200><c> data</c><00:01:47.439><c> to</c><00:01:47.560><c> your</c>

00:01:47.709 --> 00:01:47.719 align:start position:0%
want to add structured data to your
 

00:01:47.719 --> 00:01:49.630 align:start position:0%
want to add structured data to your
Shopify<00:01:48.280><c> store</c><00:01:48.960><c> there</c><00:01:49.040><c> are</c><00:01:49.240><c> different</c><00:01:49.479><c> ways</c>

00:01:49.630 --> 00:01:49.640 align:start position:0%
Shopify store there are different ways
 

00:01:49.640 --> 00:01:51.749 align:start position:0%
Shopify store there are different ways
of<00:01:49.799><c> doing</c><00:01:50.040><c> it</c><00:01:50.399><c> you</c><00:01:50.520><c> can</c><00:01:50.759><c> manually</c><00:01:51.360><c> paste</c><00:01:51.640><c> the</c>

00:01:51.749 --> 00:01:51.759 align:start position:0%
of doing it you can manually paste the
 

00:01:51.759 --> 00:01:53.870 align:start position:0%
of doing it you can manually paste the
code<00:01:52.040><c> in</c><00:01:52.560><c> and</c><00:01:52.840><c> tweak</c><00:01:53.119><c> it</c><00:01:53.280><c> a</c><00:01:53.399><c> little</c><00:01:53.560><c> bit</c>

00:01:53.870 --> 00:01:53.880 align:start position:0%
code in and tweak it a little bit
 

00:01:53.880 --> 00:01:56.190 align:start position:0%
code in and tweak it a little bit
yourself<00:01:54.399><c> or</c><00:01:54.520><c> you</c><00:01:54.640><c> can</c><00:01:54.759><c> use</c><00:01:54.960><c> an</c><00:01:55.280><c> app</c><00:01:55.799><c> which</c><00:01:55.960><c> is</c>

00:01:56.190 --> 00:01:56.200 align:start position:0%
yourself or you can use an app which is
 

00:01:56.200 --> 00:01:57.990 align:start position:0%
yourself or you can use an app which is
going<00:01:56.320><c> to</c><00:01:56.479><c> be</c><00:01:56.600><c> a</c><00:01:56.680><c> bit</c><00:01:56.880><c> easier</c><00:01:57.520><c> but</c><00:01:57.680><c> before</c><00:01:57.880><c> I</c>

00:01:57.990 --> 00:01:58.000 align:start position:0%
going to be a bit easier but before I
 

00:01:58.000 --> 00:02:00.270 align:start position:0%
going to be a bit easier but before I
get<00:01:58.159><c> into</c><00:01:58.439><c> that</c><00:01:58.759><c> I</c><00:01:58.880><c> need</c><00:01:59.039><c> to</c><00:01:59.200><c> show</c><00:01:59.439><c> you</c><00:02:00.000><c> the</c>

00:02:00.270 --> 00:02:00.280 align:start position:0%
get into that I need to show you the
 

00:02:00.280 --> 00:02:02.069 align:start position:0%
get into that I need to show you the
official<00:02:00.799><c> Google</c><00:02:01.200><c> documentation</c><00:02:01.840><c> for</c>

00:02:02.069 --> 00:02:02.079 align:start position:0%
official Google documentation for
 

00:02:02.079 --> 00:02:04.670 align:start position:0%
official Google documentation for
structured<00:02:02.600><c> data</c><00:02:03.280><c> this</c><00:02:03.640><c> in</c><00:02:03.759><c> the</c><00:02:03.920><c> sidebar</c><00:02:04.439><c> here</c>

00:02:04.670 --> 00:02:04.680 align:start position:0%
structured data this in the sidebar here
 

00:02:04.680 --> 00:02:06.870 align:start position:0%
structured data this in the sidebar here
is<00:02:04.960><c> all</c><00:02:05.159><c> the</c><00:02:05.320><c> different</c><00:02:05.680><c> types</c><00:02:06.119><c> of</c><00:02:06.360><c> structured</c>

00:02:06.870 --> 00:02:06.880 align:start position:0%
is all the different types of structured
 

00:02:06.880 --> 00:02:09.109 align:start position:0%
is all the different types of structured
data<00:02:07.320><c> that</c><00:02:07.439><c> you</c><00:02:07.560><c> could</c><00:02:07.840><c> possibly</c><00:02:08.319><c> get</c><00:02:08.640><c> on</c><00:02:08.879><c> your</c>

00:02:09.109 --> 00:02:09.119 align:start position:0%
data that you could possibly get on your
 

00:02:09.119 --> 00:02:11.510 align:start position:0%
data that you could possibly get on your
website<00:02:10.039><c> and</c><00:02:10.360><c> not</c><00:02:10.599><c> all</c><00:02:10.759><c> of</c><00:02:10.920><c> them</c><00:02:11.200><c> actually</c>

00:02:11.510 --> 00:02:11.520 align:start position:0%
website and not all of them actually
 

00:02:11.520 --> 00:02:14.509 align:start position:0%
website and not all of them actually
most<00:02:11.760><c> of</c><00:02:11.920><c> them</c><00:02:12.120><c> do</c><00:02:12.319><c> not</c><00:02:12.560><c> apply</c><00:02:13.080><c> to</c><00:02:13.519><c> Shopify</c>

00:02:14.509 --> 00:02:14.519 align:start position:0%
most of them do not apply to Shopify
 

00:02:14.519 --> 00:02:15.869 align:start position:0%
most of them do not apply to Shopify
okay<00:02:14.760><c> the</c><00:02:14.879><c> ones</c><00:02:15.080><c> that</c><00:02:15.200><c> you</c><00:02:15.319><c> really</c><00:02:15.480><c> need</c><00:02:15.640><c> to</c>

00:02:15.869 --> 00:02:15.879 align:start position:0%
okay the ones that you really need to
 

00:02:15.879 --> 00:02:19.630 align:start position:0%
okay the ones that you really need to
pay<00:02:16.040><c> attention</c><00:02:16.400><c> to</c><00:02:16.959><c> are</c><00:02:17.480><c> article</c><00:02:18.480><c> maybe</c>

00:02:19.630 --> 00:02:19.640 align:start position:0%
pay attention to are article maybe
 

00:02:19.640 --> 00:02:23.030 align:start position:0%
pay attention to are article maybe
breadcrumb<00:02:20.640><c> FAQ</c><00:02:21.480><c> if</c><00:02:21.599><c> you're</c><00:02:21.760><c> doing</c><00:02:22.000><c> FAQ</c><00:02:22.560><c> type</c>

00:02:23.030 --> 00:02:23.040 align:start position:0%
breadcrumb FAQ if you're doing FAQ type
 

00:02:23.040 --> 00:02:25.790 align:start position:0%
breadcrumb FAQ if you're doing FAQ type
blog<00:02:23.360><c> posts</c><00:02:24.160><c> you</c><00:02:24.319><c> might</c><00:02:24.480><c> want</c><00:02:24.800><c> local</c><00:02:25.160><c> business</c>

00:02:25.790 --> 00:02:25.800 align:start position:0%
blog posts you might want local business
 

00:02:25.800 --> 00:02:28.030 align:start position:0%
blog posts you might want local business
especially<00:02:26.280><c> if</c><00:02:26.400><c> you</c><00:02:26.560><c> have</c><00:02:26.720><c> a</c><00:02:26.920><c> physical</c><00:02:27.400><c> store</c>

00:02:28.030 --> 00:02:28.040 align:start position:0%
especially if you have a physical store
 

00:02:28.040 --> 00:02:30.550 align:start position:0%
especially if you have a physical store
as<00:02:28.200><c> well</c><00:02:28.400><c> as</c><00:02:28.680><c> an</c><00:02:28.840><c> e-commerce</c><00:02:29.400><c> store</c><00:02:30.000><c> and</c><00:02:30.160><c> then</c>

00:02:30.550 --> 00:02:30.560 align:start position:0%
as well as an e-commerce store and then
 

00:02:30.560 --> 00:02:32.589 align:start position:0%
as well as an e-commerce store and then
product<00:02:31.080><c> of</c><00:02:31.239><c> course</c><00:02:31.480><c> is</c><00:02:31.720><c> the</c><00:02:31.879><c> main</c><00:02:32.120><c> one</c><00:02:32.480><c> that</c>

00:02:32.589 --> 00:02:32.599 align:start position:0%
product of course is the main one that
 

00:02:32.599 --> 00:02:35.750 align:start position:0%
product of course is the main one that
we're<00:02:32.800><c> going</c><00:02:33.160><c> for</c><00:02:34.160><c> maybe</c><00:02:34.560><c> recipe</c><00:02:35.360><c> definitely</c>

00:02:35.750 --> 00:02:35.760 align:start position:0%
we're going for maybe recipe definitely
 

00:02:35.760 --> 00:02:38.949 align:start position:0%
we're going for maybe recipe definitely
review<00:02:36.160><c> snippet</c><00:02:37.080><c> and</c><00:02:37.280><c> maybe</c><00:02:37.760><c> video</c><00:02:38.760><c> that's</c>

00:02:38.949 --> 00:02:38.959 align:start position:0%
review snippet and maybe video that's
 

00:02:38.959 --> 00:02:41.270 align:start position:0%
review snippet and maybe video that's
about<00:02:39.200><c> it</c><00:02:39.800><c> that's</c><00:02:39.959><c> all</c><00:02:40.120><c> you're</c><00:02:40.280><c> looking</c><00:02:40.560><c> for</c>

00:02:41.270 --> 00:02:41.280 align:start position:0%
about it that's all you're looking for
 

00:02:41.280 --> 00:02:43.550 align:start position:0%
about it that's all you're looking for
on<00:02:41.440><c> an</c><00:02:41.640><c> e-commerce</c><00:02:42.239><c> store</c><00:02:43.120><c> oh</c><00:02:43.239><c> and</c><00:02:43.360><c> there's</c>

00:02:43.550 --> 00:02:43.560 align:start position:0%
on an e-commerce store oh and there's
 

00:02:43.560 --> 00:02:45.630 align:start position:0%
on an e-commerce store oh and there's
also<00:02:43.959><c> organization</c><00:02:44.879><c> I</c><00:02:44.959><c> think</c><00:02:45.120><c> I</c><00:02:45.239><c> missed</c><00:02:45.519><c> that</c>

00:02:45.630 --> 00:02:45.640 align:start position:0%
also organization I think I missed that
 

00:02:45.640 --> 00:02:47.630 align:start position:0%
also organization I think I missed that
one<00:02:46.080><c> now</c><00:02:46.200><c> I'm</c><00:02:46.400><c> here</c><00:02:46.599><c> on</c><00:02:46.800><c> the</c><00:02:47.080><c> product</c>

00:02:47.630 --> 00:02:47.640 align:start position:0%
one now I'm here on the product
 

00:02:47.640 --> 00:02:50.430 align:start position:0%
one now I'm here on the product
structure<00:02:48.200><c> Data</c><00:02:48.720><c> Page</c><00:02:49.360><c> and</c><00:02:49.760><c> first</c><00:02:49.959><c> of</c><00:02:50.120><c> all</c>

00:02:50.430 --> 00:02:50.440 align:start position:0%
structure Data Page and first of all
 

00:02:50.440 --> 00:02:53.949 align:start position:0%
structure Data Page and first of all
what<00:02:50.560><c> we</c><00:02:50.680><c> see</c><00:02:51.080><c> here</c><00:02:51.560><c> is</c><00:02:51.879><c> some</c><00:02:52.159><c> examples</c><00:02:52.840><c> of</c><00:02:53.440><c> how</c>

00:02:53.949 --> 00:02:53.959 align:start position:0%
what we see here is some examples of how
 

00:02:53.959 --> 00:02:56.030 align:start position:0%
what we see here is some examples of how
this<00:02:54.159><c> product</c><00:02:54.480><c> snippet</c><00:02:55.080><c> could</c><00:02:55.519><c> appear</c><00:02:55.879><c> in</c>

00:02:56.030 --> 00:02:56.040 align:start position:0%
this product snippet could appear in
 

00:02:56.040 --> 00:02:58.670 align:start position:0%
this product snippet could appear in
Google<00:02:56.280><c> search</c><00:02:56.640><c> results</c><00:02:57.599><c> so</c><00:02:57.840><c> this</c><00:02:58.080><c> is</c><00:02:58.480><c> what</c><00:02:58.599><c> I</c>

00:02:58.670 --> 00:02:58.680 align:start position:0%
Google search results so this is what I
 

00:02:58.680 --> 00:03:00.070 align:start position:0%
Google search results so this is what I
showed<00:02:58.959><c> you</c><00:02:59.120><c> earlier</c><00:02:59.599><c> here</c><00:02:59.760><c> here</c><00:02:59.840><c> are</c><00:02:59.959><c> some</c>

00:03:00.070 --> 00:03:00.080 align:start position:0%
showed you earlier here here are some
 

00:03:00.080 --> 00:03:02.710 align:start position:0%
showed you earlier here here are some
more<00:03:00.319><c> examples</c><00:03:00.879><c> of</c><00:03:01.040><c> how</c><00:03:01.200><c> it</c><00:03:01.319><c> could</c><00:03:01.599><c> appear</c><00:03:02.599><c> but</c>

00:03:02.710 --> 00:03:02.720 align:start position:0%
more examples of how it could appear but
 

00:03:02.720 --> 00:03:04.430 align:start position:0%
more examples of how it could appear but
the<00:03:02.840><c> one</c><00:03:03.000><c> thing</c><00:03:03.159><c> to</c><00:03:03.360><c> keep</c><00:03:03.519><c> in</c><00:03:03.680><c> mind</c><00:03:04.000><c> is</c><00:03:04.200><c> that</c>

00:03:04.430 --> 00:03:04.440 align:start position:0%
the one thing to keep in mind is that
 

00:03:04.440 --> 00:03:07.509 align:start position:0%
the one thing to keep in mind is that
there<00:03:04.560><c> is</c><00:03:04.760><c> no</c><00:03:05.360><c> guarantee</c><00:03:06.360><c> of</c><00:03:06.599><c> any</c><00:03:06.760><c> of</c><00:03:07.000><c> this</c>

00:03:07.509 --> 00:03:07.519 align:start position:0%
there is no guarantee of any of this
 

00:03:07.519 --> 00:03:09.190 align:start position:0%
there is no guarantee of any of this
that's<00:03:07.720><c> what</c><00:03:07.840><c> it</c><00:03:07.920><c> says</c><00:03:08.120><c> here</c><00:03:08.280><c> eligible</c><00:03:08.799><c> pages</c>

00:03:09.190 --> 00:03:09.200 align:start position:0%
that's what it says here eligible pages
 

00:03:09.200 --> 00:03:11.430 align:start position:0%
that's what it says here eligible pages
are<00:03:09.440><c> not</c><00:03:09.680><c> guaranteed</c><00:03:10.319><c> to</c><00:03:10.560><c> receive</c><00:03:11.040><c> these</c>

00:03:11.430 --> 00:03:11.440 align:start position:0%
are not guaranteed to receive these
 

00:03:11.440 --> 00:03:14.309 align:start position:0%
are not guaranteed to receive these
treatments<00:03:12.440><c> so</c><00:03:13.159><c> you</c><00:03:13.280><c> can</c><00:03:13.680><c> add</c><00:03:13.959><c> all</c><00:03:14.159><c> the</c>

00:03:14.309 --> 00:03:14.319 align:start position:0%
treatments so you can add all the
 

00:03:14.319 --> 00:03:15.869 align:start position:0%
treatments so you can add all the
correct<00:03:14.640><c> code</c><00:03:14.879><c> to</c><00:03:15.040><c> your</c><00:03:15.200><c> store</c><00:03:15.640><c> but</c>

00:03:15.869 --> 00:03:15.879 align:start position:0%
correct code to your store but
 

00:03:15.879 --> 00:03:17.390 align:start position:0%
correct code to your store but
ultimately<00:03:16.480><c> it's</c><00:03:16.599><c> up</c><00:03:16.760><c> to</c><00:03:16.879><c> the</c><00:03:17.040><c> Google</c>

00:03:17.390 --> 00:03:17.400 align:start position:0%
ultimately it's up to the Google
 

00:03:17.400 --> 00:03:20.149 align:start position:0%
ultimately it's up to the Google
algorithm<00:03:18.360><c> whether</c><00:03:18.560><c> it's</c><00:03:18.760><c> going</c><00:03:18.959><c> to</c><00:03:19.280><c> actually</c>

00:03:20.149 --> 00:03:20.159 align:start position:0%
algorithm whether it's going to actually
 

00:03:20.159 --> 00:03:22.949 align:start position:0%
algorithm whether it's going to actually
display<00:03:20.799><c> these</c><00:03:21.000><c> rich</c><00:03:21.280><c> Snippets</c><00:03:21.799><c> for</c><00:03:22.000><c> you</c><00:03:22.680><c> or</c>

00:03:22.949 --> 00:03:22.959 align:start position:0%
display these rich Snippets for you or
 

00:03:22.959 --> 00:03:26.190 align:start position:0%
display these rich Snippets for you or
not<00:03:23.840><c> you</c><00:03:24.000><c> can't</c><00:03:24.239><c> really</c><00:03:24.519><c> control</c><00:03:25.040><c> that</c><00:03:26.000><c> all</c>

00:03:26.190 --> 00:03:26.200 align:start position:0%
not you can't really control that all
 

00:03:26.200 --> 00:03:29.710 align:start position:0%
not you can't really control that all
you<00:03:26.360><c> can</c><00:03:26.560><c> do</c><00:03:27.159><c> is</c><00:03:27.879><c> add</c><00:03:28.239><c> the</c><00:03:28.760><c> correct</c><00:03:29.319><c> struct</c>

00:03:29.710 --> 00:03:29.720 align:start position:0%
you can do is add the correct struct
 

00:03:29.720 --> 00:03:32.589 align:start position:0%
you can do is add the correct struct
ruct<00:03:30.120><c> data</c><00:03:30.840><c> and</c><00:03:30.959><c> then</c><00:03:31.159><c> hope</c><00:03:31.319><c> for</c><00:03:31.519><c> the</c><00:03:31.680><c> best</c>

00:03:32.589 --> 00:03:32.599 align:start position:0%
ruct data and then hope for the best
 

00:03:32.599 --> 00:03:34.229 align:start position:0%
ruct data and then hope for the best
luckily<00:03:33.120><c> Google</c><00:03:33.360><c> is</c><00:03:33.519><c> pretty</c><00:03:33.720><c> clear</c><00:03:34.000><c> about</c>

00:03:34.229 --> 00:03:34.239 align:start position:0%
luckily Google is pretty clear about
 

00:03:34.239 --> 00:03:36.589 align:start position:0%
luckily Google is pretty clear about
what<00:03:34.439><c> that</c><00:03:34.640><c> code</c><00:03:35.120><c> should</c><00:03:35.400><c> look</c><00:03:35.640><c> like</c><00:03:36.239><c> and</c><00:03:36.400><c> each</c>

00:03:36.589 --> 00:03:36.599 align:start position:0%
what that code should look like and each
 

00:03:36.599 --> 00:03:38.589 align:start position:0%
what that code should look like and each
one<00:03:36.720><c> of</c><00:03:36.879><c> these</c><00:03:37.080><c> structured</c><00:03:37.519><c> data</c><00:03:37.920><c> types</c><00:03:38.319><c> will</c>

00:03:38.589 --> 00:03:38.599 align:start position:0%
one of these structured data types will
 

00:03:38.599 --> 00:03:41.550 align:start position:0%
one of these structured data types will
have<00:03:38.959><c> plenty</c><00:03:39.439><c> of</c><00:03:39.760><c> code</c><00:03:40.200><c> examples</c><00:03:41.200><c> and</c><00:03:41.360><c> now</c><00:03:41.480><c> I</c>

00:03:41.550 --> 00:03:41.560 align:start position:0%
have plenty of code examples and now I
 

00:03:41.560 --> 00:03:44.750 align:start position:0%
have plenty of code examples and now I
should<00:03:41.799><c> probably</c><00:03:42.120><c> explain</c><00:03:42.760><c> what</c><00:03:43.120><c> Json</c><00:03:43.640><c> LD</c><00:03:44.360><c> is</c>

00:03:44.750 --> 00:03:44.760 align:start position:0%
should probably explain what Json LD is
 

00:03:44.760 --> 00:03:46.509 align:start position:0%
should probably explain what Json LD is
I<00:03:44.840><c> know</c><00:03:45.000><c> you</c><00:03:45.159><c> might</c><00:03:45.360><c> have</c><00:03:45.480><c> heard</c><00:03:45.799><c> this</c><00:03:45.959><c> term</c>

00:03:46.509 --> 00:03:46.519 align:start position:0%
I know you might have heard this term
 

00:03:46.519 --> 00:03:49.509 align:start position:0%
I know you might have heard this term
Json<00:03:46.879><c> LD</c><00:03:47.400><c> is</c><00:03:47.599><c> simply</c><00:03:48.120><c> the</c><00:03:48.360><c> language</c><00:03:49.120><c> that</c>

00:03:49.509 --> 00:03:49.519 align:start position:0%
Json LD is simply the language that
 

00:03:49.519 --> 00:03:51.949 align:start position:0%
Json LD is simply the language that
structured<00:03:50.080><c> data</c><00:03:50.519><c> is</c><00:03:50.680><c> written</c><00:03:51.040><c> in</c><00:03:51.599><c> it's</c><00:03:51.760><c> not</c>

00:03:51.949 --> 00:03:51.959 align:start position:0%
structured data is written in it's not
 

00:03:51.959 --> 00:03:53.869 align:start position:0%
structured data is written in it's not
really<00:03:52.200><c> a</c><00:03:52.360><c> programming</c><00:03:52.920><c> language</c><00:03:53.519><c> so</c><00:03:53.720><c> it's</c>

00:03:53.869 --> 00:03:53.879 align:start position:0%
really a programming language so it's
 

00:03:53.879 --> 00:03:56.190 align:start position:0%
really a programming language so it's
kind<00:03:54.000><c> of</c><00:03:54.120><c> like</c><00:03:54.439><c> a</c><00:03:54.599><c> spreadsheet</c><00:03:55.200><c> it's</c><00:03:55.319><c> a</c><00:03:55.480><c> way</c><00:03:55.720><c> to</c>

00:03:56.190 --> 00:03:56.200 align:start position:0%
kind of like a spreadsheet it's a way to
 

00:03:56.200 --> 00:03:58.789 align:start position:0%
kind of like a spreadsheet it's a way to
store<00:03:56.799><c> data</c><00:03:57.200><c> so</c><00:03:57.360><c> we</c><00:03:57.480><c> have</c><00:03:57.640><c> the</c><00:03:57.840><c> name</c><00:03:58.400><c> of</c><00:03:58.560><c> the</c>

00:03:58.789 --> 00:03:58.799 align:start position:0%
store data so we have the name of the
 

00:03:58.799 --> 00:04:01.589 align:start position:0%
store data so we have the name of the
product<00:03:59.280><c> the</c><00:03:59.680><c> description</c><00:04:00.519><c> and</c><00:04:01.200><c> here</c><00:04:01.400><c> they've</c>

00:04:01.589 --> 00:04:01.599 align:start position:0%
product the description and here they've
 

00:04:01.599 --> 00:04:04.509 align:start position:0%
product the description and here they've
just<00:04:01.720><c> got</c><00:04:01.879><c> it</c><00:04:02.079><c> as</c><00:04:02.280><c> plain</c><00:04:02.720><c> text</c><00:04:03.720><c> but</c><00:04:04.120><c> you</c><00:04:04.280><c> can't</c>

00:04:04.509 --> 00:04:04.519 align:start position:0%
just got it as plain text but you can't
 

00:04:04.519 --> 00:04:06.910 align:start position:0%
just got it as plain text but you can't
do<00:04:04.799><c> this</c><00:04:05.280><c> of</c><00:04:05.480><c> course</c><00:04:05.959><c> in</c><00:04:06.120><c> Shopify</c><00:04:06.680><c> you</c><00:04:06.760><c> want</c>

00:04:06.910 --> 00:04:06.920 align:start position:0%
do this of course in Shopify you want
 

00:04:06.920 --> 00:04:08.830 align:start position:0%
do this of course in Shopify you want
this<00:04:07.040><c> to</c><00:04:07.159><c> be</c><00:04:07.360><c> dynamic</c><00:04:08.000><c> so</c><00:04:08.200><c> you</c><00:04:08.280><c> would</c><00:04:08.480><c> be</c>

00:04:08.830 --> 00:04:08.840 align:start position:0%
this to be dynamic so you would be
 

00:04:08.840 --> 00:04:12.069 align:start position:0%
this to be dynamic so you would be
replacing<00:04:09.360><c> it</c><00:04:10.120><c> with</c><00:04:10.560><c> shopify's</c><00:04:11.200><c> double</c><00:04:11.439><c> curly</c>

00:04:12.069 --> 00:04:12.079 align:start position:0%
replacing it with shopify's double curly
 

00:04:12.079 --> 00:04:16.710 align:start position:0%
replacing it with shopify's double curly
braces<00:04:13.079><c> and</c><00:04:13.840><c> product.</c><00:04:14.840><c> Tile</c><00:04:15.360><c> For</c><00:04:15.640><c> example</c><00:04:16.519><c> and</c>

00:04:16.710 --> 00:04:16.720 align:start position:0%
braces and product. Tile For example and
 

00:04:16.720 --> 00:04:19.469 align:start position:0%
braces and product. Tile For example and
this<00:04:16.880><c> one</c><00:04:17.160><c> would</c><00:04:17.320><c> be</c><00:04:17.720><c> product.</c><00:04:18.720><c> description</c>

00:04:19.469 --> 00:04:19.479 align:start position:0%
this one would be product. description
 

00:04:19.479 --> 00:04:21.310 align:start position:0%
this one would be product. description
so<00:04:19.639><c> I</c><00:04:19.759><c> hope</c><00:04:19.919><c> you</c><00:04:20.320><c> understand</c><00:04:20.479><c> what</c><00:04:20.600><c> I</c><00:04:20.720><c> mean</c>

00:04:21.310 --> 00:04:21.320 align:start position:0%
so I hope you understand what I mean
 

00:04:21.320 --> 00:04:25.350 align:start position:0%
so I hope you understand what I mean
where<00:04:21.880><c> you</c><00:04:22.160><c> have</c><00:04:22.320><c> to</c><00:04:22.960><c> slightly</c><00:04:23.759><c> modify</c><00:04:24.720><c> these</c>

00:04:25.350 --> 00:04:25.360 align:start position:0%
where you have to slightly modify these
 

00:04:25.360 --> 00:04:28.710 align:start position:0%
where you have to slightly modify these
Json<00:04:25.840><c> LD</c><00:04:26.520><c> examples</c><00:04:27.320><c> from</c><00:04:27.600><c> Google</c><00:04:28.240><c> to</c><00:04:28.400><c> make</c><00:04:28.560><c> it</c>

00:04:28.710 --> 00:04:28.720 align:start position:0%
Json LD examples from Google to make it
 

00:04:28.720 --> 00:04:32.270 align:start position:0%
Json LD examples from Google to make it
work<00:04:29.000><c> for</c><00:04:29.199><c> your</c><00:04:30.080><c> so</c><00:04:30.280><c> that's</c><00:04:30.479><c> Json</c><00:04:30.919><c> LD</c><00:04:31.800><c> now</c><00:04:32.039><c> one</c>

00:04:32.270 --> 00:04:32.280 align:start position:0%
work for your so that's Json LD now one
 

00:04:32.280 --> 00:04:34.350 align:start position:0%
work for your so that's Json LD now one
other<00:04:32.520><c> thing</c><00:04:32.680><c> that</c><00:04:32.800><c> you</c><00:04:32.960><c> might</c><00:04:33.240><c> have</c><00:04:33.680><c> heard</c><00:04:34.120><c> it</c>

00:04:34.350 --> 00:04:34.360 align:start position:0%
other thing that you might have heard it
 

00:04:34.360 --> 00:04:37.990 align:start position:0%
other thing that you might have heard it
often<00:04:34.639><c> being</c><00:04:35.000><c> called</c><00:04:35.560><c> is</c><00:04:36.240><c> schema</c><00:04:37.240><c> um</c><00:04:37.600><c> schema</c>

00:04:37.990 --> 00:04:38.000 align:start position:0%
often being called is schema um schema
 

00:04:38.000 --> 00:04:39.830 align:start position:0%
often being called is schema um schema
basically<00:04:38.360><c> just</c><00:04:38.479><c> means</c><00:04:38.840><c> blueprint</c><00:04:39.600><c> doesn't</c>

00:04:39.830 --> 00:04:39.840 align:start position:0%
basically just means blueprint doesn't
 

00:04:39.840 --> 00:04:42.990 align:start position:0%
basically just means blueprint doesn't
it<00:04:40.600><c> um</c><00:04:40.840><c> but</c><00:04:41.000><c> there's</c><00:04:41.240><c> also</c><00:04:41.520><c> schema.org</c><00:04:42.440><c> which</c>

00:04:42.990 --> 00:04:43.000 align:start position:0%
it um but there's also schema.org which
 

00:04:43.000 --> 00:04:45.629 align:start position:0%
it um but there's also schema.org which
is<00:04:43.160><c> the</c><00:04:43.520><c> organization</c><00:04:44.520><c> that</c><00:04:44.720><c> standardizes</c>

00:04:45.629 --> 00:04:45.639 align:start position:0%
is the organization that standardizes
 

00:04:45.639 --> 00:04:48.350 align:start position:0%
is the organization that standardizes
structured<00:04:46.160><c> data</c><00:04:46.639><c> between</c><00:04:47.440><c> Google</c><00:04:47.759><c> and</c><00:04:47.960><c> Yahoo</c>

00:04:48.350 --> 00:04:48.360 align:start position:0%
structured data between Google and Yahoo
 

00:04:48.360 --> 00:04:50.350 align:start position:0%
structured data between Google and Yahoo
and<00:04:48.520><c> being</c><00:04:48.800><c> in</c><00:04:49.000><c> other</c><00:04:49.199><c> search</c><00:04:49.520><c> engines</c><00:04:50.080><c> so</c><00:04:50.240><c> in</c>

00:04:50.350 --> 00:04:50.360 align:start position:0%
and being in other search engines so in
 

00:04:50.360 --> 00:04:52.909 align:start position:0%
and being in other search engines so in
other<00:04:50.520><c> words</c><00:04:51.039><c> schema</c><00:04:51.639><c> structured</c><00:04:52.199><c> data</c><00:04:52.800><c> you</c>

00:04:52.909 --> 00:04:52.919 align:start position:0%
other words schema structured data you
 

00:04:52.919 --> 00:04:54.270 align:start position:0%
other words schema structured data you
know<00:04:53.280><c> a</c><00:04:53.360><c> lot</c><00:04:53.479><c> of</c><00:04:53.639><c> these</c><00:04:53.800><c> words</c><00:04:54.000><c> are</c>

00:04:54.270 --> 00:04:54.280 align:start position:0%
know a lot of these words are
 

00:04:54.280 --> 00:04:57.350 align:start position:0%
know a lot of these words are
interchangeable<00:04:55.280><c> so</c><00:04:55.800><c> if</c><00:04:55.960><c> I</c><00:04:56.080><c> say</c><00:04:56.400><c> FAQ</c><00:04:56.919><c> schema</c>

00:04:57.350 --> 00:04:57.360 align:start position:0%
interchangeable so if I say FAQ schema
 

00:04:57.360 --> 00:05:00.150 align:start position:0%
interchangeable so if I say FAQ schema
or<00:04:57.560><c> product</c><00:04:57.919><c> schema</c><00:04:58.720><c> I</c><00:04:58.840><c> really</c><00:04:59.080><c> just</c><00:04:59.240><c> mean</c>

00:05:00.150 --> 00:05:00.160 align:start position:0%
or product schema I really just mean
 

00:05:00.160 --> 00:05:02.110 align:start position:0%
or product schema I really just mean
the<00:05:00.280><c> structured</c><00:05:00.800><c> data</c><00:05:01.160><c> or</c><00:05:01.360><c> the</c><00:05:01.520><c> code</c><00:05:01.840><c> that</c><00:05:01.960><c> you</c>

00:05:02.110 --> 00:05:02.120 align:start position:0%
the structured data or the code that you
 

00:05:02.120 --> 00:05:04.110 align:start position:0%
the structured data or the code that you
need<00:05:02.320><c> to</c><00:05:02.560><c> add</c><00:05:02.880><c> to</c><00:05:03.039><c> your</c><00:05:03.199><c> store</c><00:05:03.680><c> okay</c><00:05:03.840><c> I</c><00:05:03.960><c> hope</c>

00:05:04.110 --> 00:05:04.120 align:start position:0%
need to add to your store okay I hope
 

00:05:04.120 --> 00:05:05.909 align:start position:0%
need to add to your store okay I hope
I'm<00:05:04.240><c> not</c><00:05:04.360><c> boring</c><00:05:04.759><c> you</c><00:05:04.880><c> to</c><00:05:05.080><c> death</c><00:05:05.360><c> but</c><00:05:05.520><c> now</c><00:05:05.759><c> you</c>

00:05:05.909 --> 00:05:05.919 align:start position:0%
I'm not boring you to death but now you
 

00:05:05.919 --> 00:05:08.510 align:start position:0%
I'm not boring you to death but now you
at<00:05:06.039><c> least</c><00:05:06.240><c> know</c><00:05:06.479><c> all</c><00:05:06.720><c> the</c><00:05:07.199><c> terminology</c><00:05:08.199><c> let's</c>

00:05:08.510 --> 00:05:08.520 align:start position:0%
at least know all the terminology let's
 

00:05:08.520 --> 00:05:11.310 align:start position:0%
at least know all the terminology let's
get<00:05:08.720><c> into</c><00:05:09.520><c> something</c><00:05:09.880><c> more</c><00:05:10.199><c> practical</c><00:05:11.160><c> what</c>

00:05:11.310 --> 00:05:11.320 align:start position:0%
get into something more practical what
 

00:05:11.320 --> 00:05:13.950 align:start position:0%
get into something more practical what
do<00:05:11.520><c> you</c><00:05:11.960><c> actually</c><00:05:12.280><c> need</c><00:05:12.560><c> to</c><00:05:12.759><c> do</c><00:05:13.440><c> on</c><00:05:13.639><c> your</c>

00:05:13.950 --> 00:05:13.960 align:start position:0%
do you actually need to do on your
 

00:05:13.960 --> 00:05:16.390 align:start position:0%
do you actually need to do on your
website<00:05:14.960><c> the</c><00:05:15.120><c> first</c><00:05:15.400><c> thing</c><00:05:15.680><c> the</c><00:05:15.840><c> first</c><00:05:16.039><c> bit</c><00:05:16.199><c> of</c>

00:05:16.390 --> 00:05:16.400 align:start position:0%
website the first thing the first bit of
 

00:05:16.400 --> 00:05:18.870 align:start position:0%
website the first thing the first bit of
good<00:05:16.600><c> news</c><00:05:17.000><c> I'd</c><00:05:17.199><c> like</c><00:05:17.360><c> to</c><00:05:17.520><c> tell</c><00:05:17.759><c> you</c><00:05:18.240><c> is</c><00:05:18.479><c> that</c>

00:05:18.870 --> 00:05:18.880 align:start position:0%
good news I'd like to tell you is that
 

00:05:18.880 --> 00:05:20.749 align:start position:0%
good news I'd like to tell you is that
it's<00:05:19.120><c> likely</c><00:05:19.639><c> you</c><00:05:19.800><c> don't</c><00:05:20.000><c> need</c><00:05:20.199><c> to</c><00:05:20.400><c> do</c>

00:05:20.749 --> 00:05:20.759 align:start position:0%
it's likely you don't need to do
 

00:05:20.759 --> 00:05:23.230 align:start position:0%
it's likely you don't need to do
anything<00:05:21.720><c> most</c><00:05:21.960><c> modern</c><00:05:22.319><c> themes</c><00:05:22.840><c> and</c><00:05:23.039><c> even</c>

00:05:23.230 --> 00:05:23.240 align:start position:0%
anything most modern themes and even
 

00:05:23.240 --> 00:05:25.909 align:start position:0%
anything most modern themes and even
free<00:05:23.680><c> themes</c><00:05:24.280><c> like</c><00:05:24.440><c> Dawn</c><00:05:24.880><c> for</c><00:05:25.080><c> example</c><00:05:25.680><c> will</c>

00:05:25.909 --> 00:05:25.919 align:start position:0%
free themes like Dawn for example will
 

00:05:25.919 --> 00:05:28.550 align:start position:0%
free themes like Dawn for example will
already<00:05:26.360><c> have</c><00:05:26.680><c> some</c><00:05:27.000><c> basic</c><00:05:27.440><c> structured</c><00:05:28.039><c> data</c>

00:05:28.550 --> 00:05:28.560 align:start position:0%
already have some basic structured data
 

00:05:28.560 --> 00:05:30.909 align:start position:0%
already have some basic structured data
in<00:05:28.840><c> place</c><00:05:29.560><c> let's</c><00:05:29.720><c> visit</c><00:05:29.919><c> a</c><00:05:30.080><c> product</c><00:05:30.479><c> page</c><00:05:30.759><c> on</c>

00:05:30.909 --> 00:05:30.919 align:start position:0%
in place let's visit a product page on
 

00:05:30.919 --> 00:05:33.270 align:start position:0%
in place let's visit a product page on
my<00:05:31.120><c> demo</c><00:05:31.440><c> store</c><00:05:31.919><c> here</c><00:05:32.720><c> and</c><00:05:32.880><c> I'm</c><00:05:33.000><c> going</c><00:05:33.080><c> to</c>

00:05:33.270 --> 00:05:33.280 align:start position:0%
my demo store here and I'm going to
 

00:05:33.280 --> 00:05:36.550 align:start position:0%
my demo store here and I'm going to
right<00:05:33.560><c> click</c><00:05:34.000><c> just</c><00:05:34.199><c> anywhere</c><00:05:34.759><c> click</c><00:05:35.560><c> inspect</c>

00:05:36.550 --> 00:05:36.560 align:start position:0%
right click just anywhere click inspect
 

00:05:36.560 --> 00:05:39.350 align:start position:0%
right click just anywhere click inspect
and<00:05:36.759><c> then</c><00:05:37.680><c> drag</c><00:05:38.000><c> this</c><00:05:38.160><c> out</c><00:05:38.319><c> a</c><00:05:38.440><c> little</c><00:05:38.840><c> click</c><00:05:39.120><c> in</c>

00:05:39.350 --> 00:05:39.360 align:start position:0%
and then drag this out a little click in
 

00:05:39.360 --> 00:05:42.270 align:start position:0%
and then drag this out a little click in
here<00:05:40.160><c> command</c><00:05:40.560><c> F</c><00:05:40.840><c> to</c><00:05:41.039><c> search</c><00:05:41.680><c> and</c><00:05:41.960><c> I</c><00:05:42.080><c> will</c>

00:05:42.270 --> 00:05:42.280 align:start position:0%
here command F to search and I will
 

00:05:42.280 --> 00:05:44.629 align:start position:0%
here command F to search and I will
search<00:05:42.600><c> LD</c><00:05:43.440><c> plus</c>

00:05:44.629 --> 00:05:44.639 align:start position:0%
search LD plus
 

00:05:44.639 --> 00:05:47.629 align:start position:0%
search LD plus
Json<00:05:45.639><c> and</c><00:05:45.840><c> we</c><00:05:45.919><c> can</c><00:05:46.080><c> see</c><00:05:46.319><c> that</c><00:05:46.520><c> we</c><00:05:46.680><c> already</c><00:05:47.039><c> have</c>

00:05:47.629 --> 00:05:47.639 align:start position:0%
Json and we can see that we already have
 

00:05:47.639 --> 00:05:51.670 align:start position:0%
Json and we can see that we already have
some<00:05:48.440><c> Json</c><00:05:48.960><c> blocks</c><00:05:49.520><c> three</c><00:05:49.759><c> of</c><00:05:49.919><c> them</c><00:05:50.919><c> in</c><00:05:51.360><c> my</c>

00:05:51.670 --> 00:05:51.680 align:start position:0%
some Json blocks three of them in my
 

00:05:51.680 --> 00:05:55.670 align:start position:0%
some Json blocks three of them in my
product<00:05:52.080><c> page</c><00:05:52.479><c> here</c><00:05:53.280><c> this</c><00:05:53.600><c> last</c><00:05:53.880><c> one</c><00:05:54.680><c> this</c><00:05:55.000><c> is</c>

00:05:55.670 --> 00:05:55.680 align:start position:0%
product page here this last one this is
 

00:05:55.680 --> 00:05:58.150 align:start position:0%
product page here this last one this is
default<00:05:56.360><c> in</c><00:05:56.600><c> Dawn</c><00:05:56.960><c> theme</c><00:05:57.639><c> this</c><00:05:57.759><c> is</c><00:05:57.880><c> the</c>

00:05:58.150 --> 00:05:58.160 align:start position:0%
default in Dawn theme this is the
 

00:05:58.160 --> 00:06:01.830 align:start position:0%
default in Dawn theme this is the
product<00:05:58.759><c> snippet</c><00:05:59.759><c> okay</c><00:06:00.479><c> so</c><00:06:00.960><c> that</c><00:06:01.199><c> first</c><00:06:01.560><c> typee</c>

00:06:01.830 --> 00:06:01.840 align:start position:0%
product snippet okay so that first typee
 

00:06:01.840 --> 00:06:04.309 align:start position:0%
product snippet okay so that first typee
that<00:06:01.960><c> I</c><00:06:02.080><c> told</c><00:06:02.280><c> you</c><00:06:02.479><c> about</c><00:06:02.720><c> earlier</c><00:06:03.600><c> is</c><00:06:03.919><c> already</c>

00:06:04.309 --> 00:06:04.319 align:start position:0%
that I told you about earlier is already
 

00:06:04.319 --> 00:06:06.790 align:start position:0%
that I told you about earlier is already
included<00:06:04.880><c> in</c><00:06:05.120><c> Dawn</c><00:06:05.880><c> Dawn</c><00:06:06.280><c> actually</c><00:06:06.560><c> also</c>

00:06:06.790 --> 00:06:06.800 align:start position:0%
included in Dawn Dawn actually also
 

00:06:06.800 --> 00:06:09.390 align:start position:0%
included in Dawn Dawn actually also
includes<00:06:07.319><c> the</c><00:06:07.680><c> article</c><00:06:08.319><c> snippet</c><00:06:08.880><c> as</c><00:06:09.000><c> well</c><00:06:09.199><c> for</c>

00:06:09.390 --> 00:06:09.400 align:start position:0%
includes the article snippet as well for
 

00:06:09.400 --> 00:06:11.550 align:start position:0%
includes the article snippet as well for
your<00:06:09.560><c> blog</c><00:06:09.880><c> posts</c><00:06:10.560><c> and</c><00:06:10.720><c> it</c><00:06:10.840><c> includes</c><00:06:11.319><c> the</c>

00:06:11.550 --> 00:06:11.560 align:start position:0%
your blog posts and it includes the
 

00:06:11.560 --> 00:06:13.909 align:start position:0%
your blog posts and it includes the
organization<00:06:12.319><c> snippet</c><00:06:12.759><c> for</c><00:06:12.919><c> your</c><00:06:13.120><c> homepage</c>

00:06:13.909 --> 00:06:13.919 align:start position:0%
organization snippet for your homepage
 

00:06:13.919 --> 00:06:16.830 align:start position:0%
organization snippet for your homepage
which<00:06:14.039><c> is</c><00:06:14.280><c> just</c><00:06:14.840><c> about</c><00:06:15.680><c> your</c><00:06:15.919><c> business</c><00:06:16.680><c> and</c>

00:06:16.830 --> 00:06:16.840 align:start position:0%
which is just about your business and
 

00:06:16.840 --> 00:06:18.749 align:start position:0%
which is just about your business and
those<00:06:16.960><c> are</c><00:06:17.160><c> the</c><00:06:17.319><c> basics</c><00:06:17.840><c> that's</c><00:06:18.080><c> pretty</c><00:06:18.360><c> good</c>

00:06:18.749 --> 00:06:18.759 align:start position:0%
those are the basics that's pretty good
 

00:06:18.759 --> 00:06:21.469 align:start position:0%
those are the basics that's pretty good
but<00:06:18.919><c> Dawn</c><00:06:19.199><c> is</c><00:06:19.280><c> a</c><00:06:19.440><c> relatively</c><00:06:19.919><c> modern</c><00:06:20.360><c> theme</c><00:06:21.319><c> if</c>

00:06:21.469 --> 00:06:21.479 align:start position:0%
but Dawn is a relatively modern theme if
 

00:06:21.479 --> 00:06:24.270 align:start position:0%
but Dawn is a relatively modern theme if
your<00:06:21.720><c> theme</c><00:06:22.280><c> is</c><00:06:22.720><c> a</c><00:06:22.840><c> bit</c><00:06:23.000><c> older</c><00:06:23.720><c> if</c><00:06:23.800><c> you</c><00:06:23.960><c> haven't</c>

00:06:24.270 --> 00:06:24.280 align:start position:0%
your theme is a bit older if you haven't
 

00:06:24.280 --> 00:06:26.510 align:start position:0%
your theme is a bit older if you haven't
updated<00:06:24.720><c> in</c><00:06:24.840><c> a</c><00:06:25.000><c> couple</c><00:06:25.199><c> of</c><00:06:25.360><c> years</c><00:06:25.960><c> then</c><00:06:26.280><c> it's</c>

00:06:26.510 --> 00:06:26.520 align:start position:0%
updated in a couple of years then it's
 

00:06:26.520 --> 00:06:28.270 align:start position:0%
updated in a couple of years then it's
possible<00:06:26.960><c> that</c><00:06:27.080><c> you</c><00:06:27.240><c> don't</c><00:06:27.520><c> have</c><00:06:27.720><c> structured</c>

00:06:28.270 --> 00:06:28.280 align:start position:0%
possible that you don't have structured
 

00:06:28.280 --> 00:06:30.390 align:start position:0%
possible that you don't have structured
data<00:06:29.000><c> also</c><00:06:29.240><c> if</c><00:06:29.440><c> if</c><00:06:29.479><c> you</c><00:06:29.599><c> got</c><00:06:29.720><c> your</c><00:06:29.840><c> theme</c><00:06:30.120><c> from</c>

00:06:30.390 --> 00:06:30.400 align:start position:0%
data also if if you got your theme from
 

00:06:30.400 --> 00:06:32.270 align:start position:0%
data also if if you got your theme from
a<00:06:30.599><c> third</c><00:06:30.919><c> party</c><00:06:31.240><c> and</c><00:06:31.400><c> not</c><00:06:31.560><c> from</c><00:06:31.720><c> the</c><00:06:31.919><c> official</c>

00:06:32.270 --> 00:06:32.280 align:start position:0%
a third party and not from the official
 

00:06:32.280 --> 00:06:34.150 align:start position:0%
a third party and not from the official
theme<00:06:32.599><c> store</c><00:06:33.000><c> then</c><00:06:33.160><c> I</c><00:06:33.240><c> think</c><00:06:33.479><c> maybe</c><00:06:33.720><c> it's</c><00:06:33.919><c> more</c>

00:06:34.150 --> 00:06:34.160 align:start position:0%
theme store then I think maybe it's more
 

00:06:34.160 --> 00:06:36.070 align:start position:0%
theme store then I think maybe it's more
likely<00:06:34.880><c> that</c><00:06:35.000><c> your</c><00:06:35.199><c> theme</c><00:06:35.560><c> does</c><00:06:35.720><c> not</c><00:06:35.919><c> have</c>

00:06:36.070 --> 00:06:36.080 align:start position:0%
likely that your theme does not have
 

00:06:36.080 --> 00:06:38.790 align:start position:0%
likely that your theme does not have
structured<00:06:36.560><c> data</c><00:06:37.479><c> either</c><00:06:37.759><c> way</c><00:06:38.240><c> you</c><00:06:38.400><c> need</c><00:06:38.560><c> to</c>

00:06:38.790 --> 00:06:38.800 align:start position:0%
structured data either way you need to
 

00:06:38.800 --> 00:06:41.270 align:start position:0%
structured data either way you need to
check<00:06:39.639><c> right</c><00:06:39.919><c> you</c><00:06:40.000><c> want</c><00:06:40.120><c> to</c><00:06:40.240><c> be</c><00:06:40.479><c> certain</c><00:06:41.160><c> that</c>

00:06:41.270 --> 00:06:41.280 align:start position:0%
check right you want to be certain that
 

00:06:41.280 --> 00:06:42.950 align:start position:0%
check right you want to be certain that
your<00:06:41.479><c> theme</c><00:06:41.800><c> has</c><00:06:42.000><c> structured</c><00:06:42.520><c> data</c><00:06:42.759><c> and</c><00:06:42.880><c> you</c>

00:06:42.950 --> 00:06:42.960 align:start position:0%
your theme has structured data and you
 

00:06:42.960 --> 00:06:44.909 align:start position:0%
your theme has structured data and you
want<00:06:43.039><c> to</c><00:06:43.160><c> be</c><00:06:43.240><c> able</c><00:06:43.400><c> to</c><00:06:43.599><c> test</c><00:06:43.919><c> it</c><00:06:44.400><c> and</c><00:06:44.520><c> see</c><00:06:44.759><c> that</c>

00:06:44.909 --> 00:06:44.919 align:start position:0%
want to be able to test it and see that
 

00:06:44.919 --> 00:06:47.270 align:start position:0%
want to be able to test it and see that
everything's<00:06:45.400><c> implemented</c><00:06:46.000><c> correctly</c><00:06:47.000><c> and</c>

00:06:47.270 --> 00:06:47.280 align:start position:0%
everything's implemented correctly and
 

00:06:47.280 --> 00:06:49.189 align:start position:0%
everything's implemented correctly and
for<00:06:47.520><c> that</c><00:06:47.759><c> luckily</c><00:06:48.319><c> there</c><00:06:48.400><c> is</c><00:06:48.560><c> a</c><00:06:48.680><c> tool</c><00:06:49.000><c> by</c>

00:06:49.189 --> 00:06:49.199 align:start position:0%
for that luckily there is a tool by
 

00:06:49.199 --> 00:06:52.150 align:start position:0%
for that luckily there is a tool by
Google<00:06:49.759><c> called</c><00:06:50.440><c> the</c><00:06:50.599><c> rich</c><00:06:51.000><c> results</c><00:06:51.720><c> testing</c>

00:06:52.150 --> 00:06:52.160 align:start position:0%
Google called the rich results testing
 

00:06:52.160 --> 00:06:54.550 align:start position:0%
Google called the rich results testing
tool<00:06:52.960><c> to</c><00:06:53.120><c> find</c><00:06:53.360><c> it</c><00:06:53.560><c> simply</c><00:06:53.800><c> Google</c><00:06:54.080><c> for</c><00:06:54.240><c> reach</c>

00:06:54.550 --> 00:06:54.560 align:start position:0%
tool to find it simply Google for reach
 

00:06:54.560 --> 00:06:56.309 align:start position:0%
tool to find it simply Google for reach
results<00:06:55.000><c> test</c><00:06:55.280><c> and</c><00:06:55.400><c> it'll</c><00:06:55.599><c> be</c><00:06:55.720><c> the</c><00:06:55.919><c> first</c>

00:06:56.309 --> 00:06:56.319 align:start position:0%
results test and it'll be the first
 

00:06:56.319 --> 00:06:57.950 align:start position:0%
results test and it'll be the first
result<00:06:56.840><c> here</c><00:06:57.160><c> and</c><00:06:57.280><c> this</c><00:06:57.360><c> is</c><00:06:57.479><c> what</c><00:06:57.599><c> it</c><00:06:57.720><c> looks</c>

00:06:57.950 --> 00:06:57.960 align:start position:0%
result here and this is what it looks
 

00:06:57.960 --> 00:07:00.990 align:start position:0%
result here and this is what it looks
like<00:06:58.560><c> using</c><00:06:58.879><c> it</c><00:06:59.080><c> is</c><00:06:59.599><c> very</c><00:06:59.840><c> simple</c><00:07:00.400><c> you</c><00:07:00.599><c> simply</c>

00:07:00.990 --> 00:07:01.000 align:start position:0%
like using it is very simple you simply
 

00:07:01.000 --> 00:07:04.670 align:start position:0%
like using it is very simple you simply
grab<00:07:01.680><c> a</c><00:07:02.160><c> URL</c><00:07:02.720><c> from</c><00:07:02.919><c> your</c><00:07:03.160><c> site</c><00:07:03.960><c> for</c><00:07:04.120><c> example</c><00:07:04.599><c> I</c>

00:07:04.670 --> 00:07:04.680 align:start position:0%
grab a URL from your site for example I
 

00:07:04.680 --> 00:07:06.790 align:start position:0%
grab a URL from your site for example I
want<00:07:04.800><c> to</c><00:07:04.960><c> test</c><00:07:05.280><c> my</c><00:07:05.599><c> product</c><00:07:06.000><c> page</c><00:07:06.520><c> and</c><00:07:06.720><c> I'm</c>

00:07:06.790 --> 00:07:06.800 align:start position:0%
want to test my product page and I'm
 

00:07:06.800 --> 00:07:08.629 align:start position:0%
want to test my product page and I'm
going<00:07:06.919><c> to</c><00:07:07.080><c> paste</c><00:07:07.360><c> it</c><00:07:07.639><c> in</c><00:07:07.879><c> here</c><00:07:08.280><c> and</c><00:07:08.479><c> you're</c>

00:07:08.629 --> 00:07:08.639 align:start position:0%
going to paste it in here and you're
 

00:07:08.639 --> 00:07:09.710 align:start position:0%
going to paste it in here and you're
going<00:07:08.720><c> to</c><00:07:08.840><c> get</c><00:07:08.960><c> a</c><00:07:09.080><c> result</c><00:07:09.360><c> that</c><00:07:09.479><c> looks</c>

00:07:09.710 --> 00:07:09.720 align:start position:0%
going to get a result that looks
 

00:07:09.720 --> 00:07:11.510 align:start position:0%
going to get a result that looks
something<00:07:10.039><c> like</c><00:07:10.240><c> this</c><00:07:10.560><c> it's</c><00:07:10.680><c> going</c><00:07:10.800><c> to</c><00:07:10.960><c> detect</c>

00:07:11.510 --> 00:07:11.520 align:start position:0%
something like this it's going to detect
 

00:07:11.520 --> 00:07:14.710 align:start position:0%
something like this it's going to detect
all<00:07:11.879><c> of</c><00:07:12.360><c> the</c><00:07:12.840><c> structured</c><00:07:13.400><c> data</c><00:07:13.840><c> on</c><00:07:14.000><c> the</c><00:07:14.199><c> page</c>

00:07:14.710 --> 00:07:14.720 align:start position:0%
all of the structured data on the page
 

00:07:14.720 --> 00:07:16.550 align:start position:0%
all of the structured data on the page
for<00:07:14.879><c> me</c><00:07:15.039><c> it's</c><00:07:15.160><c> five</c><00:07:15.560><c> valid</c><00:07:15.919><c> items</c><00:07:16.319><c> but</c><00:07:16.440><c> you</c>

00:07:16.550 --> 00:07:16.560 align:start position:0%
for me it's five valid items but you
 

00:07:16.560 --> 00:07:18.909 align:start position:0%
for me it's five valid items but you
might<00:07:16.800><c> have</c><00:07:17.120><c> invalid</c><00:07:17.720><c> items</c><00:07:18.319><c> if</c><00:07:18.680><c> some</c>

00:07:18.909 --> 00:07:18.919 align:start position:0%
might have invalid items if some
 

00:07:18.919 --> 00:07:21.350 align:start position:0%
might have invalid items if some
structured<00:07:19.360><c> data</c><00:07:19.720><c> is</c><00:07:19.960><c> not</c><00:07:20.240><c> properly</c><00:07:20.599><c> set</c><00:07:20.800><c> up</c>

00:07:21.350 --> 00:07:21.360 align:start position:0%
structured data is not properly set up
 

00:07:21.360 --> 00:07:23.510 align:start position:0%
structured data is not properly set up
and<00:07:21.560><c> here</c><00:07:21.680><c> I</c><00:07:21.879><c> have</c><00:07:22.319><c> the</c><00:07:22.599><c> product</c><00:07:22.919><c> Snippets</c>

00:07:23.510 --> 00:07:23.520 align:start position:0%
and here I have the product Snippets
 

00:07:23.520 --> 00:07:25.510 align:start position:0%
and here I have the product Snippets
because<00:07:23.720><c> it's</c><00:07:23.840><c> a</c><00:07:24.000><c> product</c><00:07:24.360><c> page</c><00:07:24.919><c> the</c><00:07:25.080><c> merchant</c>

00:07:25.510 --> 00:07:25.520 align:start position:0%
because it's a product page the merchant
 

00:07:25.520 --> 00:07:27.909 align:start position:0%
because it's a product page the merchant
listings<00:07:26.160><c> as</c><00:07:26.319><c> well</c><00:07:26.800><c> those</c><00:07:27.080><c> Merchant</c><00:07:27.479><c> listing</c>

00:07:27.909 --> 00:07:27.919 align:start position:0%
listings as well those Merchant listing
 

00:07:27.919 --> 00:07:29.830 align:start position:0%
listings as well those Merchant listing
experiences<00:07:28.599><c> I</c><00:07:28.720><c> mentioned</c>

00:07:29.830 --> 00:07:29.840 align:start position:0%
experiences I mentioned
 

00:07:29.840 --> 00:07:32.350 align:start position:0%
experiences I mentioned
local<00:07:30.199><c> business</c><00:07:30.560><c> and</c><00:07:30.960><c> organization</c><00:07:31.960><c> these</c>

00:07:32.350 --> 00:07:32.360 align:start position:0%
local business and organization these
 

00:07:32.360 --> 00:07:35.189 align:start position:0%
local business and organization these
are<00:07:32.960><c> actually</c><00:07:33.319><c> sitewide</c><00:07:34.240><c> so</c><00:07:34.560><c> no</c><00:07:34.720><c> matter</c><00:07:35.000><c> which</c>

00:07:35.189 --> 00:07:35.199 align:start position:0%
are actually sitewide so no matter which
 

00:07:35.199 --> 00:07:37.909 align:start position:0%
are actually sitewide so no matter which
page<00:07:35.479><c> I</c><00:07:35.599><c> test</c><00:07:35.919><c> on</c><00:07:36.120><c> my</c><00:07:36.680><c> website</c><00:07:37.520><c> I'm</c><00:07:37.680><c> always</c>

00:07:37.909 --> 00:07:37.919 align:start position:0%
page I test on my website I'm always
 

00:07:37.919 --> 00:07:40.390 align:start position:0%
page I test on my website I'm always
going<00:07:38.039><c> to</c><00:07:38.160><c> see</c><00:07:38.720><c> these</c><00:07:39.720><c> and</c><00:07:39.840><c> then</c><00:07:39.960><c> we</c><00:07:40.120><c> have</c>

00:07:40.390 --> 00:07:40.400 align:start position:0%
going to see these and then we have
 

00:07:40.400 --> 00:07:42.550 align:start position:0%
going to see these and then we have
review<00:07:40.720><c> Snippets</c><00:07:41.319><c> as</c><00:07:41.440><c> well</c><00:07:42.080><c> and</c><00:07:42.199><c> this</c><00:07:42.280><c> is</c><00:07:42.400><c> an</c>

00:07:42.550 --> 00:07:42.560 align:start position:0%
review Snippets as well and this is an
 

00:07:42.560 --> 00:07:44.790 align:start position:0%
review Snippets as well and this is an
interesting<00:07:42.960><c> one</c><00:07:43.280><c> because</c><00:07:43.720><c> this</c><00:07:43.879><c> one</c><00:07:44.400><c> comes</c>

00:07:44.790 --> 00:07:44.800 align:start position:0%
interesting one because this one comes
 

00:07:44.800 --> 00:07:47.589 align:start position:0%
interesting one because this one comes
from<00:07:45.159><c> a</c><00:07:45.440><c> reviews</c><00:07:46.159><c> app</c><00:07:46.599><c> so</c><00:07:46.960><c> you</c><00:07:47.080><c> need</c><00:07:47.280><c> to</c><00:07:47.440><c> be</c>

00:07:47.589 --> 00:07:47.599 align:start position:0%
from a reviews app so you need to be
 

00:07:47.599 --> 00:07:50.550 align:start position:0%
from a reviews app so you need to be
using<00:07:48.120><c> a</c><00:07:48.319><c> reviews</c><00:07:48.960><c> app</c><00:07:49.400><c> that</c><00:07:49.520><c> shows</c><00:07:50.000><c> stars</c>

00:07:50.550 --> 00:07:50.560 align:start position:0%
using a reviews app that shows stars
 

00:07:50.560 --> 00:07:53.670 align:start position:0%
using a reviews app that shows stars
like<00:07:50.800><c> this</c><00:07:51.120><c> on</c><00:07:51.280><c> your</c><00:07:51.520><c> page</c><00:07:51.919><c> and</c><00:07:52.240><c> has</c><00:07:52.879><c> like</c><00:07:53.120><c> this</c>

00:07:53.670 --> 00:07:53.680 align:start position:0%
like this on your page and has like this
 

00:07:53.680 --> 00:07:56.350 align:start position:0%
like this on your page and has like this
reviews<00:07:54.280><c> area</c><00:07:54.759><c> here</c><00:07:55.080><c> on</c><00:07:55.240><c> the</c><00:07:55.440><c> page</c><00:07:55.919><c> personally</c>

00:07:56.350 --> 00:07:56.360 align:start position:0%
reviews area here on the page personally
 

00:07:56.360 --> 00:07:58.189 align:start position:0%
reviews area here on the page personally
I'm<00:07:56.560><c> using</c><00:07:57.000><c> junip</c><00:07:57.479><c> I'll</c><00:07:57.599><c> put</c><00:07:57.720><c> the</c><00:07:57.800><c> link</c><00:07:57.960><c> in</c><00:07:58.039><c> the</c>

00:07:58.189 --> 00:07:58.199 align:start position:0%
I'm using junip I'll put the link in the
 

00:07:58.199 --> 00:07:59.869 align:start position:0%
I'm using junip I'll put the link in the
description<00:07:58.800><c> as</c><00:07:58.960><c> well</c><00:07:59.360><c> it</c><00:07:59.479><c> sets</c><00:07:59.720><c> up</c>

00:07:59.869 --> 00:07:59.879 align:start position:0%
description as well it sets up
 

00:07:59.879 --> 00:08:01.990 align:start position:0%
description as well it sets up
structured<00:08:00.319><c> data</c><00:08:00.599><c> correctly</c><00:08:01.400><c> and</c><00:08:01.759><c> it's</c><00:08:01.879><c> one</c>

00:08:01.990 --> 00:08:02.000 align:start position:0%
structured data correctly and it's one
 

00:08:02.000 --> 00:08:04.189 align:start position:0%
structured data correctly and it's one
of<00:08:02.120><c> the</c><00:08:02.240><c> most</c><00:08:02.479><c> highly</c><00:08:02.800><c> customizable</c><00:08:03.680><c> apps</c>

00:08:04.189 --> 00:08:04.199 align:start position:0%
of the most highly customizable apps
 

00:08:04.199 --> 00:08:06.270 align:start position:0%
of the most highly customizable apps
that<00:08:04.479><c> I've</c><00:08:04.840><c> seen</c><00:08:05.520><c> but</c><00:08:05.680><c> I</c><00:08:05.800><c> expect</c><00:08:06.080><c> you're</c>

00:08:06.270 --> 00:08:06.280 align:start position:0%
that I've seen but I expect you're
 

00:08:06.280 --> 00:08:08.270 align:start position:0%
that I've seen but I expect you're
already<00:08:06.680><c> using</c><00:08:07.120><c> a</c><00:08:07.280><c> product</c><00:08:07.560><c> review</c><00:08:07.919><c> app</c>

00:08:08.270 --> 00:08:08.280 align:start position:0%
already using a product review app
 

00:08:08.280 --> 00:08:10.189 align:start position:0%
already using a product review app
because<00:08:09.120><c> it's</c><00:08:09.360><c> just</c><00:08:09.560><c> one</c><00:08:09.720><c> of</c><00:08:09.840><c> the</c><00:08:09.960><c> first</c>

00:08:10.189 --> 00:08:10.199 align:start position:0%
because it's just one of the first
 

00:08:10.199 --> 00:08:11.869 align:start position:0%
because it's just one of the first
things<00:08:10.440><c> that</c><00:08:10.560><c> you</c><00:08:10.680><c> need</c><00:08:10.919><c> on</c><00:08:11.080><c> a</c><00:08:11.199><c> new</c><00:08:11.360><c> Shopify</c>

00:08:11.869 --> 00:08:11.879 align:start position:0%
things that you need on a new Shopify
 

00:08:11.879 --> 00:08:14.830 align:start position:0%
things that you need on a new Shopify
store<00:08:12.400><c> if</c><00:08:12.520><c> you</c><00:08:12.599><c> aren't</c><00:08:12.840><c> using</c><00:08:13.159><c> one</c><00:08:13.840><c> and</c><00:08:14.560><c> you're</c>

00:08:14.830 --> 00:08:14.840 align:start position:0%
store if you aren't using one and you're
 

00:08:14.840 --> 00:08:16.790 align:start position:0%
store if you aren't using one and you're
looking<00:08:15.039><c> at</c><00:08:15.280><c> structured</c><00:08:15.680><c> data</c><00:08:16.400><c> you've</c><00:08:16.599><c> gone</c>

00:08:16.790 --> 00:08:16.800 align:start position:0%
looking at structured data you've gone
 

00:08:16.800 --> 00:08:19.790 align:start position:0%
looking at structured data you've gone
too<00:08:17.000><c> far</c><00:08:17.280><c> you're</c><00:08:17.479><c> jumping</c><00:08:17.840><c> ahead</c><00:08:18.599><c> go</c><00:08:18.840><c> back</c><00:08:19.280><c> and</c>

00:08:19.790 --> 00:08:19.800 align:start position:0%
too far you're jumping ahead go back and
 

00:08:19.800 --> 00:08:22.149 align:start position:0%
too far you're jumping ahead go back and
get<00:08:19.960><c> a</c><00:08:20.159><c> product</c><00:08:20.440><c> reviews</c><00:08:20.960><c> app</c><00:08:21.560><c> and</c><00:08:21.720><c> then</c><00:08:22.039><c> come</c>

00:08:22.149 --> 00:08:22.159 align:start position:0%
get a product reviews app and then come
 

00:08:22.159 --> 00:08:24.830 align:start position:0%
get a product reviews app and then come
and<00:08:22.319><c> do</c><00:08:22.479><c> structured</c><00:08:22.960><c> data</c><00:08:23.479><c> later</c><00:08:24.440><c> but</c><00:08:24.599><c> as</c><00:08:24.720><c> I</c>

00:08:24.830 --> 00:08:24.840 align:start position:0%
and do structured data later but as I
 

00:08:24.840 --> 00:08:27.070 align:start position:0%
and do structured data later but as I
was<00:08:25.000><c> saying</c><00:08:25.440><c> you</c><00:08:25.599><c> want</c><00:08:25.759><c> to</c><00:08:25.919><c> see</c><00:08:26.520><c> all</c><00:08:26.759><c> these</c>

00:08:27.070 --> 00:08:27.080 align:start position:0%
was saying you want to see all these
 

00:08:27.080 --> 00:08:29.710 align:start position:0%
was saying you want to see all these
different<00:08:27.560><c> types</c><00:08:28.000><c> of</c><00:08:28.199><c> structured</c><00:08:28.680><c> data</c><00:08:29.520><c> so</c>

00:08:29.710 --> 00:08:29.720 align:start position:0%
different types of structured data so
 

00:08:29.720 --> 00:08:31.270 align:start position:0%
different types of structured data so
here<00:08:29.879><c> I've</c><00:08:30.039><c> gone</c><00:08:30.199><c> into</c><00:08:30.400><c> the</c><00:08:30.520><c> product</c><00:08:30.759><c> snippet</c>

00:08:31.270 --> 00:08:31.280 align:start position:0%
here I've gone into the product snippet
 

00:08:31.280 --> 00:08:34.790 align:start position:0%
here I've gone into the product snippet
and<00:08:31.400><c> we</c><00:08:31.479><c> see</c><00:08:31.680><c> the</c><00:08:31.800><c> product</c><00:08:32.599><c> title</c><00:08:33.599><c> uh</c><00:08:33.719><c> the</c><00:08:33.880><c> URL</c>

00:08:34.790 --> 00:08:34.800 align:start position:0%
and we see the product title uh the URL
 

00:08:34.800 --> 00:08:37.350 align:start position:0%
and we see the product title uh the URL
the<00:08:34.919><c> featured</c><00:08:35.479><c> image</c><00:08:36.080><c> product</c><00:08:36.399><c> description</c>

00:08:37.350 --> 00:08:37.360 align:start position:0%
the featured image product description
 

00:08:37.360 --> 00:08:39.430 align:start position:0%
the featured image product description
here<00:08:37.519><c> you'll</c><00:08:37.760><c> also</c><00:08:38.000><c> see</c><00:08:38.360><c> offers</c><00:08:39.159><c> if</c><00:08:39.240><c> you're</c>

00:08:39.430 --> 00:08:39.440 align:start position:0%
here you'll also see offers if you're
 

00:08:39.440 --> 00:08:41.670 align:start position:0%
here you'll also see offers if you're
using<00:08:39.760><c> variants</c><00:08:40.240><c> then</c><00:08:40.360><c> you'll</c><00:08:40.519><c> see</c><00:08:40.800><c> multiple</c>

00:08:41.670 --> 00:08:41.680 align:start position:0%
using variants then you'll see multiple
 

00:08:41.680 --> 00:08:44.590 align:start position:0%
using variants then you'll see multiple
offers<00:08:42.519><c> an</c><00:08:42.760><c> offer</c><00:08:43.080><c> is</c><00:08:43.320><c> basically</c><00:08:43.839><c> the</c><00:08:44.080><c> product</c>

00:08:44.590 --> 00:08:44.600 align:start position:0%
offers an offer is basically the product
 

00:08:44.600 --> 00:08:48.230 align:start position:0%
offers an offer is basically the product
for<00:08:45.000><c> a</c><00:08:45.320><c> particular</c><00:08:46.080><c> price</c><00:08:47.080><c> and</c><00:08:47.560><c> it'll</c><00:08:47.839><c> be</c>

00:08:48.230 --> 00:08:48.240 align:start position:0%
for a particular price and it'll be
 

00:08:48.240 --> 00:08:50.310 align:start position:0%
for a particular price and it'll be
either<00:08:48.519><c> in</c><00:08:48.760><c> stock</c><00:08:49.000><c> or</c><00:08:49.160><c> out</c><00:08:49.320><c> of</c><00:08:49.519><c> stock</c><00:08:50.080><c> and</c><00:08:50.160><c> then</c>

00:08:50.310 --> 00:08:50.320 align:start position:0%
either in stock or out of stock and then
 

00:08:50.320 --> 00:08:52.269 align:start position:0%
either in stock or out of stock and then
we<00:08:50.399><c> have</c><00:08:50.560><c> the</c><00:08:50.720><c> aggregate</c><00:08:51.160><c> rating</c><00:08:51.760><c> this</c><00:08:51.880><c> is</c>

00:08:52.269 --> 00:08:52.279 align:start position:0%
we have the aggregate rating this is
 

00:08:52.279 --> 00:08:55.269 align:start position:0%
we have the aggregate rating this is
coming<00:08:52.560><c> from</c><00:08:53.360><c> the</c><00:08:53.680><c> product</c><00:08:54.000><c> reviews</c><00:08:54.440><c> app</c><00:08:55.120><c> now</c>

00:08:55.269 --> 00:08:55.279 align:start position:0%
coming from the product reviews app now
 

00:08:55.279 --> 00:08:58.350 align:start position:0%
coming from the product reviews app now
if<00:08:55.440><c> I</c><00:08:55.680><c> tested</c><00:08:56.200><c> the</c><00:08:56.360><c> homepage</c><00:08:57.160><c> of</c><00:08:57.360><c> my</c><00:08:57.560><c> store</c>

00:08:58.350 --> 00:08:58.360 align:start position:0%
if I tested the homepage of my store
 

00:08:58.360 --> 00:09:00.550 align:start position:0%
if I tested the homepage of my store
then<00:08:58.680><c> I</c><00:08:58.800><c> wouldn't</c><00:08:59.399><c> expect</c><00:08:59.680><c> to</c><00:08:59.839><c> see</c><00:09:00.160><c> product</c>

00:09:00.550 --> 00:09:00.560 align:start position:0%
then I wouldn't expect to see product
 

00:09:00.560 --> 00:09:02.590 align:start position:0%
then I wouldn't expect to see product
Snippets<00:09:01.279><c> okay</c><00:09:01.760><c> you</c><00:09:01.880><c> would</c><00:09:02.040><c> only</c><00:09:02.279><c> expect</c><00:09:02.519><c> to</c>

00:09:02.590 --> 00:09:02.600 align:start position:0%
Snippets okay you would only expect to
 

00:09:02.600 --> 00:09:04.910 align:start position:0%
Snippets okay you would only expect to
see<00:09:02.800><c> product</c><00:09:03.040><c> snippets</c><00:09:03.480><c> on</c><00:09:03.560><c> the</c><00:09:03.760><c> product</c><00:09:04.120><c> page</c>

00:09:04.910 --> 00:09:04.920 align:start position:0%
see product snippets on the product page
 

00:09:04.920 --> 00:09:08.069 align:start position:0%
see product snippets on the product page
likewise<00:09:05.320><c> if</c><00:09:05.399><c> you</c><00:09:05.600><c> test</c><00:09:06.120><c> a</c><00:09:06.279><c> Blog</c><00:09:06.680><c> Page</c><00:09:07.600><c> then</c>

00:09:08.069 --> 00:09:08.079 align:start position:0%
likewise if you test a Blog Page then
 

00:09:08.079 --> 00:09:10.509 align:start position:0%
likewise if you test a Blog Page then
you<00:09:08.240><c> would</c><00:09:08.640><c> expect</c><00:09:08.920><c> to</c><00:09:09.079><c> see</c><00:09:09.640><c> the</c><00:09:09.880><c> article</c>

00:09:10.509 --> 00:09:10.519 align:start position:0%
you would expect to see the article
 

00:09:10.519 --> 00:09:12.750 align:start position:0%
you would expect to see the article
Snippets<00:09:11.440><c> and</c><00:09:11.560><c> so</c><00:09:11.720><c> you</c><00:09:11.880><c> only</c><00:09:12.120><c> need</c><00:09:12.279><c> to</c><00:09:12.440><c> test</c>

00:09:12.750 --> 00:09:12.760 align:start position:0%
Snippets and so you only need to test
 

00:09:12.760 --> 00:09:15.590 align:start position:0%
Snippets and so you only need to test
one<00:09:12.920><c> of</c><00:09:13.079><c> each</c><00:09:13.360><c> page</c><00:09:13.680><c> type</c><00:09:14.200><c> test</c><00:09:14.440><c> your</c><00:09:14.600><c> homepage</c>

00:09:15.590 --> 00:09:15.600 align:start position:0%
one of each page type test your homepage
 

00:09:15.600 --> 00:09:18.430 align:start position:0%
one of each page type test your homepage
your<00:09:15.800><c> product</c><00:09:16.200><c> page</c><00:09:16.880><c> your</c><00:09:17.079><c> blog</c><00:09:17.480><c> page</c><00:09:18.200><c> I</c><00:09:18.279><c> don't</c>

00:09:18.430 --> 00:09:18.440 align:start position:0%
your product page your blog page I don't
 

00:09:18.440 --> 00:09:20.430 align:start position:0%
your product page your blog page I don't
know<00:09:18.680><c> maybe</c><00:09:18.920><c> some</c><00:09:19.120><c> other</c><00:09:19.360><c> Pages</c><00:09:19.720><c> depending</c><00:09:20.079><c> on</c>

00:09:20.430 --> 00:09:20.440 align:start position:0%
know maybe some other Pages depending on
 

00:09:20.440 --> 00:09:22.190 align:start position:0%
know maybe some other Pages depending on
which<00:09:20.600><c> one</c><00:09:20.720><c> of</c><00:09:20.839><c> these</c><00:09:21.040><c> structured</c><00:09:21.600><c> data</c><00:09:21.920><c> types</c>

00:09:22.190 --> 00:09:22.200 align:start position:0%
which one of these structured data types
 

00:09:22.200 --> 00:09:24.190 align:start position:0%
which one of these structured data types
you're<00:09:22.360><c> going</c><00:09:22.640><c> for</c><00:09:23.560><c> besides</c><00:09:23.839><c> the</c><00:09:23.959><c> rich</c>

00:09:24.190 --> 00:09:24.200 align:start position:0%
you're going for besides the rich
 

00:09:24.200 --> 00:09:25.990 align:start position:0%
you're going for besides the rich
results<00:09:24.560><c> testing</c><00:09:24.920><c> tool</c><00:09:25.279><c> you</c><00:09:25.440><c> also</c><00:09:25.640><c> want</c><00:09:25.760><c> to</c><00:09:25.880><c> be</c>

00:09:25.990 --> 00:09:26.000 align:start position:0%
results testing tool you also want to be
 

00:09:26.000 --> 00:09:28.069 align:start position:0%
results testing tool you also want to be
using<00:09:26.480><c> Google</c><00:09:26.760><c> search</c><00:09:27.120><c> console</c><00:09:27.720><c> cuz</c><00:09:27.920><c> that</c>

00:09:28.069 --> 00:09:28.079 align:start position:0%
using Google search console cuz that
 

00:09:28.079 --> 00:09:30.509 align:start position:0%
using Google search console cuz that
will<00:09:28.440><c> over</c><00:09:28.640><c> the</c><00:09:28.800><c> long</c><00:09:29.240><c> term</c><00:09:29.720><c> keep</c><00:09:29.920><c> an</c><00:09:30.160><c> eye</c><00:09:30.360><c> on</c>

00:09:30.509 --> 00:09:30.519 align:start position:0%
will over the long term keep an eye on
 

00:09:30.519 --> 00:09:32.389 align:start position:0%
will over the long term keep an eye on
your<00:09:30.720><c> structured</c><00:09:31.240><c> data</c><00:09:31.680><c> and</c><00:09:31.800><c> it</c><00:09:31.920><c> will</c><00:09:32.079><c> let</c><00:09:32.240><c> you</c>

00:09:32.389 --> 00:09:32.399 align:start position:0%
your structured data and it will let you
 

00:09:32.399 --> 00:09:34.710 align:start position:0%
your structured data and it will let you
know<00:09:33.200><c> if</c><00:09:33.519><c> something</c><00:09:33.839><c> goes</c><00:09:34.079><c> wrong</c><00:09:34.279><c> with</c><00:09:34.399><c> it</c><00:09:34.600><c> if</c>

00:09:34.710 --> 00:09:34.720 align:start position:0%
know if something goes wrong with it if
 

00:09:34.720 --> 00:09:36.949 align:start position:0%
know if something goes wrong with it if
you<00:09:34.880><c> haven't</c><00:09:35.279><c> set</c><00:09:35.480><c> up</c><00:09:35.839><c> Google</c><00:09:36.120><c> search</c><00:09:36.480><c> console</c>

00:09:36.949 --> 00:09:36.959 align:start position:0%
you haven't set up Google search console
 

00:09:36.959 --> 00:09:38.990 align:start position:0%
you haven't set up Google search console
yet<00:09:37.240><c> this</c><00:09:37.360><c> is</c><00:09:37.519><c> another</c><00:09:38.040><c> musthave</c><00:09:38.760><c> this</c><00:09:38.839><c> is</c>

00:09:38.990 --> 00:09:39.000 align:start position:0%
yet this is another musthave this is
 

00:09:39.000 --> 00:09:40.670 align:start position:0%
yet this is another musthave this is
something<00:09:39.240><c> you</c><00:09:39.320><c> got</c><00:09:39.440><c> to</c><00:09:39.560><c> do</c><00:09:39.880><c> before</c><00:09:40.440><c> looking</c>

00:09:40.670 --> 00:09:40.680 align:start position:0%
something you got to do before looking
 

00:09:40.680 --> 00:09:43.030 align:start position:0%
something you got to do before looking
at<00:09:40.839><c> structured</c><00:09:41.360><c> data</c><00:09:42.120><c> so</c><00:09:42.519><c> I've</c><00:09:42.640><c> already</c><00:09:42.839><c> made</c>

00:09:43.030 --> 00:09:43.040 align:start position:0%
at structured data so I've already made
 

00:09:43.040 --> 00:09:45.550 align:start position:0%
at structured data so I've already made
a<00:09:43.240><c> video</c><00:09:43.600><c> on</c><00:09:43.880><c> that</c><00:09:44.200><c> and</c><00:09:44.399><c> I</c><00:09:44.519><c> highly</c><00:09:44.760><c> recommend</c>

00:09:45.550 --> 00:09:45.560 align:start position:0%
a video on that and I highly recommend
 

00:09:45.560 --> 00:09:47.150 align:start position:0%
a video on that and I highly recommend
watching<00:09:45.920><c> that</c><00:09:46.120><c> video</c><00:09:46.480><c> I'll</c><00:09:46.640><c> put</c><00:09:46.760><c> the</c><00:09:46.880><c> link</c><00:09:47.040><c> in</c>

00:09:47.150 --> 00:09:47.160 align:start position:0%
watching that video I'll put the link in
 

00:09:47.160 --> 00:09:49.470 align:start position:0%
watching that video I'll put the link in
the<00:09:47.279><c> description</c><00:09:47.839><c> and</c><00:09:48.000><c> somewhere</c><00:09:48.519><c> up</c><00:09:48.760><c> here</c><00:09:49.360><c> at</c>

00:09:49.470 --> 00:09:49.480 align:start position:0%
the description and somewhere up here at
 

00:09:49.480 --> 00:09:51.350 align:start position:0%
the description and somewhere up here at
the<00:09:49.720><c> top</c><00:09:50.000><c> of</c><00:09:50.120><c> the</c><00:09:50.279><c> video</c><00:09:50.600><c> as</c><00:09:50.720><c> well</c><00:09:51.079><c> okay</c><00:09:51.200><c> now</c>

00:09:51.350 --> 00:09:51.360 align:start position:0%
the top of the video as well okay now
 

00:09:51.360 --> 00:09:52.990 align:start position:0%
the top of the video as well okay now
let's<00:09:51.519><c> say</c><00:09:51.720><c> worst</c><00:09:52.079><c> case</c><00:09:52.200><c> scenario</c><00:09:52.680><c> you</c><00:09:52.760><c> don't</c>

00:09:52.990 --> 00:09:53.000 align:start position:0%
let's say worst case scenario you don't
 

00:09:53.000 --> 00:09:55.470 align:start position:0%
let's say worst case scenario you don't
have<00:09:53.320><c> any</c><00:09:53.480><c> structured</c><00:09:54.040><c> data</c><00:09:54.480><c> in</c><00:09:54.600><c> your</c><00:09:54.800><c> store</c>

00:09:55.470 --> 00:09:55.480 align:start position:0%
have any structured data in your store
 

00:09:55.480 --> 00:09:57.230 align:start position:0%
have any structured data in your store
or<00:09:55.800><c> you</c><00:09:55.959><c> have</c><00:09:56.120><c> some</c><00:09:56.320><c> structured</c><00:09:56.839><c> data</c><00:09:57.120><c> but</c>

00:09:57.230 --> 00:09:57.240 align:start position:0%
or you have some structured data but
 

00:09:57.240 --> 00:09:58.829 align:start position:0%
or you have some structured data but
you're<00:09:57.399><c> trying</c><00:09:57.560><c> to</c><00:09:57.760><c> get</c><00:09:58.079><c> a</c><00:09:58.279><c> different</c><00:09:58.600><c> type</c>

00:09:58.829 --> 00:09:58.839 align:start position:0%
you're trying to get a different type
 

00:09:58.839 --> 00:10:00.389 align:start position:0%
you're trying to get a different type
that<00:09:58.920><c> you</c><00:09:59.120><c> you</c><00:09:59.200><c> don't</c><00:09:59.440><c> have</c><00:09:59.839><c> the</c><00:09:59.959><c> easiest</c>

00:10:00.389 --> 00:10:00.399 align:start position:0%
that you you don't have the easiest
 

00:10:00.399 --> 00:10:03.590 align:start position:0%
that you you don't have the easiest
solution<00:10:01.000><c> will</c><00:10:01.200><c> be</c><00:10:01.480><c> to</c><00:10:01.720><c> use</c><00:10:02.200><c> an</c><00:10:02.399><c> SEO</c><00:10:03.000><c> app</c><00:10:03.279><c> many</c>

00:10:03.590 --> 00:10:03.600 align:start position:0%
solution will be to use an SEO app many
 

00:10:03.600 --> 00:10:07.430 align:start position:0%
solution will be to use an SEO app many
SEO<00:10:04.120><c> apps</c><00:10:04.519><c> come</c><00:10:05.000><c> with</c><00:10:05.560><c> Json</c><00:10:06.120><c> LD</c><00:10:06.959><c> the</c><00:10:07.120><c> one</c><00:10:07.279><c> that</c>

00:10:07.430 --> 00:10:07.440 align:start position:0%
SEO apps come with Json LD the one that
 

00:10:07.440 --> 00:10:10.990 align:start position:0%
SEO apps come with Json LD the one that
I<00:10:07.560><c> prefer</c><00:10:07.880><c> to</c><00:10:08.079><c> use</c><00:10:08.519><c> is</c><00:10:08.760><c> called</c><00:10:09.480><c> tiny</c><00:10:10.120><c> or</c><00:10:10.399><c> tiny</c>

00:10:10.990 --> 00:10:11.000 align:start position:0%
I prefer to use is called tiny or tiny
 

00:10:11.000 --> 00:10:14.110 align:start position:0%
I prefer to use is called tiny or tiny
image<00:10:12.000><c> uh</c><00:10:12.120><c> the</c><00:10:12.279><c> name</c><00:10:12.560><c> comes</c><00:10:12.800><c> from</c><00:10:13.120><c> when</c><00:10:13.600><c> it</c><00:10:13.760><c> was</c>

00:10:14.110 --> 00:10:14.120 align:start position:0%
image uh the name comes from when it was
 

00:10:14.120 --> 00:10:16.590 align:start position:0%
image uh the name comes from when it was
an<00:10:14.320><c> image</c><00:10:14.640><c> compression</c><00:10:15.240><c> app</c><00:10:15.720><c> but</c><00:10:16.160><c> since</c><00:10:16.440><c> then</c>

00:10:16.590 --> 00:10:16.600 align:start position:0%
an image compression app but since then
 

00:10:16.600 --> 00:10:19.069 align:start position:0%
an image compression app but since then
it's<00:10:16.800><c> evolved</c><00:10:17.279><c> into</c><00:10:17.519><c> a</c><00:10:17.640><c> general</c><00:10:18.000><c> SEO</c><00:10:18.600><c> app</c><00:10:18.920><c> and</c>

00:10:19.069 --> 00:10:19.079 align:start position:0%
it's evolved into a general SEO app and
 

00:10:19.079 --> 00:10:20.829 align:start position:0%
it's evolved into a general SEO app and
I've<00:10:19.200><c> mentioned</c><00:10:19.560><c> it</c><00:10:19.720><c> in</c><00:10:19.880><c> other</c><00:10:20.200><c> videos</c><00:10:20.680><c> as</c>

00:10:20.829 --> 00:10:20.839 align:start position:0%
I've mentioned it in other videos as
 

00:10:20.839 --> 00:10:23.829 align:start position:0%
I've mentioned it in other videos as
well<00:10:21.160><c> but</c><00:10:21.320><c> it's</c><00:10:21.480><c> so</c><00:10:21.800><c> easy</c><00:10:22.279><c> to</c><00:10:22.519><c> Simply</c><00:10:23.160><c> toggle</c>

00:10:23.829 --> 00:10:23.839 align:start position:0%
well but it's so easy to Simply toggle
 

00:10:23.839 --> 00:10:26.630 align:start position:0%
well but it's so easy to Simply toggle
on<00:10:24.839><c> any</c><00:10:25.079><c> structured</c><00:10:25.600><c> data</c><00:10:25.920><c> that</c><00:10:26.040><c> you</c><00:10:26.160><c> want</c><00:10:26.440><c> for</c>

00:10:26.630 --> 00:10:26.640 align:start position:0%
on any structured data that you want for
 

00:10:26.640 --> 00:10:29.590 align:start position:0%
on any structured data that you want for
the<00:10:26.760><c> different</c><00:10:27.120><c> page</c><00:10:27.440><c> types</c><00:10:28.279><c> and</c><00:10:28.519><c> Save</c>

00:10:29.590 --> 00:10:29.600 align:start position:0%
the different page types and Save
 

00:10:29.600 --> 00:10:31.430 align:start position:0%
the different page types and Save
as<00:10:29.720><c> soon</c><00:10:29.880><c> as</c><00:10:30.000><c> you've</c><00:10:30.200><c> done</c><00:10:30.440><c> that</c><00:10:30.640><c> you'll</c><00:10:31.000><c> have</c>

00:10:31.430 --> 00:10:31.440 align:start position:0%
as soon as you've done that you'll have
 

00:10:31.440 --> 00:10:34.310 align:start position:0%
as soon as you've done that you'll have
the<00:10:31.640><c> necessary</c><00:10:32.160><c> Json</c><00:10:32.560><c> LD</c><00:10:33.279><c> on</c><00:10:33.440><c> your</c><00:10:33.640><c> store</c><00:10:34.200><c> and</c>

00:10:34.310 --> 00:10:34.320 align:start position:0%
the necessary Json LD on your store and
 

00:10:34.320 --> 00:10:36.389 align:start position:0%
the necessary Json LD on your store and
you'll<00:10:34.480><c> be</c><00:10:34.600><c> able</c><00:10:34.760><c> to</c><00:10:34.880><c> see</c><00:10:35.160><c> that</c><00:10:35.480><c> in</c><00:10:35.839><c> the</c><00:10:36.040><c> rich</c>

00:10:36.389 --> 00:10:36.399 align:start position:0%
you'll be able to see that in the rich
 

00:10:36.399 --> 00:10:38.910 align:start position:0%
you'll be able to see that in the rich
results<00:10:36.959><c> testing</c><00:10:37.399><c> tool</c><00:10:38.279><c> there's</c><00:10:38.560><c> also</c><00:10:38.760><c> a</c>

00:10:38.910 --> 00:10:38.920 align:start position:0%
results testing tool there's also a
 

00:10:38.920 --> 00:10:41.430 align:start position:0%
results testing tool there's also a
second<00:10:39.279><c> part</c><00:10:39.839><c> where</c><00:10:40.360><c> inside</c><00:10:40.680><c> of</c><00:10:40.839><c> the</c><00:10:41.040><c> app</c><00:10:41.320><c> you</c>

00:10:41.430 --> 00:10:41.440 align:start position:0%
second part where inside of the app you
 

00:10:41.440 --> 00:10:44.110 align:start position:0%
second part where inside of the app you
can<00:10:41.560><c> go</c><00:10:41.680><c> to</c><00:10:41.800><c> setup</c><00:10:42.160><c> Json</c><00:10:42.560><c> LD</c><00:10:43.399><c> and</c><00:10:43.760><c> this</c><00:10:43.920><c> would</c>

00:10:44.110 --> 00:10:44.120 align:start position:0%
can go to setup Json LD and this would
 

00:10:44.120 --> 00:10:47.069 align:start position:0%
can go to setup Json LD and this would
allow<00:10:44.399><c> you</c><00:10:44.639><c> to</c><00:10:44.839><c> enter</c><00:10:45.360><c> information</c><00:10:46.320><c> for</c><00:10:46.800><c> your</c>

00:10:47.069 --> 00:10:47.079 align:start position:0%
allow you to enter information for your
 

00:10:47.079 --> 00:10:50.389 align:start position:0%
allow you to enter information for your
general<00:10:48.000><c> organization</c><00:10:48.880><c> or</c><00:10:49.160><c> local</c><00:10:49.600><c> business</c>

00:10:50.389 --> 00:10:50.399 align:start position:0%
general organization or local business
 

00:10:50.399 --> 00:10:52.870 align:start position:0%
general organization or local business
structured<00:10:50.959><c> data</c><00:10:51.639><c> listing</c><00:10:52.240><c> now</c><00:10:52.360><c> I</c><00:10:52.480><c> recommend</c>

00:10:52.870 --> 00:10:52.880 align:start position:0%
structured data listing now I recommend
 

00:10:52.880 --> 00:10:54.670 align:start position:0%
structured data listing now I recommend
this<00:10:53.079><c> app</c><00:10:53.240><c> in</c><00:10:53.399><c> particular</c><00:10:54.000><c> because</c><00:10:54.360><c> it</c><00:10:54.440><c> is</c><00:10:54.560><c> one</c>

00:10:54.670 --> 00:10:54.680 align:start position:0%
this app in particular because it is one
 

00:10:54.680 --> 00:10:56.470 align:start position:0%
this app in particular because it is one
of<00:10:54.800><c> the</c><00:10:54.920><c> most</c><00:10:55.160><c> highly</c><00:10:55.440><c> reviewed</c><00:10:55.959><c> apps</c><00:10:56.320><c> and</c>

00:10:56.470 --> 00:10:56.480 align:start position:0%
of the most highly reviewed apps and
 

00:10:56.480 --> 00:10:59.030 align:start position:0%
of the most highly reviewed apps and
it's<00:10:56.680><c> also</c><00:10:57.000><c> a</c><00:10:57.160><c> built</c><00:10:57.480><c> for</c><00:10:57.720><c> Shopify</c><00:10:58.360><c> app</c><00:10:58.880><c> which</c>

00:10:59.030 --> 00:10:59.040 align:start position:0%
it's also a built for Shopify app which
 

00:10:59.040 --> 00:11:00.590 align:start position:0%
it's also a built for Shopify app which
which<00:10:59.160><c> means</c><00:10:59.440><c> that</c><00:10:59.600><c> it</c><00:10:59.760><c> meets</c><00:11:00.200><c> certain</c>

00:11:00.590 --> 00:11:00.600 align:start position:0%
which means that it meets certain
 

00:11:00.600 --> 00:11:02.750 align:start position:0%
which means that it meets certain
performance<00:11:01.079><c> standards</c><00:11:01.639><c> set</c><00:11:01.920><c> by</c><00:11:02.079><c> Shopify</c>

00:11:02.750 --> 00:11:02.760 align:start position:0%
performance standards set by Shopify
 

00:11:02.760 --> 00:11:05.269 align:start position:0%
performance standards set by Shopify
you'll<00:11:03.000><c> also</c><00:11:03.279><c> get</c><00:11:03.480><c> a</c><00:11:03.639><c> 20%</c><00:11:04.360><c> discount</c><00:11:04.959><c> if</c><00:11:05.079><c> you</c>

00:11:05.269 --> 00:11:05.279 align:start position:0%
you'll also get a 20% discount if you
 

00:11:05.279 --> 00:11:07.550 align:start position:0%
you'll also get a 20% discount if you
use<00:11:05.680><c> my</c><00:11:05.880><c> link</c><00:11:06.279><c> in</c><00:11:06.399><c> the</c><00:11:06.560><c> description</c><00:11:07.240><c> I'm</c><00:11:07.399><c> not</c>

00:11:07.550 --> 00:11:07.560 align:start position:0%
use my link in the description I'm not
 

00:11:07.560 --> 00:11:09.550 align:start position:0%
use my link in the description I'm not
getting<00:11:07.839><c> paid</c><00:11:08.079><c> for</c><00:11:08.320><c> this</c><00:11:08.560><c> video</c><00:11:09.079><c> but</c><00:11:09.240><c> I</c><00:11:09.320><c> will</c>

00:11:09.550 --> 00:11:09.560 align:start position:0%
getting paid for this video but I will
 

00:11:09.560 --> 00:11:11.389 align:start position:0%
getting paid for this video but I will
get<00:11:09.800><c> an</c><00:11:10.000><c> affiliate</c><00:11:10.399><c> commission</c><00:11:10.920><c> if</c><00:11:11.040><c> you</c><00:11:11.160><c> use</c>

00:11:11.389 --> 00:11:11.399 align:start position:0%
get an affiliate commission if you use
 

00:11:11.399 --> 00:11:13.190 align:start position:0%
get an affiliate commission if you use
my<00:11:11.600><c> link</c><00:11:12.040><c> so</c><00:11:12.240><c> if</c><00:11:12.320><c> you</c><00:11:12.399><c> want</c><00:11:12.519><c> to</c><00:11:12.680><c> support</c><00:11:13.040><c> the</c>

00:11:13.190 --> 00:11:13.200 align:start position:0%
my link so if you want to support the
 

00:11:13.200 --> 00:11:14.910 align:start position:0%
my link so if you want to support the
channel<00:11:13.800><c> I'll</c><00:11:14.000><c> really</c><00:11:14.279><c> appreciate</c><00:11:14.720><c> if</c><00:11:14.800><c> you</c>

00:11:14.910 --> 00:11:14.920 align:start position:0%
channel I'll really appreciate if you
 

00:11:14.920 --> 00:11:17.389 align:start position:0%
channel I'll really appreciate if you
use<00:11:15.160><c> that</c><00:11:15.320><c> link</c><00:11:15.839><c> plus</c><00:11:16.040><c> you</c><00:11:16.160><c> get</c><00:11:16.360><c> that</c><00:11:16.560><c> discount</c>

00:11:17.389 --> 00:11:17.399 align:start position:0%
use that link plus you get that discount
 

00:11:17.399 --> 00:11:18.910 align:start position:0%
use that link plus you get that discount
another<00:11:17.800><c> app</c><00:11:18.120><c> that</c><00:11:18.279><c> I</c><00:11:18.360><c> would</c><00:11:18.600><c> highly</c>

00:11:18.910 --> 00:11:18.920 align:start position:0%
another app that I would highly
 

00:11:18.920 --> 00:11:22.150 align:start position:0%
another app that I would highly
recommend<00:11:19.880><c> this</c><00:11:20.000><c> is</c><00:11:20.399><c> Elana's</c><00:11:21.079><c> Json</c><00:11:21.519><c> LD</c><00:11:21.920><c> for</c>

00:11:22.150 --> 00:11:22.160 align:start position:0%
recommend this is Elana's Json LD for
 

00:11:22.160 --> 00:11:26.389 align:start position:0%
recommend this is Elana's Json LD for
SEO<00:11:23.120><c> Elana</c><00:11:23.560><c> Davis</c><00:11:24.440><c> is</c><00:11:25.000><c> the</c><00:11:25.240><c> developer</c><00:11:26.040><c> so</c><00:11:26.279><c> it's</c>

00:11:26.389 --> 00:11:26.399 align:start position:0%
SEO Elana Davis is the developer so it's
 

00:11:26.399 --> 00:11:28.670 align:start position:0%
SEO Elana Davis is the developer so it's
an<00:11:26.600><c> app</c><00:11:26.880><c> by</c><00:11:27.040><c> an</c><00:11:27.240><c> independent</c><00:11:28.079><c> developer</c><00:11:28.560><c> which</c>

00:11:28.670 --> 00:11:28.680 align:start position:0%
an app by an independent developer which
 

00:11:28.680 --> 00:11:30.590 align:start position:0%
an app by an independent developer which
is<00:11:29.079><c> always</c><00:11:29.240><c> a</c><00:11:29.399><c> good</c><00:11:29.560><c> sign</c><00:11:29.880><c> cuz</c><00:11:30.079><c> they</c><00:11:30.279><c> really</c>

00:11:30.590 --> 00:11:30.600 align:start position:0%
is always a good sign cuz they really
 

00:11:30.600 --> 00:11:33.069 align:start position:0%
is always a good sign cuz they really
care<00:11:30.880><c> about</c><00:11:31.160><c> their</c><00:11:31.440><c> product</c><00:11:32.120><c> this</c><00:11:32.360><c> app</c><00:11:32.639><c> is</c>

00:11:33.069 --> 00:11:33.079 align:start position:0%
care about their product this app is
 

00:11:33.079 --> 00:11:36.670 align:start position:0%
care about their product this app is
much<00:11:33.240><c> more</c><00:11:33.480><c> expensive</c><00:11:34.360><c> $400</c><00:11:35.360><c> a</c><00:11:35.600><c> year</c><00:11:36.240><c> compared</c>

00:11:36.670 --> 00:11:36.680 align:start position:0%
much more expensive $400 a year compared
 

00:11:36.680 --> 00:11:40.389 align:start position:0%
much more expensive $400 a year compared
to<00:11:37.240><c> Tiny</c><00:11:37.680><c> image</c><00:11:38.600><c> which</c><00:11:38.959><c> you</c><00:11:39.120><c> get</c><00:11:39.320><c> Json</c><00:11:39.720><c> LD</c><00:11:40.200><c> even</c>

00:11:40.389 --> 00:11:40.399 align:start position:0%
to Tiny image which you get Json LD even
 

00:11:40.399 --> 00:11:42.829 align:start position:0%
to Tiny image which you get Json LD even
from<00:11:40.600><c> the</c><00:11:40.800><c> basic</c><00:11:41.200><c> plan</c><00:11:42.000><c> however</c><00:11:42.399><c> I</c><00:11:42.480><c> think</c><00:11:42.680><c> this</c>

00:11:42.829 --> 00:11:42.839 align:start position:0%
from the basic plan however I think this
 

00:11:42.839 --> 00:11:44.269 align:start position:0%
from the basic plan however I think this
app<00:11:43.040><c> will</c><00:11:43.240><c> help</c><00:11:43.440><c> you</c><00:11:43.639><c> if</c><00:11:43.760><c> you're</c><00:11:43.920><c> going</c><00:11:44.120><c> for</c>

00:11:44.269 --> 00:11:44.279 align:start position:0%
app will help you if you're going for
 

00:11:44.279 --> 00:11:47.910 align:start position:0%
app will help you if you're going for
some<00:11:44.440><c> of</c><00:11:44.600><c> the</c><00:11:44.800><c> less</c><00:11:45.200><c> common</c><00:11:45.760><c> types</c><00:11:46.279><c> of</c><00:11:46.680><c> Json</c><00:11:47.079><c> LD</c>

00:11:47.910 --> 00:11:47.920 align:start position:0%
some of the less common types of Json LD
 

00:11:47.920 --> 00:11:50.590 align:start position:0%
some of the less common types of Json LD
and<00:11:48.399><c> generally</c><00:11:49.120><c> if</c><00:11:49.440><c> you</c><00:11:49.639><c> have</c><00:11:49.800><c> the</c><00:11:49.959><c> budget</c>

00:11:50.590 --> 00:11:50.600 align:start position:0%
and generally if you have the budget
 

00:11:50.600 --> 00:11:52.470 align:start position:0%
and generally if you have the budget
this<00:11:50.720><c> is</c><00:11:50.880><c> going</c><00:11:50.959><c> to</c><00:11:51.120><c> be</c><00:11:51.720><c> probably</c><00:11:52.040><c> the</c><00:11:52.200><c> best</c>

00:11:52.470 --> 00:11:52.480 align:start position:0%
this is going to be probably the best
 

00:11:52.480 --> 00:11:54.870 align:start position:0%
this is going to be probably the best
app<00:11:52.680><c> you</c><00:11:52.760><c> can</c><00:11:53.079><c> get</c><00:11:53.480><c> for</c><00:11:53.760><c> this</c><00:11:53.959><c> job</c><00:11:54.600><c> oh</c><00:11:54.720><c> and</c>

00:11:54.870 --> 00:11:54.880 align:start position:0%
app you can get for this job oh and
 

00:11:54.880 --> 00:11:56.470 align:start position:0%
app you can get for this job oh and
lastly<00:11:55.240><c> don't</c><00:11:55.440><c> forget</c><00:11:55.760><c> that</c><00:11:55.880><c> you</c><00:11:56.000><c> still</c><00:11:56.240><c> need</c>

00:11:56.470 --> 00:11:56.480 align:start position:0%
lastly don't forget that you still need
 

00:11:56.480 --> 00:11:59.150 align:start position:0%
lastly don't forget that you still need
a<00:11:56.680><c> product</c><00:11:57.040><c> reviews</c><00:11:57.600><c> app</c><00:11:58.160><c> if</c><00:11:58.279><c> you</c><00:11:58.399><c> want</c><00:11:58.680><c> those</c>

00:11:59.150 --> 00:11:59.160 align:start position:0%
a product reviews app if you want those
 

00:11:59.160 --> 00:12:02.269 align:start position:0%
a product reviews app if you want those
review<00:11:59.480><c> Snippets</c><00:12:00.160><c> I</c><00:12:00.279><c> recommend</c><00:12:00.680><c> junip</c><00:12:01.519><c> but</c><00:12:02.160><c> I</c>

00:12:02.269 --> 00:12:02.279 align:start position:0%
review Snippets I recommend junip but I
 

00:12:02.279 --> 00:12:04.509 align:start position:0%
review Snippets I recommend junip but I
think<00:12:02.560><c> any</c><00:12:02.839><c> product</c><00:12:03.160><c> reviews</c><00:12:03.639><c> app</c><00:12:04.079><c> will</c><00:12:04.320><c> add</c>

00:12:04.509 --> 00:12:04.519 align:start position:0%
think any product reviews app will add
 

00:12:04.519 --> 00:12:07.870 align:start position:0%
think any product reviews app will add
structured<00:12:05.079><c> data</c><00:12:05.560><c> so</c><00:12:05.800><c> judge</c><00:12:06.079><c> me</c><00:12:06.560><c> yo</c><00:12:07.519><c> any</c><00:12:07.720><c> of</c>

00:12:07.870 --> 00:12:07.880 align:start position:0%
structured data so judge me yo any of
 

00:12:07.880 --> 00:12:10.269 align:start position:0%
structured data so judge me yo any of
those<00:12:08.120><c> popular</c><00:12:08.480><c> ones</c><00:12:08.760><c> will</c><00:12:08.959><c> work</c><00:12:09.360><c> as</c><00:12:09.519><c> well</c>

00:12:10.269 --> 00:12:10.279 align:start position:0%
those popular ones will work as well
 

00:12:10.279 --> 00:12:12.269 align:start position:0%
those popular ones will work as well
there's<00:12:10.480><c> also</c><00:12:10.720><c> a</c><00:12:10.800><c> free</c><00:12:11.120><c> online</c><00:12:11.600><c> tool</c><00:12:11.959><c> called</c>

00:12:12.269 --> 00:12:12.279 align:start position:0%
there's also a free online tool called
 

00:12:12.279 --> 00:12:15.470 align:start position:0%
there's also a free online tool called
The<00:12:12.560><c> Miracle</c><00:12:13.399><c> schema</c><00:12:13.880><c> markup</c><00:12:14.600><c> generator</c>

00:12:15.470 --> 00:12:15.480 align:start position:0%
The Miracle schema markup generator
 

00:12:15.480 --> 00:12:17.990 align:start position:0%
The Miracle schema markup generator
which<00:12:15.639><c> can</c><00:12:15.880><c> help</c><00:12:16.160><c> you</c><00:12:16.800><c> with</c><00:12:17.000><c> some</c><00:12:17.160><c> of</c><00:12:17.399><c> those</c>

00:12:17.990 --> 00:12:18.000 align:start position:0%
which can help you with some of those
 

00:12:18.000 --> 00:12:20.990 align:start position:0%
which can help you with some of those
less<00:12:18.320><c> common</c><00:12:19.079><c> types</c><00:12:19.560><c> of</c><00:12:19.760><c> schema</c><00:12:20.480><c> and</c><00:12:20.720><c> it'll</c>

00:12:20.990 --> 00:12:21.000 align:start position:0%
less common types of schema and it'll
 

00:12:21.000 --> 00:12:22.550 align:start position:0%
less common types of schema and it'll
generate<00:12:21.360><c> the</c><00:12:21.519><c> code</c><00:12:21.760><c> for</c><00:12:21.959><c> you</c><00:12:22.240><c> and</c><00:12:22.320><c> then</c><00:12:22.440><c> you</c>

00:12:22.550 --> 00:12:22.560 align:start position:0%
generate the code for you and then you
 

00:12:22.560 --> 00:12:24.949 align:start position:0%
generate the code for you and then you
can<00:12:22.720><c> add</c><00:12:23.000><c> that</c><00:12:23.160><c> to</c><00:12:23.320><c> your</c><00:12:23.519><c> store</c><00:12:24.240><c> but</c><00:12:24.760><c> this</c>

00:12:24.949 --> 00:12:24.959 align:start position:0%
can add that to your store but this
 

00:12:24.959 --> 00:12:27.110 align:start position:0%
can add that to your store but this
needs<00:12:25.360><c> a</c><00:12:25.480><c> little</c><00:12:25.680><c> bit</c><00:12:25.800><c> of</c><00:12:26.040><c> explanation</c><00:12:26.920><c> as</c>

00:12:27.110 --> 00:12:27.120 align:start position:0%
needs a little bit of explanation as
 

00:12:27.120 --> 00:12:29.269 align:start position:0%
needs a little bit of explanation as
well<00:12:27.440><c> for</c><00:12:27.639><c> a</c><00:12:27.760><c> later</c><00:12:28.120><c> video</c><00:12:28.560><c> so</c><00:12:29.040><c> if</c><00:12:29.120><c> you're</c>

00:12:29.269 --> 00:12:29.279 align:start position:0%
well for a later video so if you're
 

00:12:29.279 --> 00:12:31.230 align:start position:0%
well for a later video so if you're
interested<00:12:29.639><c> in</c><00:12:29.839><c> that</c><00:12:30.399><c> please</c><00:12:30.839><c> leave</c><00:12:31.079><c> a</c>

00:12:31.230 --> 00:12:31.240 align:start position:0%
interested in that please leave a
 

00:12:31.240 --> 00:12:32.870 align:start position:0%
interested in that please leave a
comment<00:12:31.800><c> that's</c><00:12:31.920><c> all</c><00:12:32.040><c> for</c><00:12:32.199><c> today's</c><00:12:32.519><c> video</c><00:12:32.800><c> If</c>

00:12:32.870 --> 00:12:32.880 align:start position:0%
comment that's all for today's video If
 

00:12:32.880 --> 00:12:34.269 align:start position:0%
comment that's all for today's video If
you<00:12:33.000><c> enjoyed</c><00:12:33.320><c> it</c><00:12:33.440><c> please</c><00:12:33.639><c> leave</c><00:12:33.800><c> a</c><00:12:33.920><c> like</c><00:12:34.120><c> And</c>

00:12:34.269 --> 00:12:34.279 align:start position:0%
you enjoyed it please leave a like And
 

00:12:34.279 --> 00:12:35.949 align:start position:0%
you enjoyed it please leave a like And
subscribe<00:12:35.199><c> and</c><00:12:35.360><c> if</c><00:12:35.480><c> you</c><00:12:35.560><c> want</c><00:12:35.639><c> to</c><00:12:35.760><c> stay</c>

00:12:35.949 --> 00:12:35.959 align:start position:0%
subscribe and if you want to stay
 

00:12:35.959 --> 00:12:38.189 align:start position:0%
subscribe and if you want to stay
updated<00:12:36.360><c> with</c><00:12:36.480><c> my</c><00:12:36.639><c> latest</c><00:12:37.040><c> videos</c><00:12:37.560><c> and</c><00:12:37.839><c> blog</c>

00:12:38.189 --> 00:12:38.199 align:start position:0%
updated with my latest videos and blog
 

00:12:38.199 --> 00:12:40.030 align:start position:0%
updated with my latest videos and blog
content<00:12:38.800><c> then</c><00:12:39.040><c> consider</c><00:12:39.360><c> subscribing</c><00:12:39.800><c> to</c><00:12:39.920><c> my</c>

00:12:40.030 --> 00:12:40.040 align:start position:0%
content then consider subscribing to my
 

00:12:40.040 --> 00:12:41.550 align:start position:0%
content then consider subscribing to my
newsletter<00:12:40.720><c> which</c><00:12:40.839><c> you</c><00:12:40.920><c> can</c><00:12:41.079><c> find</c><00:12:41.240><c> on</c><00:12:41.360><c> my</c>

00:12:41.550 --> 00:12:41.560 align:start position:0%
newsletter which you can find on my
 

00:12:41.560 --> 00:12:47.509 align:start position:0%
newsletter which you can find on my
website<00:12:42.079><c> ed.</c><00:12:42.639><c> codes</c><00:12:43.480><c> see</c><00:12:43.639><c> you</c><00:12:43.839><c> next</c>

00:12:47.509 --> 00:12:47.519 align:start position:0%
 
 

00:12:47.519 --> 00:12:50.519 align:start position:0%
 
time

이 자료가 속한 분류

구조화 데이터

← 돌아가기