put page in <main> tag

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
wb_user
 
 
Posts: 1062
Joined: Sun Jul 05, 2015 7:03 am

put page in <main> tag

Post by wb_user »

hi
I have a design with layout grid
try to put All of layout's in <main></main> tag
The end result will be:
<header></header>
<main></main>
<footer></footer>
but I cant good way to add ~10 layout grids in one main tag
I can set <main> each layout grid. but this not correct work. for SEO, pages should have one <main> tag.
so this question happen: is this work possible in wb?
User avatar
Pablo
 
Posts: 23598
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: put page in <main> tag

Post by Pablo »

You can use nested layout grids where the outer layout uses the <main> tag.
or use custom HTML where you add <main> to the first grid and </main> to the last grid.
wb_user
 
 
Posts: 1062
Joined: Sun Jul 05, 2015 7:03 am

Re: put page in <main> tag

Post by wb_user »

Pablo wrote: Mon Apr 11, 2022 2:08 pm You can use nested layout grids where the outer layout uses the <main> tag.
or use custom HTML where you add <main> to the first grid and </main> to the last grid.
use your first method.
thanks.
Post Reply