I'm a php programmer and I'm in the middle of a a new project that creates websites' sitemap
to create sitemap we set a propriety level for every link on the site the priority decreases if the link is away deeper and away from the home page the idea is that:
- if the link 1 level away priority will be 1
- if the link 2 levels away priority will be 0.80
- if the link 3 levels away priority will be 0.75
- if the link 4 levels away priority will be 0.64
the priority levels i mention are just for illustration all i need is a simple formula to decrease the priority while the link level increases