bypass - Assember - URL - SEO

19 views
Skip to first unread message

KdM

unread,
Mar 16, 2020, 8:47:34 PM3/16/20
to atg_...@googlegroups.com
Hi guys,

Can you please share some thoughts on this issue .


#1. http://big7.site.com/store/details/nike-womens-pro-sleeve-v-neck-top/43753879368/_/A-51876802   --- rendered via endeca / exp manager pdp catridge template  - works fine as is

#2. http://big7.site.com/store/details/nike-womens-pro-sleeve-v-neck-top/43753879368   -- how can i remove from assembler - i dont want this to
go thru exp manager


Error for # 2
00:40:58,724 ERROR [nucleusNamespace] (default task-53|KBe4x5ODrB9e5kcVN3BHb8X7R4Vt6VxyGXr2zqGC|19530000|/store/details//nike-womens-pro-sleeve-v-neck-top/43753879368 |192.168.56.115)
Unable to set configured property "/atg/endeca/assembler/cartridge/handler/ProductDetail.recordState"
atg.nucleus.ConfigurationException: Unable to resolve component /atg/endeca/assembler/cartridge/manager/RecordState


So my question is, how can i avoid the request #2 , not thry experience manager / Assembler.
Instead it should route via the JumpServlet and redirect/forwardURL  to the request #1.(appending A-sku_id )

What are the main components for this SEO part,

Kindly help

Warm Regards
KdM

Raj

unread,
Mar 18, 2020, 7:15:35 AM3/18/20
to ATG_Tech
Assembler pipeline servlet ignoreUriPattern might help. You need to figure out a regex that  allows #1 but ignores #2

KdM

unread,
Mar 19, 2020, 12:18:58 AM3/19/20
to atg_...@googlegroups.com
Hi,
i checked the below, but if we give a pattern, its failing, but if I give the pattern as #22, it works. any thoughts


ignoreRequestURIPattern
#11
.*/store/details/([a-z-]+)/(\\d+)   -- if I give the pattern its Fails
 DEBUG Allowed mime type null for assembly of URI /store/details/wer-/1234

where as the below works
#22
.*/store/details/abcd/135  -- this pattern works --
 DEBUG Ignoring (passing on) request for /store/details/abcd/135





--
--
You received this message because you are subscribed to the Google Groups "ATG_Tech" group.
To post to this group, send email to atg_...@googlegroups.com
To unsubscribe from this group, send email to atg_tech-u...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/atg_tech?hl=en
---
You received this message because you are subscribed to the Google Groups "ATG_Tech" group.
To unsubscribe from this group and stop receiving emails from it, send an email to atg_tech+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/atg_tech/a50cc700-65b0-4dbe-94f8-20cd01e779fc%40googlegroups.com.

NewBie

unread,
Mar 19, 2020, 12:55:37 AM3/19/20
to ATG_Tech


please ignore my previous email, i think it worked now.

.*/jump/.*|.*/admin,.*/ShopyourBrand/.*,.*/integration/.*|.*/store/details/([a-z-]+)/\d+
To unsubscribe from this group, send email to atg_tech-unsubscribe@googlegroups.com

For more options, visit this group at http://groups.google.com/group/atg_tech?hl=en
---
You received this message because you are subscribed to the Google Groups "ATG_Tech" group.
To unsubscribe from this group and stop receiving emails from it, send an email to atg_tech+unsubscribe@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages