itemscope
ì ì í¹ì±ì ì°ê´ë ë©íë°ì´í°ì ë²ì를 ì§ì íë ë¶ë¦¬ì¸ í¹ì±ì
ëë¤. ììì itemscope
í¹ì±ì ì§ì íë©´ ìë¡ì´ ìì´í
ì ìì±íê³ , ê·¸ ê²°ê³¼ë¡ ììì ê´ë ¨ë í¤-ê° ì ë¤ì를 ë³ìµëë¤. ê´ë ¨ í¹ì±ì¸ itemtype
ì ì´í(schema.org ë±)ì ì í¨í URLì ì§ì í ë ì¬ì©í©ëë¤. ìë ê°ê°ì ìì ë schema.orgì ì´í를 ì¬ì©í©ëë¤.
모ë HTML ììë itemscope
í¹ì±ì ê°ì§ ì ììµëë¤. itemscope
를 ê°ì¡ì¼ë ì°ê²°ë itemtype
ì´ ìë ê²½ì° ë°ëì ì°ê´ë itemref
를 ê°ì ¸ì¼ í©ëë¤.
ê°ë¨í ìì HTMLì°¸ê³ :
itemtype
í¹ì±ì ë ììë³´ë ¤ë©´ http://schema.org/Thingì 방문íì¸ì.
ë¤ìì ìì ë itemscope
í¹ì±ì ì¬ì©ë²ì ë³´ì
ëë¤. itemtype
ì http://schema.org/Movieë¡ ì§ì íê³ , ì¸ ê°ì ê´ë ¨ itemprop
í¹ì±ì ê°ì§ëë¤.
<div itemscope itemtype="http://schema.org/Movie">
<h1 itemprop="name">Avatar</h1>
<span>Director: <span itemprop="director">James Cameron</span> (born August 16, 1954)</span>
<span itemprop="genre>Science fiction</span>
<a href="https://youtu.be/0AY1XIkX7bY" itemprop="trailer">Trailer</a>
</div>
구조íë ë°ì´í°
ë¤ì íë ìì ì½ëì 구조íë ë°ì´í°ë¥¼ ëíë ëë¤.
itemscope Itemtype Movie itemprop (itemprop name) (itemprop value) itemprop director James Cameron itemprop genre Science Fiction itemprop name Avatar itemprop https://youtu.be/0AY1XIkX7bY Traileritemscope
id í¹ì±
ììì itemscope
í¹ì±ì ì§ì íë©´ ìë¡ì´ ìì´í
ì´ ìì±ë©ëë¤. ìì´í
ì ì´ë¦-ê° ì 그룹ì¼ë¡ ì´ë£¨ì´ì§ëë¤. itemscope
ì itemtype
í¹ì±ì ê°ì§ ììì ê²½ì°, id
í¹ì±ë ì§ì í ì ììµëë¤. id
를 ì¬ì©íë©´ ìë¡ì´ ìì´í
ì ëí ì ì ìë³ì를 ì¤ì í ì ìì¼ë©°, ì ì ìë³ì를 ì¬ì©íë©´ ì¹ìì ì°¾ì ì ìë ë¤ë¥¸ ìì´í
ê³¼ ì°ê²°í ì ììµëë¤.
ë¤ì ìì ë ë¤ ê°ì itemscope
í¹ì±ì ê°ì§ê³ ììµëë¤. ê°ê°ì itemscope
í¹ì±ì ëìíë itemtype
í¹ì±ì ë²ì를 ì§ì í©ëë¤. itemtype
, Recipe
, AggregateRating
, NutritionInformation
ì ì리ë²ì ê´í schema.org 구조íë ë°ì´í°ë¡, 첫 ë²ì§¸ itemtype
ì ê°ì¸ http://schema.org/Recipe
ì ì ìëì´ ììµëë¤.
<div itemscope itemtype="http://schema.org/Recipe">
<h2 itemprop="name">Grandma's Holiday Apple Pie</h2>
<img
itemprop="image"
src="https://c1.staticflickr.com/1/30/42759561_8631e2f905_n.jpg"
width="50"
height="50" />
<p>
By
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
<span itemprop="name">Carol Smith</span>
</span>
</p>
<p>
Published:
<time datetime="2009-11-05" itemprop="datePublished">November 5, 2009</time>
</p>
<span itemprop="description"
>This is my grandmother's apple pie recipe. I like to add a dash of
nutmeg.</span
>
<br />
<span
itemprop="aggregateRating"
itemscope
itemtype="http://schema.org/AggregateRating">
<span itemprop="ratingValue">4.0</span> stars based on
<span itemprop="reviewCount">35</span> reviews
</span>
<br />
Prep time: <time datetime="PT30M" itemprop="prepTime">30 min</time><br />
Cook time: <time datetime="PT1H" itemprop="cookTime">1 hou</time>r<br />
Total time: <time datetime="PT1H30M" itemprop="totalTime">1 hour 30 min</time
><br />
Yield: <span itemprop="recipeYield">1 9" pie (8 servings)</span><br />
<span
itemprop="nutrition"
itemscope
itemtype="http://schema.org/NutritionInformation">
Serving size: <span itemprop="servingSize">1 medium slice</span><br />
Calories per serving: <span itemprop="calories">250 cal</span><br />
Fat per serving: <span itemprop="fatContent">12 g</span><br />
</span>
<p>
Ingredients:<br />
<span itemprop="recipeIngredient">Thinly-sliced apples: 6 cups<br /></span>
<span itemprop="recipeIngredient">White sugar: 3/4 cup<br /></span>
...
</p>
Directions: <br />
<div itemprop="recipeInstructions">
1. Cut and peel apples<br />
2. Mix sugar and cinnamon. Use additional sugar for tart apples. <br />
...
</div>
</div>
ê²°ê³¼ HTML
ë¤ìì ìì ì½ë를 ë ëë§í ìì ì ëë¤.
구조íë ë°ì´í° itemscope itemtype Recipe itemprop name Grandma's Holiday Apple Pie itemprop image https://c1.staticflickr.com/1/30/42759561_8631e2f905_n.jpg itemprop datePublished 2009-11-05 itemprop description This is my grandmother's apple pie recipe. I like to add a dash of nutmeg. itemprop prepTime PT30M itemprop cookTime PT1H itemprop totalTime PT1H30M itemprop recipeYield 1 9" pie (8 servings) itemprop recipeIngredient Thinly-sliced apples: 6 cups itemprop recipeIngredient White sugar: 3/4 cup itemprop recipeInstructions 1. Cut and peel apples 2. Mix sugar and cinnamon. Use additional sugar for tart apples . itemprop author [Person] itemprop name Carol Smith itemscope itemprop[itemtype] aggregateRating [AggregateRating] itemprop ratingValue 4.0 itemprop reviewCount 35 itemscope itemprop[itemtype] nutrition [NutritionInformation] itemprop servingSize 1 medium slice itemprop calories 250 cal itemprop fatContent 12 gì°¸ê³ : HTMLìì ë§ì´í¬ë¡ë°ì´í°ë¥¼ ì¶ì¶í ë ì ì©íê² ì¬ì©í ì ìë Googleì 구조íë ë°ì´í° í ì¤í¸ ëêµ¬ê° ììµëë¤. ìì HTML ìì ì½ë를 ë£ì´ë³´ì¸ì.
ëª ì¸ ë¸ë¼ì°ì í¸íì± ê°ì´ 보기RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4