Skip to main content

HTML Tags

Comments

3 comments

  • Ariel H.

    Hi Noah,

    Thank you for reaching out to us.

    Unfortunately, I am unable to fully understand your concern.  Are you trying to create a one-page website where the navigation menu links to different sections of the same page? It would be greatly appreciated if you could provide further details, or perhaps share an example of a website that showcases the functionality you require.

    I am looking forward to your response.

    Best regards,
    Ariel H.

    0
  • Noah Hielscher

    Vielen Dank für die schnelle Rückmeldung. Es geht um die HTMl Tags von Blocks

    Hierbei bin ich mir unsicher, wie ich meine Blocks / Abschnitte auf meiner Webseite richtig benenne mit HTML Tags. Kennen tue ich es von der SEO Analyse so, dass man ein <main> Tag hat und in dem <main> tag weitere <sections> Tags. Nun kann hab man je beim Pagebuilder immer Abschnitte (Blocks) die man ja nicht mit einem <section> Tag verbinden kann. Somit muss man jeden Abschnitt (Block) einzelne mit HTMl Tag ausstatten. 
    Meine Webseite hat folgende Abschnitte:
    1. Block = Header
    2. Block = Willkommensbanner
    3. Block = Leistungen
    4. Block = Über uns
    5. Block = Stellenanzeige
    6. Block = Footer

    Können Sie mir eine richtige Platzierung der HTML Tags zu den jeweiligen genannten "Blocks" nennen? 
    Bsp: 
    2. Block = Willkommensbanner = <main>
    3. Block = Leistung = <section>
    u.s.w.

    Ich bin mir einfach unsicher ob ich alle einfach mit <sections> Tags ausstatten, da laut SEO auch ein gesamtheitlicher <main> Tag notwendig ist. 

    0
  • Ariel H.

    Hi Noah,

    Thank you for the update.

    To structure your webpage, you can follow the following guidelines:

    Header - use the <header> tag for the top section of your webpage, which typically includes the site logo, site title, and navigation menu.

    Welcome Banner - use the <section> tag, it's inappropriate to use the <main> tag in this case, as it is only used to draw attention to your core content.

    Services - use the <section> tag to create a section dedicated to showcasing the services your website offers.

    About Us - again, use the <section> tag to define a section that provides information about your organization or website.

    Job Advertisement - if you have a section specifically for job advertisements, you can use the <section> tag.

    Footer - use the <footer> tag at the bottom of your webpage to include information like copyright notices, contact details, and links to relevant pages.

    If you have any further questions, please let us know.

    Best regards,
    Ariel H.

    0

Please sign in to leave a comment.