Images and other assets you have in your assets folder that you reference in Angular templates are not hashed, and we are going to solve that problem.
Continue reading “Cache busting in Angular for static assets”
Images and other assets you have in your assets folder that you reference in Angular templates are not hashed, and we are going to solve that problem.
Continue reading “Cache busting in Angular for static assets”When you go to another app or turn off the screen, YouTube stops playing in the browser. Here are some tips to keep those videos playing in the background. The Brave browser on Android and iOS can play YouTube in the background, with the exception that on Android it plays only audio.
Continue reading “How to play YouTube videos in the background in the browser (Android and iOS)”Can we remove files from the /var/log/journal
folder? Yes, indeed. It’s completely fine as long as you don’t require the logs for troubleshooting.
OpenAI has released GPTBot, a new web crawler designed to boost future artificial intelligence models such as GPT-4 and the upcoming GPT-5. According to an OpenAI blog post, using GPTBot has the potential to improve existing AI models in areas such as accuracy and safety.
Continue reading “OpenAI releases GPTBot with instructions on how to restrict access”Web pages crawled with the GPTBot user agent may potentially be used to improve future models and are filtered to remove sources that require paywall access, are known to gather personally identifiable information (PII), or have text that violates our policies. Allowing GPTBot to access your site can help AI models become more accurate and improve their general capabilities and safety. Below, we also share how to disallow GPTBot from accessing your site.
Hiding content generated through the content
CSS property isn’t easy out of the box. However, some tricks can be used to achieve that.
Let’s then see the possibilities and limitations.
Continue reading “Hide content in CSS pseudo elements from screen readers”Headings communicate the organization of the page’s content. The h1
heading, which is usually the largest heading on a page, describes the main topic of the page and typically corresponds to the title of the page. It gives users an indication of what the page is about.
The h1
heading influences visitors’ decisions about whether or not to continue reading a page. It communicates the page’s relevance to search engines.
According to the WCAG headings rules, levels should be used hierarchically, with the main heading being the highest level (h1
) and subheadings being subsequent lower levels (h2
, h3
, h4
, etc.). This structure makes it easier for people with visual impairments, cognitive disabilities, and learning difficulties to easily understand the content of a web page.
In this article, we’ll go over all you need to know about the h1
heading and how to make the most of it from the perspective of the user, SEO, and accessibility!
JSON-LD means JavaScript Object Notation for Linked Data. It is called structured data and it is used to more precisely describe your content on the page because only HTML is not good enough. JSON-LD is not visible to the user, but it helps search engines understand your content better by providing information about a page and classifying the page content.
Continue reading “What is JSON LD? Frequently asked questions.”Structured data assists search engines in determining the type of content on a page. JSON-LD (<script type="application/ld+json">
) is a structured data type recommended by Google. It offers a variety of schemas for various types of web pages, such as FAQs, Articles, Products, and so on. Including the appropriate schema markups can help Google better understand and rank the web page.
However, while working with schema on Google Rich Results you may get a message: No items detected
(known also as no rich results detected in this url
).
What does that mean?
Continue reading “Google Rich Results and no items detected”Creating a self-signed SSL certificate and updating Keychain Access on MacOS might be tricky. However, with mkcert this process can be done easily.
Continue reading “Create a self-signed SSL certificate and update Keychain Access on MacOS”Sass color.adjust function is now replacing darken
or lighten
functions with the new Sass module system. However, making changes manually to all files can be very time-consuming. Here is how to make it faster for all files in Visual Studio Code.