Cache busting in Angular for static assetsArticle contains
  1. What is cache busting in Angular?
  2. The solution
  3. How to
    1. Angular
  4. Feedback
  5. Workable example
How to play YouTube videos in the background in the browser (Android and iOS)Article contains
  1. How to play YouTube videos in the background on Android
  2. How to play YouTube videos in the background on iOS
How do I clear a big /var/log/journal folder?Article contains
  1. The problem
  2. How do I clear a big /var/log/journal folder?
    1. Determine how much disc space /var/log/journal consumes
    2. Clear (reduce) the folder size instantly
  3. Control the amount of disc space that /var/log/journal can utilise
OpenAI releases GPTBot with instructions on how to restrict accessArticle contains
  1. How GPTBot works
  2. GPTBot access restrictions
  3. Concerns regarding legal and ethical issues
Monitor and the sentence Chat GPT on it

OpenAI releases GPTBot with instructions on how to restrict access

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.

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.

Continue reading “OpenAI releases GPTBot with instructions on how to restrict access”
Hide content in CSS pseudo elements from screen readersArticle contains
  1. Use case
  2. Solution
    1. How to hide from the screen reader CSS content defined in pseudo element?
    2. Example code
  3. Test results
  4. Limitations
Create perfect H1 heading for SEO and AccessibilityArticle contains
  1. The anatomy of the H1 heading
  2. H1 heading best practices
    1. Organize heading levels hierarchically in the same way that a book's index is organized
    2. Keep correct headings hierarchy importance to clearly highlight a page's structure and organization
    3. Include important keywords in your H1 heading
    4. Keep H1 heading unique across all pages
    5. The H1 heading should not be wrapped around the logo
    6. What should the length of an H1 element be?
    7. The H1 heading and page title
Trophy for the first place in the search results

Create perfect H1 heading for SEO and Accessibility

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!

Continue reading “Create perfect H1 heading for SEO and Accessibility”
What is JSON LD? Frequently asked questions.Article contains
  1. What is LD JSON used for?
  2. Why should I use JSON-LD?
  3. Where to place in the code?
  4. Can I have many different structured data's on the page?
  5. Why does Google prefer JSON-LD than other structured data types?
  6. Is JSON-LD a W3C standard?
  7. How does JSON-LD affect SEO?
  8. What are typical errors related to JSON-LD?
  9. Summary
  10. Fun fact about JSON-LD and the words used to find it
Google Rich Results and no items detectedArticle contains
  1. Why do I see No items detected message?
  2. How to fix it
3 blocks and each has one letter: S, E, O

Google Rich Results and no items detected

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”
Create a self-signed SSL certificate and update Keychain Access on MacOSArticle contains
  1. How to create a self-signed certificate with the command line?
  2. Updating Nginx configuration
Sass darken and lighten functions replace with color.adjust in Visual Studio CodeArticle contains
  1. Replacing darken or lighten with color.adjust automatically in all files
  2. Notes