Suggestion #35448
Entry points URL handling
| Status: | Needs Feedback | Start date: | 2012-04-01 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
i use entry points because i can sort some big parts of my site in a sysfolder.
the problem is always the URL, every plug-in (sitemal,xml,search,menu) generates another URL.
eg
- home
- site
-- specialty - big part of the site with lots of pages (entrypoint to partXY)
...
- partXY sysfolder
-- lot of pages
-- lot of pages
-- lot of pages
-- lot of pages
...
One Extension creates
http://domain.tdl/site/specialty/lot-of-pages-1.html
next extension creates
http://domain.tdl/site/partXY/lot-of-pages-1.html
Technically both URL work, but i use canonical URLs witch set the first url
<link rel="canonical" href="http://domain.tdl/site/specialty/lot-of-pages-1.html" />
Faceted Search uses the second form.
-> I have a automatic redirect, but if i use function show URL its "wrong".
I don't know the best solution.
History
Updated by Christian Buelter about 1 year ago
- Status changed from New to Needs Feedback
I don't know if this is really an issue of ke_search.
Maybe a solution would be to use a hook for the result list and render the target link for each result by your hook? This way you could make sure to link to the page you want.