Skip to content

cstrijkert/RankOne-Umbraco-SEO-Tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RankOne

RankOne is a collection of SEO tools for Umbraco that aim to optimize your content according to the latest SEO standards.

RankOne currently contains 3 different property editors for Umbraco:

  • Dashboard: Score based list of seo improvements
  • Summary: A list of seo improvements
  • Result preview: A google search result preview

Install Dependencies

Requires Node.js to be installed and in your system path

npm install -g grunt-cli && npm install -g grunt
npm install

Build

grunt

Builds the project to /dist/. These files can be dropped into an Umbraco 7 site, or you can build directly to a site using:

grunt --target="C:\inetpub\umbraco"

You can also watch for changes using:

grunt watch
grunt watch --target="C:\inetpub\umbraco"

Add --touch to either command to automatically touch the web.config on a deploy

About

SEO Tool for Umbraco websites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 38.0%
  • CSS 34.2%
  • JavaScript 21.9%
  • HTML 5.9%