Specifies the frequency with which a page's content changes
this is used for google site map protocol
| C# |
public enum PageChangeFrequency
| Member | Description |
|---|---|
| Always |
Page content aways changes.
|
| Hourly |
Page content changes hourly.
|
| Daily |
Page content changes daily.
|
| Weekly |
Page content changes weekly.
|
| Monthly |
Page content changes monthly.
|
| Yearly |
Page content changes yearly.
|
| Never |
Page content never changes.
|