wordlift-sdk 2.10.3__py3-none-any.whl → 2.12.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- wordlift_sdk/validation/generator.py +157 -15
- wordlift_sdk/validation/shacls/google-breadcrumb.ttl +17 -18
- wordlift_sdk/validation/shacls/google-carousel.ttl +25 -22
- wordlift_sdk/validation/shacls/google-course.ttl +4 -4
- wordlift_sdk/validation/shacls/google-education-qa.ttl +23 -24
- wordlift_sdk/validation/shacls/google-faqpage.ttl +21 -23
- wordlift_sdk/validation/shacls/google-merchant-listing.ttl +56 -57
- wordlift_sdk/validation/shacls/google-product-snippet.ttl +37 -34
- wordlift_sdk/validation/shacls/google-profile-page.ttl +103 -103
- wordlift_sdk/validation/shacls/google-qapage.ttl +345 -180
- wordlift_sdk/validation/shacls/google-recipe.ttl +42 -49
- {wordlift_sdk-2.10.3.dist-info → wordlift_sdk-2.12.0.dist-info}/METADATA +5 -2
- {wordlift_sdk-2.10.3.dist-info → wordlift_sdk-2.12.0.dist-info}/RECORD +14 -14
- {wordlift_sdk-2.10.3.dist-info → wordlift_sdk-2.12.0.dist-info}/WHEEL +0 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
@prefix schema: <http://schema.org/> .
|
|
4
4
|
|
|
5
5
|
# Source: https://developers.google.com/search/docs/appearance/structured-data/product-snippet
|
|
6
|
-
# Generated: 2026-
|
|
6
|
+
# Generated: 2026-02-04T20:09:17Z
|
|
7
7
|
# Notes: required properties => errors; recommended properties => warnings.
|
|
8
8
|
|
|
9
9
|
:google_AggregateOfferShape
|
|
@@ -31,33 +31,6 @@
|
|
|
31
31
|
] ;
|
|
32
32
|
.
|
|
33
33
|
|
|
34
|
-
:google_OfferShape
|
|
35
|
-
a sh:NodeShape ;
|
|
36
|
-
sh:targetClass schema:Offer ;
|
|
37
|
-
sh:property [
|
|
38
|
-
sh:path schema:price ;
|
|
39
|
-
sh:minCount 1 ;
|
|
40
|
-
] ;
|
|
41
|
-
sh:property [
|
|
42
|
-
sh:path schema:availability ;
|
|
43
|
-
sh:minCount 1 ;
|
|
44
|
-
sh:severity sh:Warning ;
|
|
45
|
-
sh:message "Recommended by Google: availability." ;
|
|
46
|
-
] ;
|
|
47
|
-
sh:property [
|
|
48
|
-
sh:path schema:priceCurrency ;
|
|
49
|
-
sh:minCount 1 ;
|
|
50
|
-
sh:severity sh:Warning ;
|
|
51
|
-
sh:message "Recommended by Google: priceCurrency." ;
|
|
52
|
-
] ;
|
|
53
|
-
sh:property [
|
|
54
|
-
sh:path schema:priceValidUntil ;
|
|
55
|
-
sh:minCount 1 ;
|
|
56
|
-
sh:severity sh:Warning ;
|
|
57
|
-
sh:message "Recommended by Google: priceValidUntil." ;
|
|
58
|
-
] ;
|
|
59
|
-
.
|
|
60
|
-
|
|
61
34
|
:google_ProductShape
|
|
62
35
|
a sh:NodeShape ;
|
|
63
36
|
sh:targetClass schema:Product ;
|
|
@@ -65,6 +38,10 @@
|
|
|
65
38
|
sh:path schema:itemListElement ;
|
|
66
39
|
sh:minCount 1 ;
|
|
67
40
|
] ;
|
|
41
|
+
sh:property [
|
|
42
|
+
sh:path ( schema:itemListElement schema:name ) ;
|
|
43
|
+
sh:minCount 1 ;
|
|
44
|
+
] ;
|
|
68
45
|
sh:property [
|
|
69
46
|
sh:path schema:name ;
|
|
70
47
|
sh:minCount 1 ;
|
|
@@ -80,22 +57,48 @@
|
|
|
80
57
|
sh:message "Recommended by Google: aggregateRating." ;
|
|
81
58
|
] ;
|
|
82
59
|
sh:property [
|
|
83
|
-
sh:path schema:
|
|
60
|
+
sh:path ( schema:itemListElement schema:position ) ;
|
|
84
61
|
sh:minCount 1 ;
|
|
85
62
|
sh:severity sh:Warning ;
|
|
86
|
-
sh:message "Recommended by Google:
|
|
63
|
+
sh:message "Recommended by Google: itemListElement.position." ;
|
|
87
64
|
] ;
|
|
88
65
|
sh:property [
|
|
89
|
-
sh:path schema:
|
|
66
|
+
sh:path schema:negativeNotes ;
|
|
90
67
|
sh:minCount 1 ;
|
|
91
68
|
sh:severity sh:Warning ;
|
|
92
|
-
sh:message "Recommended by Google:
|
|
69
|
+
sh:message "Recommended by Google: negativeNotes." ;
|
|
93
70
|
] ;
|
|
94
71
|
sh:property [
|
|
95
|
-
sh:path schema:
|
|
72
|
+
sh:path schema:offers ;
|
|
96
73
|
sh:minCount 1 ;
|
|
97
74
|
sh:severity sh:Warning ;
|
|
98
|
-
sh:message "Recommended by Google:
|
|
75
|
+
sh:message "Recommended by Google: offers." ;
|
|
76
|
+
sh:node [
|
|
77
|
+
a sh:NodeShape ;
|
|
78
|
+
sh:class schema:Offer ;
|
|
79
|
+
sh:property [
|
|
80
|
+
sh:path schema:price ;
|
|
81
|
+
sh:minCount 1 ;
|
|
82
|
+
] ;
|
|
83
|
+
sh:property [
|
|
84
|
+
sh:path schema:availability ;
|
|
85
|
+
sh:minCount 1 ;
|
|
86
|
+
sh:severity sh:Warning ;
|
|
87
|
+
sh:message "Recommended by Google: availability." ;
|
|
88
|
+
] ;
|
|
89
|
+
sh:property [
|
|
90
|
+
sh:path schema:priceCurrency ;
|
|
91
|
+
sh:minCount 1 ;
|
|
92
|
+
sh:severity sh:Warning ;
|
|
93
|
+
sh:message "Recommended by Google: priceCurrency." ;
|
|
94
|
+
] ;
|
|
95
|
+
sh:property [
|
|
96
|
+
sh:path schema:priceValidUntil ;
|
|
97
|
+
sh:minCount 1 ;
|
|
98
|
+
sh:severity sh:Warning ;
|
|
99
|
+
sh:message "Recommended by Google: priceValidUntil." ;
|
|
100
|
+
] ;
|
|
101
|
+
] ;
|
|
99
102
|
] ;
|
|
100
103
|
sh:property [
|
|
101
104
|
sh:path schema:positiveNotes ;
|
|
@@ -3,117 +3,117 @@
|
|
|
3
3
|
@prefix schema: <http://schema.org/> .
|
|
4
4
|
|
|
5
5
|
# Source: https://developers.google.com/search/docs/appearance/structured-data/profile-page
|
|
6
|
-
# Generated: 2026-
|
|
6
|
+
# Generated: 2026-02-04T20:09:19Z
|
|
7
7
|
# Notes: required properties => errors; recommended properties => warnings.
|
|
8
8
|
|
|
9
|
-
:google_OrganizationShape
|
|
10
|
-
a sh:NodeShape ;
|
|
11
|
-
sh:targetClass schema:Organization ;
|
|
12
|
-
sh:property [
|
|
13
|
-
sh:path schema:name ;
|
|
14
|
-
sh:minCount 1 ;
|
|
15
|
-
] ;
|
|
16
|
-
sh:property [
|
|
17
|
-
sh:path schema:agentInteractionStatistic ;
|
|
18
|
-
sh:minCount 1 ;
|
|
19
|
-
sh:severity sh:Warning ;
|
|
20
|
-
sh:message "Recommended by Google: agentInteractionStatistic." ;
|
|
21
|
-
] ;
|
|
22
|
-
sh:property [
|
|
23
|
-
sh:path schema:alternateName ;
|
|
24
|
-
sh:minCount 1 ;
|
|
25
|
-
sh:severity sh:Warning ;
|
|
26
|
-
sh:message "Recommended by Google: alternateName." ;
|
|
27
|
-
] ;
|
|
28
|
-
sh:property [
|
|
29
|
-
sh:path schema:description ;
|
|
30
|
-
sh:minCount 1 ;
|
|
31
|
-
sh:severity sh:Warning ;
|
|
32
|
-
sh:message "Recommended by Google: description." ;
|
|
33
|
-
] ;
|
|
34
|
-
sh:property [
|
|
35
|
-
sh:path schema:identifier ;
|
|
36
|
-
sh:minCount 1 ;
|
|
37
|
-
sh:severity sh:Warning ;
|
|
38
|
-
sh:message "Recommended by Google: identifier." ;
|
|
39
|
-
] ;
|
|
40
|
-
sh:property [
|
|
41
|
-
sh:path schema:image ;
|
|
42
|
-
sh:minCount 1 ;
|
|
43
|
-
sh:severity sh:Warning ;
|
|
44
|
-
sh:message "Recommended by Google: image." ;
|
|
45
|
-
] ;
|
|
46
|
-
sh:property [
|
|
47
|
-
sh:path schema:interactionStatistic ;
|
|
48
|
-
sh:minCount 1 ;
|
|
49
|
-
sh:severity sh:Warning ;
|
|
50
|
-
sh:message "Recommended by Google: interactionStatistic." ;
|
|
51
|
-
] ;
|
|
52
|
-
sh:property [
|
|
53
|
-
sh:path schema:sameAs ;
|
|
54
|
-
sh:minCount 1 ;
|
|
55
|
-
sh:severity sh:Warning ;
|
|
56
|
-
sh:message "Recommended by Google: sameAs." ;
|
|
57
|
-
] ;
|
|
58
|
-
.
|
|
59
|
-
|
|
60
|
-
:google_PersonShape
|
|
61
|
-
a sh:NodeShape ;
|
|
62
|
-
sh:targetClass schema:Person ;
|
|
63
|
-
sh:property [
|
|
64
|
-
sh:path schema:name ;
|
|
65
|
-
sh:minCount 1 ;
|
|
66
|
-
] ;
|
|
67
|
-
sh:property [
|
|
68
|
-
sh:path schema:agentInteractionStatistic ;
|
|
69
|
-
sh:minCount 1 ;
|
|
70
|
-
sh:severity sh:Warning ;
|
|
71
|
-
sh:message "Recommended by Google: agentInteractionStatistic." ;
|
|
72
|
-
] ;
|
|
73
|
-
sh:property [
|
|
74
|
-
sh:path schema:alternateName ;
|
|
75
|
-
sh:minCount 1 ;
|
|
76
|
-
sh:severity sh:Warning ;
|
|
77
|
-
sh:message "Recommended by Google: alternateName." ;
|
|
78
|
-
] ;
|
|
79
|
-
sh:property [
|
|
80
|
-
sh:path schema:description ;
|
|
81
|
-
sh:minCount 1 ;
|
|
82
|
-
sh:severity sh:Warning ;
|
|
83
|
-
sh:message "Recommended by Google: description." ;
|
|
84
|
-
] ;
|
|
85
|
-
sh:property [
|
|
86
|
-
sh:path schema:identifier ;
|
|
87
|
-
sh:minCount 1 ;
|
|
88
|
-
sh:severity sh:Warning ;
|
|
89
|
-
sh:message "Recommended by Google: identifier." ;
|
|
90
|
-
] ;
|
|
91
|
-
sh:property [
|
|
92
|
-
sh:path schema:image ;
|
|
93
|
-
sh:minCount 1 ;
|
|
94
|
-
sh:severity sh:Warning ;
|
|
95
|
-
sh:message "Recommended by Google: image." ;
|
|
96
|
-
] ;
|
|
97
|
-
sh:property [
|
|
98
|
-
sh:path schema:interactionStatistic ;
|
|
99
|
-
sh:minCount 1 ;
|
|
100
|
-
sh:severity sh:Warning ;
|
|
101
|
-
sh:message "Recommended by Google: interactionStatistic." ;
|
|
102
|
-
] ;
|
|
103
|
-
sh:property [
|
|
104
|
-
sh:path schema:sameAs ;
|
|
105
|
-
sh:minCount 1 ;
|
|
106
|
-
sh:severity sh:Warning ;
|
|
107
|
-
sh:message "Recommended by Google: sameAs." ;
|
|
108
|
-
] ;
|
|
109
|
-
.
|
|
110
|
-
|
|
111
9
|
:google_ProfilePageShape
|
|
112
10
|
a sh:NodeShape ;
|
|
113
11
|
sh:targetClass schema:ProfilePage ;
|
|
114
12
|
sh:property [
|
|
115
13
|
sh:path schema:mainEntity ;
|
|
116
14
|
sh:minCount 1 ;
|
|
15
|
+
sh:or (
|
|
16
|
+
[
|
|
17
|
+
a sh:NodeShape ;
|
|
18
|
+
sh:class schema:Person ;
|
|
19
|
+
sh:property [
|
|
20
|
+
sh:path schema:name ;
|
|
21
|
+
sh:minCount 1 ;
|
|
22
|
+
] ;
|
|
23
|
+
sh:property [
|
|
24
|
+
sh:path schema:agentInteractionStatistic ;
|
|
25
|
+
sh:minCount 1 ;
|
|
26
|
+
sh:severity sh:Warning ;
|
|
27
|
+
sh:message "Recommended by Google: agentInteractionStatistic." ;
|
|
28
|
+
] ;
|
|
29
|
+
sh:property [
|
|
30
|
+
sh:path schema:alternateName ;
|
|
31
|
+
sh:minCount 1 ;
|
|
32
|
+
sh:severity sh:Warning ;
|
|
33
|
+
sh:message "Recommended by Google: alternateName." ;
|
|
34
|
+
] ;
|
|
35
|
+
sh:property [
|
|
36
|
+
sh:path schema:description ;
|
|
37
|
+
sh:minCount 1 ;
|
|
38
|
+
sh:severity sh:Warning ;
|
|
39
|
+
sh:message "Recommended by Google: description." ;
|
|
40
|
+
] ;
|
|
41
|
+
sh:property [
|
|
42
|
+
sh:path schema:identifier ;
|
|
43
|
+
sh:minCount 1 ;
|
|
44
|
+
sh:severity sh:Warning ;
|
|
45
|
+
sh:message "Recommended by Google: identifier." ;
|
|
46
|
+
] ;
|
|
47
|
+
sh:property [
|
|
48
|
+
sh:path schema:image ;
|
|
49
|
+
sh:minCount 1 ;
|
|
50
|
+
sh:severity sh:Warning ;
|
|
51
|
+
sh:message "Recommended by Google: image." ;
|
|
52
|
+
] ;
|
|
53
|
+
sh:property [
|
|
54
|
+
sh:path schema:interactionStatistic ;
|
|
55
|
+
sh:minCount 1 ;
|
|
56
|
+
sh:severity sh:Warning ;
|
|
57
|
+
sh:message "Recommended by Google: interactionStatistic." ;
|
|
58
|
+
] ;
|
|
59
|
+
sh:property [
|
|
60
|
+
sh:path schema:sameAs ;
|
|
61
|
+
sh:minCount 1 ;
|
|
62
|
+
sh:severity sh:Warning ;
|
|
63
|
+
sh:message "Recommended by Google: sameAs." ;
|
|
64
|
+
] ;
|
|
65
|
+
]
|
|
66
|
+
[
|
|
67
|
+
a sh:NodeShape ;
|
|
68
|
+
sh:class schema:Organization ;
|
|
69
|
+
sh:property [
|
|
70
|
+
sh:path schema:name ;
|
|
71
|
+
sh:minCount 1 ;
|
|
72
|
+
] ;
|
|
73
|
+
sh:property [
|
|
74
|
+
sh:path schema:agentInteractionStatistic ;
|
|
75
|
+
sh:minCount 1 ;
|
|
76
|
+
sh:severity sh:Warning ;
|
|
77
|
+
sh:message "Recommended by Google: agentInteractionStatistic." ;
|
|
78
|
+
] ;
|
|
79
|
+
sh:property [
|
|
80
|
+
sh:path schema:alternateName ;
|
|
81
|
+
sh:minCount 1 ;
|
|
82
|
+
sh:severity sh:Warning ;
|
|
83
|
+
sh:message "Recommended by Google: alternateName." ;
|
|
84
|
+
] ;
|
|
85
|
+
sh:property [
|
|
86
|
+
sh:path schema:description ;
|
|
87
|
+
sh:minCount 1 ;
|
|
88
|
+
sh:severity sh:Warning ;
|
|
89
|
+
sh:message "Recommended by Google: description." ;
|
|
90
|
+
] ;
|
|
91
|
+
sh:property [
|
|
92
|
+
sh:path schema:identifier ;
|
|
93
|
+
sh:minCount 1 ;
|
|
94
|
+
sh:severity sh:Warning ;
|
|
95
|
+
sh:message "Recommended by Google: identifier." ;
|
|
96
|
+
] ;
|
|
97
|
+
sh:property [
|
|
98
|
+
sh:path schema:image ;
|
|
99
|
+
sh:minCount 1 ;
|
|
100
|
+
sh:severity sh:Warning ;
|
|
101
|
+
sh:message "Recommended by Google: image." ;
|
|
102
|
+
] ;
|
|
103
|
+
sh:property [
|
|
104
|
+
sh:path schema:interactionStatistic ;
|
|
105
|
+
sh:minCount 1 ;
|
|
106
|
+
sh:severity sh:Warning ;
|
|
107
|
+
sh:message "Recommended by Google: interactionStatistic." ;
|
|
108
|
+
] ;
|
|
109
|
+
sh:property [
|
|
110
|
+
sh:path schema:sameAs ;
|
|
111
|
+
sh:minCount 1 ;
|
|
112
|
+
sh:severity sh:Warning ;
|
|
113
|
+
sh:message "Recommended by Google: sameAs." ;
|
|
114
|
+
] ;
|
|
115
|
+
]
|
|
116
|
+
) ;
|
|
117
117
|
] ;
|
|
118
118
|
sh:property [
|
|
119
119
|
sh:path schema:dateCreated ;
|