Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

Commit

Permalink
Sitemap support is now in a separate plugin: aero-sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
akyoto committed Sep 8, 2016
1 parent e6c8d44 commit c7dd252
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 52 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Read [Aero in 30 seconds](docs/QuickGuide.md).
* [Events](docs/Events.md)
* [HTTP/2](docs/HTTP2.md)
* [Web Manifest](docs/Manifest.md)
* [Sitemap](docs/Sitemap.md)
* [API](docs/API.md)

## Colored
Expand Down Expand Up @@ -74,7 +73,7 @@ Aero automatically handles both IPv4 and IPv6 requests.

## SEO

Page loading speed is one of the many ranking factors in Google. It is also the main focus of the Aero project. Additionally, all AJAX links are still fully functional when JavaScript is disabled which makes crawling easier for search engines. You can also add [structured data](https://developers.google.com/structured-data/) via [JSON-LD](http://json-ld.org/) to help crawlers understand the content of your pages. [Sitemaps](docs/Sitemap.md) are automatically generated.
Page loading speed is one of the many ranking factors in Google. It is also the main focus of the Aero project. Additionally, all AJAX links are still fully functional when JavaScript is disabled which makes crawling easier for search engines. You can also add [structured data](https://developers.google.com/structured-data/) via [JSON-LD](http://json-ld.org/) to help crawlers understand the content of your pages. [Sitemaps](https://github.com/aerojs/aero-sitemap) can be automatically generated via additional plugins.

## Similar

Expand Down
3 changes: 0 additions & 3 deletions docs/Sitemap.md

This file was deleted.

3 changes: 0 additions & 3 deletions lib/App/loadPages.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ module.exports = function*() {
.then(() => this.loadPage('home'))
}

// Sitemap
this.loadSitemap()

if(this.liveReload) {
this.liveReload.broadcast({
title: 'reload'
Expand Down
41 changes: 0 additions & 41 deletions lib/App/loadSitemap.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aero",
"version": "1.6.12",
"version": "1.6.13",
"description": "The fastest web framework on the node platform.",
"repository": "aerojs/aero",
"homepage": "https://github.com/aerojs/aero",
Expand Down
2 changes: 0 additions & 2 deletions test/tests/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ const equalRoutes = [
const okRoutes = [
'static',
'dynamic',
'robots.txt',
'sitemap.txt',
'images/benchmark.png'
]

Expand Down

0 comments on commit c7dd252

Please sign in to comment.