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

Global JSON-LD meta tag inclusion feature suggestion #2

Open
bastdan opened this issue Apr 19, 2018 · 1 comment
Open

Global JSON-LD meta tag inclusion feature suggestion #2

bastdan opened this issue Apr 19, 2018 · 1 comment
Assignees

Comments

@bastdan
Copy link

bastdan commented Apr 19, 2018

Schema.org is a standard to enhance websites with meta information. Search engines could read this information to automatically detect the content of a website.
One common form to write schema information is using JSON-LD format, where a script tag is inserted at the head tag of the page, like this:

<!-- Schema data -->
<script type="application/ld+json">
{
	"@context": "http://schema.org",
	"@type": "LegalService",
	"name": "Giane Marize Barroso",
	"url": "https://gmbarroso.adv.br",
	"image": "https://gmbarroso.adv.br/android-chrome-512x512.png",
	"contactPoint" : [
		{
			"@type" : "ContactPoint",
			"email" : "giane.advgmb@gmail.com",
			"telephone" : "+55 (11) 2847-4740",
			"contactType" : "customer service",
			"url": "https://gmbarroso.adv.br",
			"areaServed": ["BR"],
			"availableLanguage": ["Portuguese"]
		}
	]
}
</script>

A feature that allows the user to input a global JSON-LD tag content (as a string) will enhance SEO optimization for his/her website.
Due to the huge domain for schema.org, it would be almost impossible to insert JSON-LD in a form other than string.

@alegauss alegauss self-assigned this Apr 19, 2018
@alegauss
Copy link
Contributor

Hi Daniel,

Thanks! We will improve the Shiohara's SEO with this feature.
I will let you know.

Regards,
Alexandre

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

No branches or pull requests

2 participants