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
In the case of circular references, the crawler should handle it.
If one page refers to itself,we have this state of crawler:
which is solved by using EXCLUDE.
But how about the cases that page 1 refers to page 2 and page 2 refers to page 1?
The text was updated successfully, but these errors were encountered:
In the case of circular references, the crawler should handle it.
If one page refers to itself,we have this state of crawler:
which is solved by using EXCLUDE.
But how about the cases that page 1 refers to page 2 and page 2 refers to page 1?
The text was updated successfully, but these errors were encountered: