Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hyas/seo

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyas/seo

Hyas SEO

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
399
decreased by-18.4%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 02 Jun 2023

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc