이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

SEO Recipe Snippets

설명

Enables Rich Snippets for search engines. Show recipe name, rating, image, preparation time, and more on Google’s search results.

This plugin allows 1 recipe per post. For example, to set the preparation time of your recipe post, add the following shortcode into your post:
[recipe type=”prepTime”]1 hour and 45 minutes[/recipe]

All supported properties with examples:

  • name
    • The name of the dish.
  • image
    • URL of an image of the dish being prepared.
  • description
    • A short summary describing the dish.
  • rating
    • A numerical rating for the item.
  • ratingCount
    • The count of total number of ratings.
  • prepTime
    • The length of time it takes to prepare the recipe for dish.
  • cookTime
    • The time it takes to actually cook the dish.
  • totalTime
    • The total time it takes to prepare the cook the dish.
  • yield
    • The quantity produced by the recipe. For example: number of people served, or number of servings.
  • instructions
    • The steps to make the dish.
  • ingredient
    • An ingredient used in the recipe. (can have multiples)

These properties will be used by search engines and other services to serve better content to your users. If you want to add a property but you don’t want to display the property, you can add display="none". For example:
[recipe type=”description” display=”none”]You can see this on Google, but not on my blog[/recipe]

Here’s an example of a fully annotated post:
[recipe type=”name”]Grandma’s Holiday Apple Pie[/recipe]

[recipe type=”image” display=”none”]apple-pie.jpg[/recipe]
Published: [recipe type=”datePublished”]November 5, 2009[/recipe]
[recipe type=”description”]This is my grandmother’s apple pie recipe. I like to add a dash of nutmeg.[/recipe]

[recipe type="rating"]4.0[/recipe] stars based on
[recipe type="ratingCount"]35[/recipe] reviews

Prep time: [recipe type="prepTime"]30 min[/recipe]
Cook time: [recipe type="cookTime"]1 hour[/recipe]
Total time: [recipe type="totalTime"]1 hour 30 min[/recipe]
Yield: [recipe type="yield"]1 9" pie (8 servings)[/recipe]

Ingredients:
[recipe type="ingredient"]Thinly-sliced apples: 6 cups[/recipe]
[recipe type="ingredient"]White sugar: 3/4 cup[/recipe]
...

Directions:
[recipe type="instructions"]
1. Cut and peel apples
2. Mix sugar and cinnamon. Use additional sugar for tart apples.
...
[/recipe]

스크린샷

  • A Google search result with rich recipe snippets

설치

  1. Upload recipe-snippet.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place shortcodes in your post

FAQ

Why aren’t the Rich Snippets showing up in Google’s search results?

It takes a few days to a few weeks for Google to update your site. Also, Google doesn’t display Rich Snippets for all sites or all searchs. For example, if you rate every recipe 5/5, then Google probably won’t show the rating.

How can I tell if Rich Snippets are set up correct?

Enter your blog post’s URL here: https://developers.google.com/structured-data/testing-tool/

후기

모든 2 평가 읽기

기여자 & 개발자

“SEO Recipe Snippets”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “SEO Recipe Snippets”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.1

  • Clearer instructions

1.0

  • Initial