Viewing 1 post (of 1 total)
  • Author
    Posts
  • #1486403

    Hi Enfold Team,

    we’d like to get your feedback regarding the page structure and semantic markup used in our Enfold setup. An accessibility tool pointed out that our website lacks a <main> landmark, which is suboptimal in terms of both accessibility (screen reader navigation) and SEO.

    Observation:
    Currently, our page structure looks something like this:
    ——————-
    <div class=”main”>
    <!– content –>
    </div>
    ————–
    The accessibility tool reports that a semantic <main> element is missing, which is important for screen readers and search engines.

    Question:
    From your perspective, is there any reason not to change the markup to the following?
    ——————-
    <main class=”main”>
    <!– content –>
    </main>
    ———————
    Can you confirm whether this change is reasonable and compatible with Enfold, or is there anything we should be aware of before implementing it?

    Thanks in advance,

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.