Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Genesys PGR
Genesys Backend
Commits
66e5eec1
Commit
66e5eec1
authored
Mar 01, 2014
by
Matija Obreza
Browse files
Updated sitemap.xml and robots.txt
parent
650a40c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/java/org/genesys2/server/servlet/controller/SitemapXMLController.java
View file @
66e5eec1
...
...
@@ -58,8 +58,8 @@ public class SitemapXMLController {
}
private
final
SitemapPage
[]
sitemapPages
=
new
SitemapPage
[]
{
new
SitemapPage
(
"/"
,
1.0
),
new
SitemapPage
(
"/about"
,
"monthly"
,
0.2
),
new
SitemapPage
(
"/wiews/active"
,
1.0
),
new
SitemapPage
(
"/geo/"
,
1.0
),
new
SitemapPage
(
"/
data/
"
,
1.0
),
new
SitemapPage
(
"/org/"
)
};
private
final
SitemapPage
[]
sitemapPages
=
new
SitemapPage
[]
{
new
SitemapPage
(
"/
welcome
"
,
1.0
),
new
SitemapPage
(
"/
content/
about"
,
"monthly"
,
0.2
),
new
SitemapPage
(
"/wiews/active"
,
1.0
),
new
SitemapPage
(
"/geo/"
,
1.0
),
new
SitemapPage
(
"/
explore
"
,
1.0
),
new
SitemapPage
(
"/org/"
)
};
@RequestMapping
(
method
=
RequestMethod
.
GET
)
public
@ResponseBody
...
...
src/main/webapp/robots.txt
View file @
66e5eec1
User-Agent: *
Allow: /
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment