• Resolved Akki

    (@luckyankit)


    Hello,

    I want to add a no-index tag to pages with these kinds of parameters like

    ?order_by=voted#answers-order
    ?order_by=newest#answers-order
    ?order_by=oldest#answers-order

    I tried adding these in URLs and URL parameters both one by one, it didn’t work.

    What am I doing wrong here? Please help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Spacetime

    (@spacetime)

    Hello,

    you can list either urls
    /?order_by=voted, /?order_by=newest, /?order_by=oldest

    or url parameters:
    order_by=voted, order_by=newest, order_by=oldest

    You should use only relative url part that is sent to the server starting with /.
    https://adinserter.pro/documentation/black-and-white-lists#urls

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @luckyankit Please do not offer login to anyone ever. If @spacetime took you up on that then they would risk getting banned and having their plugin deleted from this site. It is that serious and anyone using Slack that way risks getting into real trouble.

    I have archived your reply for that reason.

    Thread Starter Akki

    (@luckyankit)

    No, he didn’t. I just asked if that is possible.

    Also, URLs parameters worked.

    • This reply was modified 4 years, 11 months ago by Akki.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Filter URL with these Parameters to add some code’ is closed to new replies.