@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface SitemapItem
Modifier and Type | Optional Element and Description |
---|---|
com.redfin.sitemapgenerator.ChangeFreq |
changefreq
How frequently the page is likely to change.
|
double |
priority
The priority of this URL relative to other URLs on your site.
|
public abstract com.redfin.sitemapgenerator.ChangeFreq changefreq
public abstract double priority