Skip to content

Commit 350e267

Browse files
committed
Add schema data to feed the bots
...in light of humanity's impending conflict against Skynet
1 parent e988cf4 commit 350e267

File tree

1 file changed

+136
-0
lines changed

1 file changed

+136
-0
lines changed

index.html

Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,142 @@
341341
border: 0;
342342
}
343343
</style>
344+
<script type="application/ld+json">
345+
{
346+
"@context": "https://schema.org",
347+
"@type": "Organization",
348+
"name": "Plugin Pizza",
349+
"url": "https://pluginpizza.com",
350+
"logo": "https://pluginpizza.com/assets/images/logo-plugin-pizza.svg",
351+
"description": "Bite-size plugins for WordPress, free and open-source",
352+
"sameAs": [
353+
"https://github.com/pluginpizza"
354+
],
355+
"address": {
356+
"@type": "PostalAddress",
357+
"addressLocality": "Berlin",
358+
"addressCountry": "DE"
359+
},
360+
"mainEntity": {
361+
"@type": "ItemList",
362+
"itemListElement": [
363+
{
364+
"@type": "SoftwareApplication",
365+
"position": 1,
366+
"name": "Uncomment – Disable Comments",
367+
"applicationCategory": "WordPress Plugin",
368+
"operatingSystem": "WordPress",
369+
"description": "Your one-stop shop to completely remove all comment functionality from your theme and administration screens.",
370+
"url": "https://wordpress.org/plugins/uncomment/",
371+
"offers": {
372+
"@type": "Offer",
373+
"price": "0",
374+
"priceCurrency": "USD"
375+
}
376+
},
377+
{
378+
"@type": "SoftwareApplication",
379+
"position": 2,
380+
"name": "Admin Bar Site ID",
381+
"applicationCategory": "WordPress Plugin",
382+
"operatingSystem": "WordPress",
383+
"description": "Display the current site ID in the WordPress admin bar on multisite networks.",
384+
"url": "https://wordpress.org/plugins/admin-bar-site-id/",
385+
"offers": {
386+
"@type": "Offer",
387+
"price": "0",
388+
"priceCurrency": "USD"
389+
}
390+
},
391+
{
392+
"@type": "SoftwareApplication",
393+
"position": 3,
394+
"name": "Default Admin Color Scheme",
395+
"applicationCategory": "WordPress Plugin",
396+
"operatingSystem": "WordPress",
397+
"description": "Select a default admin color scheme for new and existing users. Optionally disable the color scheme picker for all users.",
398+
"url": "https://wordpress.org/plugins/default-admin-color-scheme/",
399+
"aggregateRating": {
400+
"@type": "AggregateRating",
401+
"ratingValue": "4.5",
402+
"ratingCount": "5"
403+
},
404+
"offers": {
405+
"@type": "Offer",
406+
"price": "0",
407+
"priceCurrency": "USD"
408+
}
409+
},
410+
{
411+
"@type": "SoftwareApplication",
412+
"position": 4,
413+
"name": "Automatic Login",
414+
"applicationCategory": "WordPress Plugin",
415+
"operatingSystem": "WordPress",
416+
"description": "Developers rejoice! Automatic Login logs you in automatically on your local WordPress development environment.",
417+
"url": "https://wordpress.org/plugins/automatic-login/",
418+
"aggregateRating": {
419+
"@type": "AggregateRating",
420+
"ratingValue": "5.0",
421+
"ratingCount": "5"
422+
},
423+
"offers": {
424+
"@type": "Offer",
425+
"price": "0",
426+
"priceCurrency": "USD"
427+
}
428+
},
429+
{
430+
"@type": "SoftwareApplication",
431+
"position": 5,
432+
"name": "Sort Settings Menu",
433+
"applicationCategory": "WordPress Plugin",
434+
"operatingSystem": "WordPress",
435+
"description": "Sorts the \"Settings\" menu items in alphabetical order and makes it easier to find a settings page.",
436+
"url": "https://wordpress.org/plugins/sort-settings-menu/",
437+
"offers": {
438+
"@type": "Offer",
439+
"price": "0",
440+
"priceCurrency": "USD"
441+
}
442+
},
443+
{
444+
"@type": "SoftwareApplication",
445+
"position": 6,
446+
"name": "Hide Admin Icons",
447+
"applicationCategory": "WordPress Plugin",
448+
"operatingSystem": "WordPress",
449+
"description": "Hides the admin navigation menu icons.",
450+
"url": "https://wordpress.org/plugins/hide-admin-icons/",
451+
"aggregateRating": {
452+
"@type": "AggregateRating",
453+
"ratingValue": "5.0",
454+
"ratingCount": "5"
455+
},
456+
"offers": {
457+
"@type": "Offer",
458+
"price": "0",
459+
"priceCurrency": "USD"
460+
}
461+
},
462+
{
463+
"@type": "SoftwareApplication",
464+
"position": 7,
465+
"name": "Lorem Ipsum Autocompleter",
466+
"applicationCategory": "WordPress Plugin",
467+
"operatingSystem": "WordPress",
468+
"description": "Quickly insert lorem ipsum text or placeholder images via autocompletion by typing 'lorem' in the block editor.",
469+
"url": "https://wordpress.org/plugins/loremipsum/",
470+
"offers": {
471+
"@type": "Offer",
472+
"price": "0",
473+
"priceCurrency": "USD"
474+
}
475+
}
476+
]
477+
}
478+
}
479+
</script>
344480
</head>
345481
<body>
346482
<div class="wrap">

0 commit comments

Comments
 (0)