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

ignore HTML elements & json-ld schema using data-pagebreak-ignore #44

Open
husenunicorn opened this issue Mar 23, 2023 · 2 comments
Open

Comments

@husenunicorn
Copy link

husenunicorn commented Mar 23, 2023

{# Index.html template #}

< aside data-pagebreak-ignore >
< p > This content will be ignored when the pagebreak created the page < /p >
< /aside >

< aside data-pagebreak-ignore >

<script type="application/ld+json"> --   | {   | "@context": "https://schema.org",   | "@type": "WebSite",   | "publisher": {   | "@type": "Organization", </script>

< /aside >

{# end index.html template #}
that way the avoid duplicate content

@husenunicorn husenunicorn changed the title exclude rewrites using data-pagebreak-ignore ignore HTML elements & json-ld schema using data-pagebreak-ignore Mar 24, 2023
@bglw
Copy link
Contributor

bglw commented Mar 25, 2023

That's a good idea, I'll look at implementing this soon.

@husenunicorn
Copy link
Author

Thank You🙏🙏

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

2 participants