Socket
Socket
Sign inDemoInstall

@hyas/seo

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @hyas/seo

Hyas SEO


Version published
Weekly downloads
481
increased by7.13%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Hyas SEO

Official SEO integration for Hyas.

Status

npm (scoped)

Installation

npm i @hyas/seo -D

Setup

Add to ./config/_default/module.toml:

[[mounts]]
  source = "node_modules/@hyas/seo/layouts"
  target = "layouts"

[[mounts]]
  source = "layouts"
  target = "layouts"

Add to ./config/_default/config.toml:

title = "Hyas"
enableRobotsTXT = true

[social]
  twitter = "gethyas"

Add to ./config/_default/params.yml:

seo:
  description: "Build your next web project with the official Bootstrap starter for Hyas."
  generate:
    title: true
    meta: true
    twitter: true
    og: true
    jsonld:
      article: true
      breadcrumbs: true
  title_tag:
    separator: "|"
    home_text: "Bootstrap Starter"
  og_article_types: [post, posts, blog, news, article, articles, event, events, course, courses]
  jsonld_article_types: [article, articles]
  jsonld_news_article_types: [news, updates]
  jsonld_blog_posting_types: [post, posts, blog]
  image: "/images/kris-mikael-krister-aGihPIbrtVE-unsplash.jpg" 
  private: false

Usage

See the Hyas docs: SEO

Credits

This npm package is based on the Hugo module:

FAQs

Last updated on 02 Jun 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc