towfiqi / serpbear

Search Engine Position Rank Tracking App
https://docs.serpbear.com/
MIT License
1.45k stars 145 forks source link

[Bug] The keyword shows a position but the page isn't mine #206

Closed sixtineio closed 2 weeks ago

sixtineio commented 7 months ago
screen-serpear-wrong-page

Hi 😄 It happens on few keywords but on different projects in my Serpbear environment.

towfiqi commented 7 months ago

Can you please share your domain/URL ?

sixtineio commented 7 months ago

Sure @towfiqi => https://recursive.fr

dangson92 commented 7 months ago

Sometime, I got this too

JvB94 commented 4 months ago

same issue here also. Is someone still maintain Serpbear?

chester-e commented 2 weeks ago

same here. is serpbear still maintained? or does anyone know a good alternative.

towfiqi commented 2 weeks ago

I will look into it tonight.

towfiqi commented 2 weeks ago

@sixtineio Sorry for the late reply. However, I could not recreate the issue. Can you please let me know what scraper you are using?

towfiqi commented 2 weeks ago

@chester-e Please share your domain/URL and the keyword so I can recreate the issue.

JvB94 commented 2 weeks ago

@towfiqi thats not really easy to reproduce. You must add the keyword to your Serpbear then you need to wait until the keyword for that domain got ranked. The issue happend then when the keyword got unkranked again.

Its because the new position will be not set correctly. I dont remember exactly but i guess it was because the position is null or 0 so you set the old value whats wrong. My PR solve that issue.

towfiqi commented 2 weeks ago

@JvB94 Thanks for the reply. Yes, you are correct. Had to dig through the code to figure out why I set that 0 condition. Looks like it was there to adopt an old condition that is no longer necessary. Will merge the PR now.