You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,24 +19,24 @@ Schema.org for Vue. Supports typed and automated Google Rich Results
19
19
<table>
20
20
<tbody>
21
21
<tdalign="center">
22
-
<imgwidth="2000"height="0" /><br>
22
+
<imgwidth="830"height="0" /><br>
23
23
<i>Status:</i> <b>Early Access</b> <br>
24
24
<sup> Please report any issues 🐛</sup><br>
25
25
<sub>Made possible by my <ahref="https://github.com/sponsors/harlan-zw">Sponsor Program 💖</a><br> Follow me <ahref="https://twitter.com/harlan_zw">@harlan_zw</a> 🐦</sub><br>
26
-
<imgwidth="2000"height="0" />
26
+
<imgwidth="830"height="0" />
27
27
</td>
28
28
</tbody>
29
29
</table>
30
30
</p>
31
31
32
32
## Features
33
33
34
-
- 😊 No Schema.org knowledge required, get up and running in minutes with minimal configuration
35
-
- ✨ 20+ Typed Schemas for best practice ([Google](https://developers.google.com/search/docs/advanced/structured-data/search-gallery), [Yoast](https://developer.yoast.com/features/schema/overview)) Rich Results
- 🧙 Automated Schema: `@id`, URL / date resolving, route meta and more
37
36
- 🤝 Integrations for [VitePress](https://vitepress.vue.com), [Nuxt](https://nuxtjs.org/), [Vitesse](https://nuxtjs.org/) and [Vite](https://vitejs.dev/) with auto-imports
38
37
- 🍞 Choose your preferred API: Composables or Components
39
-
- 🌳 SSR, tree-shaking and Schema inheritance ready
38
+
- ⛏️ Choose your preferred Schema.org types: simple or full (schema-dts)
Copy file name to clipboardExpand all lines: docs/.vitepress/theme/MyLayout.vue
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,6 @@ const route = useRoute()
27
27
<template #doc-after>
28
28
<divstyle="margin-top: 50px;">
29
29
<pclass="italic">Preview of <ahref="/guide/debugging.html#component-schemaorginspector">SchemaOrgInspector</a> displaying current Schema for the page.</p>
0 commit comments