How to pause and resume event propagation in JavaScript?Article contains
  1. How to pause and resume events in JavaScript
  2. Support for asynchronous operations during event propagation pause
  3. Techniques for pausing and resuming event propagation
  4. Implementing event pausing and resuming in JavaScript
  5. Implementing event pausing and resuming on input type file
Hide content in CSS pseudo elements from screen readersArticle contains
  1. Hiding content in CSS pseudo elements from screen readers: use case and solution
  2. How to hide content from screen readers in CSS pseudo elements
    1. Solution: Hiding Content in Pseudo Elements
    2. Example code: hiding content from screen readers
  3. Results of testing the implementation
  4. Limitations and considerations for hiding content in pseudo elements
Create perfect H1 heading for SEO and AccessibilityArticle contains
  1. The anatomy of the H1 heading
  2. Organize heading levels hierarchically in the same way that a book's index is organized
  3. Keep correct headings hierarchy importance to clearly highlight a page's structure and organization
  4. Include important keywords in your H1 heading
  5. Keep H1 heading unique across all pages
  6. The H1 heading should not be wrapped around the logo
  7. What should the length of an H1 element be?
  8. The H1 heading and page title
  9. Get more inspiration for the H1 description and page content outline
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?
    1. JSON-LD, SEO and Frequently Asked Question (FAQ) example in Google
    2. JSON-LD, SEO and Contact example in Bing
  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. Automatically replacing Sass darken and lighten functions with color.adjust in All Files with Visual Studio Code
  2. Important notes on the replacement process
Accessibility overlays - demystifying secretsArticle contains
  1. What accessibility overlay is?
  2. How does accessibility overlay work?
  3. How do I add widgets to accessibility?
  4. Can automated accessibility tools really fix all issues?
  5. Are accessibility overlays WCAG compliant?
  6. Is it possible for an overlay product to prevent the legal risk?
  7. Why do accessibility overlays often break page layout and behavior?
    1. Soft issues
    2. Hard issues
  8. Summary in bulletpoints
  9. Business perspective
  10. The recommended solution
  11. Other resources
Sitelint presentation at CSUN Assistive Technology ConferenceArticle contains
  1. Description
  2. Audience
CSUN Conference logo 2023

Sitelint presentation at CSUN Assistive Technology Conference

We’ll have the presentation An Approach to Real-Time, Client-Side Accessibility Audits at CSUN 2023 Conference .

Description

SiteLint is Google Analytics for Accessibility. The platform allows users to monitor and audit unlimited sites, in real-time, without crawling or auditing in specific time intervals. Users can collect results from real users, networks, and devices, which will improve significantly the remediation process by knowing which pages reported the most issues. This session will provide a demo of SiteLint and talk about the technical challenges overcome.

Audience

  • Higher Education
  • Information & Communications Technology
  • Government
  • Finance & Banking
  • Research & Development
How to embed a PDF in HTML without downloading itArticle contains
  1. Embedding PDFs in HTML with a step-by-step guide
  2. Sample code for embedding PDFs in HTML without using third-party plugins
  3. Practical Example for embedding PDFs in HTML and CSS
  4. What happens if the PDF is too large to fit within the iframe or viewer provided by the cloud service?