2022年8月2日星期二

5 star rating in google search (rich results)

https://developers.google.com/search/docs/advanced/structured-data



<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"provider": {
"@type": "Organization",
"name": "Techdesignism",
"sameAs": "http://www.techdesignism.com/",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5",
"reviewCount": "1390"
}
}
}
</script>

2022年8月1日星期一

js check scrolled to bottom

 window.onscroll = function(ev) {

    if ((window.innerHeight + window.scrollY) >= document.body.offsetHeight) {
        // you're at the bottom of the page
    }
};

image img vertical text align center

  < div > < img style = "vertical-align:middle" src = "https://via.placeholder.com/60x60" alt = "A gr...