× Here you can get community support related to Tag Meta.

url ends with?

  • ppeer
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
9 years 9 months ago - 9 years 9 months ago #2656 by ppeer
url ends with? was created by ppeer
Hi Luigi,

What to input in the url field when the logging shows:
{"option":"com_jumi","view":"application","fileid":"1","icat":"education","icategory":"training","Itemid":null,"limitstart":"2"}

where the 2 in limitstart:2 is a variable used for pagination. I've tried to use the ending with symbol $ but without succes.
eg. /limitstart=([0-9])+$

All in all I want to set up a rule for the pagination url's whereby a pagination page isn't being indexed.

regards
Peter
Last edit: 9 years 9 months ago by ppeer.

Please Log in or Create an account to join the conversation.

More
9 years 9 months ago #2660 by admin
Replied by admin on topic url ends with?
Hi Peter,
the information in the console log are useful to build your rules, but the rule works always on the requested URL. If you want to match ANY URL that contains the limitstart variable you could use:
URL: limitstart=[0-9]+

Grouping is not necessary. But your rule works only if the URL is:

/limitstart=NNN

I have never seen URL like this :)

Hope this is clear. Let me know if you need more help.

Kind regards,
Luigi

Please Log in or Create an account to join the conversation.

Time to create page: 0.082 seconds