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?
put page in <main> tag
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
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
Re: put page in <main> tag
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.
or use custom HTML where you add <main> to the first grid and </main> to the last grid.
Re: put page in <main> tag
use your first method.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.
thanks.