You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed that the blacklist functions are all not working as they should (except regex). This is legacy from Falcon - have to get that running.
What I expect
Specific page = only block where the URL is exactly that
Entire website = block the entire domain (even if i just post a URL)
Regex = compare if there is a string in URL and do not index
I just noticed that the blacklist functions are all not working as they should (except regex).
This is legacy from Falcon - have to get that running.
What I expect
Specific page = only block where the URL is exactly that
Entire website = block the entire domain (even if i just post a URL)
Regex = compare if there is a string in URL and do not index
What is actually the case
Specific Page = Blocks all pages from being indexed, no matter what I enter in this field
Entire Website = If I enter URL it blocks only URL, If I enter parts of it it blocks everything like a regex
Example:
URL= http://appliedmythology.blogspot.de/2015/09/a-closer-look-at-organic-pesticides-in.html
Parts= http://appliedmythology.blogspot.de/2015/09/
Regex = Just regex
Hope that helps!
The text was updated successfully, but these errors were encountered: