Web crawl reveals unknown pages... #6142
stephenmeehanuk
started this conversation in
General
Replies: 1 comment 1 reply
-
If you're using Screaming Frog, can't you see where a certain link was discovered? The "Inlinks" feature, I think. (I haven't used the software, I'm just looking at their website and video) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I did a web crawl (used Screaming Frog) and noticed 78 pages where surfaced that shouldn't exist.
I think what's happening is a custom route I created is somehow generating additional pages, that match (but shouldn't).
Here's the custom route
Here's an example of one of the pages that appears to be using the custom route. The page is using the
'divisions/contact'
viewfocusing-on-the-future
is actually anews
entry, not sure why it's being used indivisions
...How would I go about fixing this? There's no errors in laravel.log and the page loads. It's just using a
url
that shouldn't be there?divisions:collection
has this route/divisions/{slug}
andnews:collection
has this route/news/{slug}
. Perhaps this is the issue?I thought the route in the custom route
/divisions/{segment_2}/contact
would be enough to isolate divisions from news, but perhaps not?Beta Was this translation helpful? Give feedback.
All reactions