All Projects → Baseflow → HugoStructuredData

Baseflow / HugoStructuredData

Licence: MIT license
Collection of structured data snippets in Google preferred JSON-LD format, with support for Hugo

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to HugoStructuredData

schema-dot-org
Validated structured data for websites
Stars: ✭ 42 (+27.27%)
Mutual labels:  seo, json-ld, structured-data
axiom
Axiom - A Hugo Theme. GitTip: https://gitcoin.co/tip?username=jhauraw
Stars: ✭ 67 (+103.03%)
Mutual labels:  hugo, structured-data, hugo-boilerplate
hugo-gulp-template
Enhanced template for Hugo projects
Stars: ✭ 28 (-15.15%)
Mutual labels:  hugo, hugo-boilerplate
Hugo Theme Meme
You can’t spell aWEsoME without MEME! 😝
Stars: ✭ 459 (+1290.91%)
Mutual labels:  hugo, json-ld
svelte-seo
Optimize your website for search engines and social media with meta tags, Open Graph, and JSON-LD.
Stars: ✭ 257 (+678.79%)
Mutual labels:  seo, json-ld
Structured Data Json Ld
Collection of structured data snippets in Google preferred JSON-LD format.
Stars: ✭ 157 (+375.76%)
Mutual labels:  seo, json-ld
Seotools
SEO Tools for Laravel
Stars: ✭ 2,406 (+7190.91%)
Mutual labels:  seo, json-ld
SeoTags
SeoTags create all SEO tags you need such as meta, link, twitter card (twitter:), open graph (og:), and JSON-LD schema (structred data).
Stars: ✭ 113 (+242.42%)
Mutual labels:  seo, json-ld
Seomatic
DEPRECATED A turnkey SEO implementation for Craft CMS 2.x that is comprehensive, powerful, and flexible
Stars: ✭ 366 (+1009.09%)
Mutual labels:  seo, json-ld
furlex
A structured data extraction tool written in Elixir
Stars: ✭ 42 (+27.27%)
Mutual labels:  json-ld, structured-data
titanium-json-ld
A JSON-LD 1.1 Processor & API
Stars: ✭ 79 (+139.39%)
Mutual labels:  json-ld, structured-data
Craft Seomatic
SEOmatic facilitates modern SEO best practices & implementation for Craft CMS 3. It is a turnkey SEO system that is comprehensive, powerful, and flexible.
Stars: ✭ 135 (+309.09%)
Mutual labels:  seo, json-ld
React Structured Data
React Structured Data provides an easy way to add structured data to your React apps
Stars: ✭ 120 (+263.64%)
Mutual labels:  seo, json-ld
Next Seo
Next SEO is a plug in that makes managing your SEO easier in Next.js projects.
Stars: ✭ 4,149 (+12472.73%)
Mutual labels:  seo, json-ld
Jekyll Seo Tag
A Jekyll plugin to add metadata tags for search engines and social networks to better index and display your site's content.
Stars: ✭ 1,226 (+3615.15%)
Mutual labels:  seo, json-ld
Hugo Handbook
Building static website with hugo - https://jimmysong.io/hugo-handbook
Stars: ✭ 58 (+75.76%)
Mutual labels:  hugo, seo
Schemaorg
Schema.org - schemas and supporting software
Stars: ✭ 4,372 (+13148.48%)
Mutual labels:  json-ld, structured-data
nuxt-netlify-lambda-starter
🛠️ SEO-friendly website starter backed by Netlify lambda functions in a simple, friendly repo
Stars: ✭ 60 (+81.82%)
Mutual labels:  seo, json-ld
schema-and-structured-data-for-wp
Creating the best Structured Data and Schema plugin for WordPress
Stars: ✭ 66 (+100%)
Mutual labels:  seo, structured-data
schemify
Automatically generate Schema.org JSON-LD markup for WordPress content.
Stars: ✭ 58 (+75.76%)
Mutual labels:  json-ld, structured-data

HugoStructuredData

Collection of structured data snippets in Google preferred JSON-LD format, with support for Hugo.

Based on the work of: https://github.com/JayHoltslander/Structured-Data-JSON-LD

This uses the Hugo pipelines introduced in Hugo 0.42

Support

  • Feel free to open an issue. Make sure to use one of the templates!
  • Commercial support is available. Integration with your app or services, samples, feature request, etc. Email: [email protected]
  • Powered by: baseflow.com

Usage

Start by adding this theme to your website in the config file:

theme:
- your-own-theme
- structured-data
- some-other-theme

Change the properties inside themes/structured-data/config.yaml to match you details.

Add this snippet to the <head> of your baseof.html

{{ partial "schemas/schema_Global.html" . }}

Add contenttypes to the parameters of the pages you would like to include the schemes in.

---
title: "Some person"
date: 2018-03-28T21:58:30+02:00
contenttypes: ["Person"]
---

Or another example

---
title: "This is a blog and article"
date: 2018-03-28T21:58:30+02:00
contenttypes: ["BlogPosting, "Article"]
---

Other available properties are:

---
type: blog
layout: post
title: "Introducing blog"
date: 2018-06-01T16:40:55+01:00
author: notmartijn
contenttypes: ["BlogPosting"]
---

In this case the author of the file will be notmartijn instead of the default author martijn.

To add, change or remove locations or authors look in the data folder.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].