Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to specify where HTML will be rendered #134

Open
webartistse opened this issue Jun 13, 2024 · 0 comments
Open

Unable to specify where HTML will be rendered #134

webartistse opened this issue Jun 13, 2024 · 0 comments

Comments

@webartistse
Copy link

Now the bar and modal will be added as first child in body which causes bad structure for SEO and for accessibility directive as well. For good structure of headings the H1 should be first followed by H2 for the imost important content. Cookieconcent cause the the document to start with a H2 from cookiebar and modal.

I suggest an option to choose which element ro replace (if found) so you can choose where to place the rendered HTML. Otherwise place the code as last child in body.

I created a PR that place most of the HTML last here: #133

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant