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
Schema.org is a project run by a consortium of search engines. Schema.org has created an extensive library of schemas that web-masters can use to explicitly mark-up their websites content in order to improve search engine visibility and interoperability.
19
15
20
16
Bioschemas is an initiative to supplement the work of schema.org to help improve the findability of online resources in the life sciences.
@@ -25,50 +21,67 @@ The two main activities of Bioschemas are:
If your domain is not life sciences, your materials can still use these Bioschemas profiles. See [schemas.science](https://schemas.science) for domain-agnostic profiles. The Course, CourseInstance and TrainingMaterial profiles in schemas.science are equivalent to the Bioschemas profiles of the same name.
39
-
:::
44
+
```
40
45
41
46
42
-
:::{grid-item-card}
43
-
{fas}`laptop-code;sd-text-secondary`**Sitemaps**
44
-
^^^
47
+
## Sitemaps
45
48
46
49
To help search engines (and TeSS) discover all the pages on a site that have Bioschemas markup, a [sitemap](https://developers.google.com/search/docs/crawling-indexing/sitemaps/overview) should be used. Sitemaps are basically a directory listing of all the pages on your site.
47
50
48
-
Sitemaps are a well-established standard, and there should be sitemap libraries and plugins available for whichever software you are using to provide your site.
51
+
::::{grid} 1 1 1 1
52
+
:gutter: 3
53
+
54
+
:::{grid-item-card}
55
+
{fas}`laptop-code;sd-text-secondary` Sitemaps are a well-established standard, and there should be sitemap libraries and plugins available for whichever software you are using to provide your site.
49
56
:::
57
+
::::
50
58
59
+
## API
51
60
52
-
:::{grid-item-card}
53
-
{fas}`plug;sd-text-secondary`**API**
54
-
^^^
55
61
Application Programming Interfaces, or APIs, typically have endpoint URLs that, when accessed, return data in a common exchange format, such as JSON.
56
62
57
-
TeSS currently supports the APIs for:
63
+
64
+
::::{grid} 1 1 2 2
65
+
:gutter: 3
66
+
67
+
:::{grid-item-card}
68
+
{fas}`plug;sd-text-secondary` TeSS currently supports the APIs for:
58
69
59
70
-[Eventbrite](https://eventbrite.com/) - for events
Many organisations use calendar applications to organise and display their events. These may be custom-made or, more likely, utilise applications like Google Calendar. Calendar applications maintain an underlying file for event storage and retrieval, typically in the iCal (.ics) format.
70
80
71
-
TeSS can extract event descriptions, dates and locations from iCal files.
72
-
:::
81
+
::::{grid} 1 1 1 1
82
+
:gutter: 3
73
83
74
-
::::
84
+
:::{grid-item-card}
85
+
{fas}`calendar-days;sd-text-secondary` TeSS can extract event descriptions, dates and locations from iCal files.
0 commit comments