#microdata — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #microdata, aggregated by home.social.
-
Dear Fediverse, do you have examples of microdata improving accessibility in any way?
-
New blog post: Structured
https://blog.strengthofone.com/2025/01/25/structured/Inspired by this article:
https://www.htmhell.dev/adventcalendar/2024/18/Written by: @Alan
-
-
The four most popular ways to use RDF-based metadata on websites are RDFa-Core, RDFa-Lite, Microdata, and inline JSON-LD.
I can’t use RDFa-Lite because I need
relHTML attributes.relsilently upgrades RDFa-Lite to RDFa-Core, which parses differently. I doubt all parsers upgrade correctly; some will try to parse RDFa-Core as RDFa-Lite. Conformant RDFa parsers upgrade RDFa-Lite pages to RDFa-Core despite many authors only being familiar with RDFa-Lite. I suppose resources like Schema.org and Google’s documentation only documenting RDFa-Lite markup worsens the confusion. Update 2024-12-16: Sarven Capadisli has clarified on the Fediverse that this is the behavior of one faulty parser;relonly triggers an upgrade when used with an RDFa namespace. I may re-evaluate RDFa.With RDFa split between two incompatible alternatives with a confusing upgrade mechanism, the alternatives are Microdata and JSON-LD. I use structured data extensively; JSON-LD would duplicate most of the page. Let’s use this relatively short article as an example. Exruct can convert the embedded Microdata into a massive JSON document featuring JSON-LD. Take a look at the JSON-LD and HTML side by side. Microdata attributes take a fraction of the footprint, encode the same information, and don’t require duplicating nearly the entire page.
Originally posted on
seirdy.one: See Original (POSSE). #Microdata #SemanticWeb #RDFa #HTML -
#TIL about #MicroData, a way of embedding metadata inside #web pages for #SEO.
https://developer.mozilla.org/en-US/docs/Web/HTML/Microdata
Does anyone actually do this in 2024? I feel like semantic HTML combined with #OpenGraph mostly solves this problem. Is this a useful tool for web developers?
-
Here's a fun scrap of CSS to see where Schema .org microdata is on a web page ``` [itemprop]::after { content: "🗂️"; } [itemprop] { outline: 1px dashed pink; } ``` Highlights any elements and displays a cute emoji after them. #Schema #Microdata #HTML #CSS #WebDev #SemanticWeb
-
Here's a fun scrap of CSS to see where Schema.org microdata is on a web page
```
[itemprop]::after {
content: "🗂️";
}
[itemprop] {
outline: 1px dashed pink;
}
```Highlights any elements and displays a cute emoji after them.
-
De jacht op de bankgegevens van burgers | #microdata #privacy #AVG #openfinance
-
“Microdata is most useful […] when it is used in contexts where other authors and readers are able to __________ new uses of the markup.”
-
The University of Groningen announced the renewal of its cooperation agreement with #CBS (Statistics Netherlands) 🎉🎉
Using CBS #microdata with existing #datasets, #researchers can expedite their investigations, avoid duplicative efforts, and allocate resources more efficiently.
The UG Digital Competence Centre supports researchers in navigating the CBS platform and maximizing its potential.
📰 Read more: https://t.co/O3I9G6lcrZ
ℹ️ Learn more about CBS microdata: https://t.co/WfAhbiANe3
-
CBS weet op individueel niveau hoe iedere Nederlander er voor staat #microdata
"Aankondiging nieuwe methode om armoede te meten door CBS, SCP en Nibud" | CBS
-
Add microdata to your resume to make it super SEO friendly!
How to use JSON Resume and Schema.org to make your resume a machine-readable data object all about YOU.
https://dev.to/scottnath/make-your-resume-seo-friendly-using-json-resume-with-microdata-1kln
-
Add microdata to your resume to make it super SEO friendly!
How to use JSON Resume and Schema.org to make your resume a machine-readable data object all about YOU.
https://dev.to/scottnath/make-your-resume-seo-friendly-using-json-resume-with-microdata-1kln
-
Add microdata to your resume to make it super SEO friendly!
How to use JSON Resume and Schema.org to make your resume a machine-readable data object all about YOU.
https://dev.to/scottnath/make-your-resume-seo-friendly-using-json-resume-with-microdata-1kln
-
Add microdata to your resume to make it super SEO friendly!
How to use JSON Resume and Schema.org to make your resume a machine-readable data object all about YOU.
https://dev.to/scottnath/make-your-resume-seo-friendly-using-json-resume-with-microdata-1kln
-
Add microdata to your resume to make it super SEO friendly!
How to use JSON Resume and Schema.org to make your resume a machine-readable data object all about YOU.
https://dev.to/scottnath/make-your-resume-seo-friendly-using-json-resume-with-microdata-1kln
-
What a weird and unexpected problem to have.
There are no data on permanent #migration and #mobility between #European countries on the regional NUTS2 level.
We've combed through #eurostat, #microdata like EU-SILC, EU-LFS and ESS. All unique identifiers for respondents are unique only within the host country. That is, we can not trace any international movements between NUTS2 regions. Country to country is available, but nothing regional like between FI1B and EE00, or DE13 and FRF1.
-
Substantial #transmission of #SarsCoV2 through casual #contact in retail #stores: Evidence from matched administrative #microdata on card #payments and testing, PNAS: https://doi.org/10.1073/pnas.2317589121
We document that exposure to an infected individual in a store is associated with a significantly higher infection rate in the following week. Our estimates imply that transmissions between retail #shoppers made a substantial contribution to the Covid-19 pandemic.
-
I guess the #fediverse is probably the best place to ask a #webdev #web functioning question of this nature:
I want to add either an #rss or #atom feed to my personal #website. I'm living like it's 2003 and remade it in #xslt, so I was wondering if there is a way of embedding either format directly inside a #xhtml document, #microdata style, or do I need a separate file and/or a more involved #webserver setup with #contenttype?
That would be swell since I could use the same #xml base file to generate links to posts in the #html document, as well as make it available as a #feed.
The alternative would be to pipe this through some build step that pre-generates both files for me, but I'd rather keep this fully #static "drop files into a web server".
-
После RSS
В свободное время я занимаюсь разработкой сервиса "Awakari", идея которого - фильтрация интересных событий из неограниченного числа различных источников. В этой статье я расскажу о способах извлечения публично доступной информации в интернете за пределами RSS-лент и телеграм-каналов.
https://habr.com/ru/articles/792560/
#awakari #semantic_web #metadata #scraping #rss #jsonld #microdata #microfortmats #data_mining
-
После RSS
В свободное время я занимаюсь разработкой сервиса "Awakari", идея которого - фильтрация интересных событий из неограниченного числа различных источников. В этой статье я расскажу о способах извлечения публично доступной информации в интернете за пределами RSS-лент и телеграм-каналов.
https://habr.com/ru/articles/792560/
#awakari #semantic_web #metadata #scraping #rss #jsonld #microdata #microfortmats #data_mining
-
📘NEW CPC-CG #WorkingPaper⤵️
📈Estimates the 2011 total #fertility rate (#TFR) using the #ONS Longitudinal Study, Scottish #Longitudinal Study, and the 2011 #Census Secure #Household #Microdata samples, compared to estimates from vital registration.
By Joanne Ellison, Bernice Kuang, Sarah Christison, Ann Berrington and Hill Kulu
▶️ http://www.cpc.ac.uk/docs/WP_106_Estimating_the_2011_total_fertility_rate.pdf
-
It is wonderful that #Google has taken steps to support the `DiscussionForumPosting` type. They used to classify forum topics/posts by their own proprietary metrics and formulas, and it was always a gamble as to what Google would consider indexable. With these latest changes, **site owners themselves** are able to explicitly highlight which items are important for search engines to consume, in a standards-compliant way. 💯 !
Read more ➡️ https://community.nodebb.org/topic/17683/updates-to-structured-data-for-search-engines
-
Gemeenten en datagebruik | @AmsterdamNL en @rotterdam zijn grootverbruikers van de #microdata van het @statistiekcbs | gemeenten en het @StichtingBKR
-
Is #openfinance een nieuwe informatiebron voor toezichthouders @DNB_NL en @AutoriteitFM - in aanvulling op de #microdata van @statistiekcbs ? | #AVG #gegevensbescherming
-
It it possible to use #Microdata (`itemscope`, `itemprop` etc.) https://html.spec.whatwg.org/multipage/microdata.html#microdata in #MathML Core? It doesn't seem like it from https://www.w3.org/TR/mathml-core/#mathml-elements-and-attributes
For example to use SI units like metre, seconds etc. instead of using `class` like in this @w3c note from 2003 https://www.w3.org/TR/mathml-units/
-
Spent some of my afternoon attempting to better implement #MicroFormats2 and schema.org #MicroData into my blog.
I think I've done a reasonable job (according to the various parsers I can check) but all in all it's just made my head hurt for no tangible benefit I can glean.
It shouldn't be this tricky right?
-
Ok, so I think I found a #masonry #layout #template that will suit my wants. I will probably need to do some modifications to implement #microdata / #microformats ( #microformats2 ) (maybe #RDFa lite too?).
Now another big #question would be, should I use the Open #Dyslexic #typeface? #webdev #design #ux #ui #uiux https://opendyslexic.org/
-
@officialmicrodata And since this is going so nicely right now, here's a list for anyone interested in official microdata. Please boost #officialmicrodata #microdata #eusilc #eulfs #mikrozensus
-
Spent some of my afternoon attempting to better implement #MicroFormats2 and schema.org #MicroData into my blog.
I think I've done a reasonable job (according to the various parsers I can check) but all in all it's just made my head hurt for no tangible benefit I can glean.
It shouldn't be this tricky right?
-
Spent some of my afternoon attempting to better implement #MicroFormats2 and schema.org #MicroData into my blog.
I think I've done a reasonable job (according to the various parsers I can check) but all in all it's just made my head hurt for no tangible benefit I can glean.
It shouldn't be this tricky right?
-
Spent some of my afternoon attempting to better implement #MicroFormats2 and schema.org #MicroData into my blog.
I think I've done a reasonable job (according to the various parsers I can check) but all in all it's just made my head hurt for no tangible benefit I can glean.
It shouldn't be this tricky right?
-
Spent some of my afternoon attempting to better implement #MicroFormats2 and schema.org #MicroData into my blog.
I think I've done a reasonable job (according to the various parsers I can check) but all in all it's just made my head hurt for no tangible benefit I can glean.
It shouldn't be this tricky right?
-
Ok, so I think I found a #masonry #layout #template that will suit my wants. I will probably need to do some modifications to implement #microdata / #microformats ( #microformats2 ) (maybe #RDFa lite too?).
Now another big #question would be, should I use the Open #Dyslexic #typeface? #webdev #design #ux #ui #uiux https://opendyslexic.org/
-
Ok, so I think I found a #masonry #layout #template that will suit my wants. I will probably need to do some modifications to implement #microdata / #microformats ( #microformats2 ) (maybe #RDFa lite too?).
Now another big #question would be, should I use the Open #Dyslexic #typeface? #webdev #design #ux #ui #uiux https://opendyslexic.org/
-
Ok, so I think I found a #masonry #layout #template that will suit my wants. I will probably need to do some modifications to implement #microdata / #microformats ( #microformats2 ) (maybe #RDFa lite too?).
Now another big #question would be, should I use the Open #Dyslexic #typeface? #webdev #design #ux #ui #uiux https://opendyslexic.org/
-
Ok, so I think I found a #masonry #layout #template that will suit my wants. I will probably need to do some modifications to implement #microdata / #microformats ( #microformats2 ) (maybe #RDFa lite too?).
Now another big #question would be, should I use the Open #Dyslexic #typeface? #webdev #design #ux #ui #uiux https://opendyslexic.org/
-
Is #openfinance een nieuwe informatiebron voor toezichthouders @DNB_NL en @AutoriteitFM - in aanvulling op de #microdata van @statistiekcbs ? | #AVG #gegevensbescherming
-
What schema.org microdata should i take to optimize a border school profile?
I provide the name, adress, domain, review and images.
I found this one --> https://schema.org/Place but dont know if there is something more fitting.
#seo #SearchEngineOptimization #schema #microdata #onpage #google
-
What schema.org microdata should i take to optimize a border school profile?
I provide the name, adress, domain, review and images.
I found this one --> https://schema.org/Place but dont know if there is something more fitting.
#seo #SearchEngineOptimization #schema #microdata #onpage #google
-
What schema.org microdata should i take to optimize a border school profile?
I provide the name, adress, domain, review and images.
I found this one --> https://schema.org/Place but dont know if there is something more fitting.
#seo #SearchEngineOptimization #schema #microdata #onpage #google