SEO

Use sensible defaults for structured data, open graph, and Twitter cards. Or easily change the SEO settings to your liking.

./config/_default/params.toml

Homepage

title = "Hyas"
titleSeparator = "-"
titleAddition = "Modern Hugo Starter"
description = "Hyas is a Hugo starter helping you build modern websites that are secure, fast, and SEO-ready — by default."

See also: The Document Title element

Open Graph

images = ["hyas.png"]
ogLocale = "en_US"
titleHome = "Hyas Hugo Starter"

See also: The Open Graph protocol

Twitter Cards

twitterSite = "@gethyas"
twitterCreator = "@henkverlinde"

See also: Cards

JSON-LD

# schemaType = "Person"
schemaType = "Organization"
schemaName = "Hyas"
schemaAuthor = "Henk Verlinde"
schemaAuthorTwitter = "https://twitter.com/henkverlinde"
schemaAuthorLinkedIn = "https://www.linkedin.com/in/henkverlinde/"
schemaAuthorGitHub = "https://github.com/h-enk"
schemaLocale = "en-US"
schemaLogo = "logo-hyas.png"
schemaLogoWidth = 512
schemaLogoHeight = 512
schemaImage = "hyas.png"
schemaImageWidth = 1280
schemaImageHeight = 640
schemaTwitter = "https://twitter.com/gethyas"
schemaLinkedIn = ""
schemaGitHub = "https://github.com/h-enk/hyas"

See also: schema.org

Chrome Browser

themeColor = "#fff"

See also: theme-color

Edit this page on GitHub