Skip to content

Commit

Permalink
Update SeoSchemaField.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Uğurhan Gül authored Jun 16, 2023
1 parent f4a5af4 commit 4960afc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class SeoSchemaField : ISeoField

public HtmlString Render(object value)
{
return new HtmlString($"<script type=\"application/ld+json\" />{value}</script>");
return new HtmlString($"{value}");
}
}
}

0 comments on commit 4960afc

Please sign in to comment.