IF Statement in Theme.liquid When on page /apps/trackorder

3rd party Shopify apps use our theme.liquid to render their header tags.

I want to use something like this on specific 3rd party apps we use

essentially when the url is /app/trackorder I want to insure specific apps aren’t index. What’s the best way?

{% if handle contains ‘page-handle-you-want-to-exclude’ %}

{% endif %}

Any ideas how I can have code when the URL is /apps/?

Did you still need help with this?