1
0
Fork 0

experiment with kfc_us

This commit is contained in:
Mateusz Konieczny 2025-03-31 22:12:35 +02:00
parent e96a195476
commit 2975931aa8

View file

@ -53,7 +53,11 @@ def count_unique_website_links(atp_code):
def allowed_spider(atp_code):
# LOW_PRIORITY_TODO - put reviewed into some config or something
return atp_code in ['empik_pl', 'paczkomat_inpost_pl'] # 'orlen_paczka_pl' - no website tag
return atp_code in [
'empik_pl', # verified, TODO link that post
'paczkomat_inpost_pl', # verified, TODO make post
'kfc_us', # structured data, see https://search.google.com/test/rich-results/result/r%2Flocal-business?id=SiTcV8wk6w4zNKO77KKsUQ (tested https://locations.kfc.com/wy/rawlins/2421-plaza-street using https://search.google.com/test/rich-results)
] # 'orlen_paczka_pl' - no website tag
if atp_code in config.ignored_atp_codes():
return False
if atp_code in ['ups_store']: