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 href we can specify a link to some part of page itself for example headers - You can use href="#top" or href="#" to link to the top of the current page!
But it is not valid link which create valid another page we want to crawl, this kind of page was already crawled.
The text was updated successfully, but these errors were encountered:
Shouldn’t it? Although I can’t come up with a real example, there may be a use case. That calls for a switch allowing to enable links without path (and domain, protocol…).
in
href
we can specify a link to some part of page itself for example headers - You can usehref="#top"
orhref="#"
to link to the top of the current page!But it is not valid link which create valid another page we want to crawl, this kind of page was already crawled.
The text was updated successfully, but these errors were encountered: