Open dreadedhamish opened 11 months ago
I'd like to be able to see what URL was found in the history.
I propose adding a 3rd key/value pair to the database column "history", so: {date:position:url}
A further advancement would be tracking multiple results. This could have a format like: {date:{position:url, position:url}}
This would allow a much better view of historical rankings and allow troubleshooting of keyword cannibalisation etc...
This could be done in stages - stage 1 in the database and expose in the API, and stage 2 UI. I could make great use of this even if it was just in the API.
I'd like to be able to see what URL was found in the history.
I propose adding a 3rd key/value pair to the database column "history", so: {date:position:url}
A further advancement would be tracking multiple results. This could have a format like: {date:{position:url, position:url}}
This would allow a much better view of historical rankings and allow troubleshooting of keyword cannibalisation etc...