Ryte structured data helper

The Ryte Structured Data Helper is a handy overview to quickly and clearly validate your page’s Schema markup. It highlights syntax…

Ryte structured data helper란 무엇입니까?

Ryte structured data helper은(는) Ryte에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Ryte Structured Data Helper is a handy overview to quickly and clearly validate your page’s Schema markup. It highlights syntax…"입니다.

확장 프로그램 스크린샷

screenshot

Ryte structured data helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The Ryte Structured Data Helper is a handy overview to quickly and clearly validate your page’s Schema markup. It highlights syntax errors, missing required properties, and displays all nested data in one location, so that you never need to leave the page. 

Structured Data gives you a clear way of feeding explicit contextual information to Search Engines. Its presence not only allows you to be eligible for Rich Results that stand out in SERPs and aim to drive more and higher quality clicks, but it gives us the tools necessary to demonstrate meaningful connections within our content and data.  

It helps us answer important questions such as “Who is this author in relation to the mentioned topic?”, “For what purpose does this video exist and who created it?”, “Which organization is behind this service?” and everything that is crucial towards a Search Engine’s better understanding of our incorporated entities and their attributes. 

However, we need to properly validate our mark-up, provide the required properties, and correctly nest Structured Data in a logical sense. That’s why validating is an important part of the process! Checking these points off in a fast and efficient way can be a hassle, which is why the Ryte Structured Data Helper extension is here to assist you with better validation and visualization! 

How to use the Ryte Structured Data Helper:

- Install the plugin on your browser and the handy Ryte logo will appear in your Extension bar
- Visit any webpage you wish to check
- Open the Ryte Structured Data Helper with one click
- All parent item types are clearly highlighted and labeled in blue
- Expand an item type to view all nested types and properties
- Errors are flagged in red when a required property (for Google’s Rich Results) is missing
- Warnings are flagged in orange when a recommended property is missing
- Click on an underlined label name to visit the Schema.org documentation page directly and read more about requirements and usage
- Use the burger icon in the top menu to expand / compact all items
- Hover over image URLs to preview the image and be sure the correct one is in place                    

확장 프로그램 기본 정보

이름 Ryte structured data helper Ryte structured data helper
ID ndodccbbcdpcmabmiocobdnfiaaimgnk
공식 URL https://chromewebstore.google.com/detail/ryte-structured-data-help/ndodccbbcdpcmabmiocobdnfiaaimgnk
설명 The Ryte Structured Data Helper is a handy overview to quickly and clearly validate your page’s Schema markup. It highlights syntax…
파일 크기 373 KB
설치 횟수 8,192
현재 버전 1.0.2
최근 업데이트 2020-08-27
출시 날짜 2020-08-07
평점 4.63/5 총 16 개의 평점
개발자 Ryte
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://en.ryte.com/free-tools/structured-data-helper/
개인정보 보호 정책 페이지 URL https://en.ryte.com/about/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Ryte structured data helper",
    "name": "Ryte structured data helper",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-CC3z\/hZ65IJlJzCC4sGRoX9BYEH6mMnpokRDQkIgHFU='; object-src 'self'",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "version": "1.0.2",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Ryte structured data helper"
    },
    "web_accessible_resources": [
        "extractor.js"
    ]
}