Skip to content

JSON+LD not getting compressed within HTML #57

Open
@aebrahim

Description

@aebrahim

In my HTML page, I've found that including JSON+LD is not getting compressed while other script tags are

<script type="application/ld+json">
{
    "@context": "https://schema.org",
    // etc
}
</script>

My settings in _config.yml are

jekyll-minifier:
  uglifier_args:
    harmony: true
  remove_intertag_spaces: true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions