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

Comparing version 2.1.0 to 2.2.0

layouts/sitemapindex.xml

10

CHANGELOG.md

@@ -7,5 +7,15 @@ ### Changelog

#### [v2.2.0](https://github.com/gethyas/seo/compare/v2.1.0...v2.2.0)
- Next [`#17`](https://github.com/gethyas/seo/pull/17)
- feat: several bug fixes + updates [`ced69c0`](https://github.com/gethyas/seo/commit/ced69c04f16a1331cffa4c87c8c2175843b6c429)
- feat: several bug fixes [`0a417e0`](https://github.com/gethyas/seo/commit/0a417e0ec9ffd2493fb85efc3778bb8f57a7f530)
- deps: bump version from 2.1.0 to 2.2.0 [`1890d64`](https://github.com/gethyas/seo/commit/1890d64a7002986a50f7fc2c7cb83ef45ff6c07d)
#### [v2.1.0](https://github.com/gethyas/seo/compare/v2.0.0...v2.1.0)
> 17 October 2023
- feat: add schemas for rich results [`c7b94e8`](https://github.com/gethyas/seo/commit/c7b94e8865aa029686fd99fd32351badb06067ae)
- meta: update CHANGELOG.md [`903b0e4`](https://github.com/gethyas/seo/commit/903b0e4d9da38d18bb9740141cef4babd28ab10f)

@@ -12,0 +22,0 @@ ### [v2.0.0](https://github.com/gethyas/seo/compare/v1.0.4...v2.0.0)

2

package.json
{
"name": "@hyas/seo",
"version": "2.1.0",
"version": "2.2.0",
"description": "Hyas SEO",

@@ -5,0 +5,0 @@ "author": "Hyas",

@@ -12,3 +12,3 @@ # Hyas SEO

```bash
npm i @hyas/seo
npm install @hyas/seo@latest
```

@@ -35,5 +35,2 @@

enableRobotsTXT = true
[social]
twitter = "gethyas"
```

@@ -49,19 +46,20 @@

[social]
twitter = "getdoks"
facebook_admin = ""
# SEO (@hyas/seo)
[seo]
[seo.title]
separator = " | "
suffix = ""
separator = "" # "|" (default)
suffix = "" # title hugo.toml (default)
[seo.favicons]
sizes = []
icon = "favicon.png" # favicon.png (default)
svgIcon = "favicon.svg" # favicon.svg (default)
maskIcon = "mask-icon.svg" # mask-icon.svg (default)
maskIconColor = "white" # white (default)
[seo.schemas]
type = "Organization" # Organization (default) or Person
logo = "images/favicon.png" # Logo of Organization — images/favicon.png (default)
logo = "favicon-512x512.png" # Logo of Organization — favicon-512x512.png (default)
name = "Hyas" # Name of Organization or Person
sameAs = [] # E.g. ["https://github.com/gethyas/hyas", "https://fosstodon.org/@hyas"]
images = ["images/cover.png"] # ["images/cover.png"] (default)
images = ["cover.png"] # ["cover.png"] (default)
article = [] # Article sections

@@ -80,3 +78,3 @@ newsArticle = [] # NewsArticle sections

canonical: "" # custom canonical URL (optional)
noindex: false # false (default) or true
robots: "" # custom robot tags (optional)
structured_data:

@@ -91,5 +89,5 @@ product:

See the Hyas documentation:
See the Hyas SEO documentation:
- [SEO](https://docs.gethyas.com/guides/integrations-guide/seo/)
- [Hyas SEO](https://seo.gethyas.com/)

@@ -96,0 +94,0 @@ ## Credits

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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