This template is a bit outdated, but it does contain some prebuilt logic that will help you understand how things work. It hasn't been adapted for english, so all the resources are jumbled together, and they're generally poorly named. I don't have time to look for a new template right now
rank tracking
-
Hello, I need to print the log record of my site's rank, but my real question is how can I find out the rank of my site with the bas program?
So let me give an example, I searched the system and it came up as 47th. How can I print that it is 47th? The ranking is constantly changing.
-
Get the number of search elements rank_data = 0 for each rank_data += 1 if foreach_data == "string of your site" break log(rank_data)sorry for the first))