Skip to content
/ go-seo Public

A Go tool to provide SEO advice for a specified domain. Created as a side project to gain working knowledge of Golang.

License

Notifications You must be signed in to change notification settings

dant89/go-seo

Repository files navigation

go-seo

A Go tool to provide SEO advice for a specified domain.

Usage

An example of validating a H1 length can be performed by running:

> go run example/example.go https://dant.blog

Sample output:

SEO advice for: https://dant.blog

H1 currently: 'Dan's Blog'
H1 feedback: The H1 is too short, aim for 20 characters minimum.
H2 count: 18
H3 count: 7
H4 count: 0
Internal links found: 20
External links found: 15

Improvements

  • Add more analyser options and useful advice
  • Add ability to validate inbound / outbound links
  • Persist results to a database
  • Improve memory handling of results

About

A Go tool to provide SEO advice for a specified domain. Created as a side project to gain working knowledge of Golang.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages