# robots.txt for Oodji (Main Site)
# Purpose: Allow key pages; block service, duplicate & filtered pages.
User-agent: *
# Allow all CSS and JS files (for proper rendering)
Allow: /*.css$
Allow: /*.css?*$
Allow: /*.js$
Allow: /*.js?*$
# Disallow Bitrix system folders and user/account pages
Disallow: /bitrix/
Disallow: /_auto/
Disallow: /auth/
Disallow: /*/auth.php
Disallow: /personal/
Disallow: /*/personal/
Disallow: /ajax/
Disallow: /cart/
Disallow: /order/
Disallow: /collections/
Disallow: /resize/
Disallow: /me/
Disallow: /ru/
# Disallow search results, print versions, and any URL with parameters (filters, etc.)
Disallow: /*search
Disallow: /*print=
Disallow: /*?
Disallow: /*%
# Disallow registration, login, password and other user action URLs (Bitrix specific)
Disallow: /*register=yes
Disallow: /*forgot_password=yes
Disallow: /*change_password=yes
Disallow: /*login=yes
Disallow: /*logout=yes
Disallow: /*auth=yes
Disallow: /*action=ADD_TO_COMPARE_LIST
Disallow: /*action=DELETE_FROM_COMPARE_LIST
Disallow: /*action=ADD2BASKET
Disallow: /*action=BUY
Disallow: /*print_course=Y
Disallow: /*bitrix_*=
Disallow: /*backurl=*
Disallow: /*BACKURL=*
Disallow: /*back_url=*
Disallow: /*BACK_URL=*
Disallow: /*back_url_admin=*
# Disallow old or duplicate content sections
Disallow: /*news/2012/
Disallow: /*news/2013/
Disallow: /*news/2014/
Disallow: /*news/2015/
Disallow: /*news/2016/
Disallow: /*news/2017/
Disallow: /*news/2018/
Disallow: /*news/page/
Disallow: /kids_collection/
Disallow: /*index
Disallow: /*www.oodji.com/page
Disallow: /mobile_include/
Disallow: /sale
Disallow: /ie/
Disallow: /support/
Disallow: /partners/
Disallow: /delivery_of_goods/index_inc.php
Disallow: /payment_for_goods/index_inc_m.php
Disallow: /about/index_inc_m.php
Disallow: /shop/sizes/
Disallow: /*/about/Apps/
Disallow: /*/video/
# Disallow pagination and filtered listing pages
Disallow: /*/1/
Disallow: /*/2/
Disallow: /*/3/
Disallow: /*size_S
Disallow: /*size_M
Disallow: /*size_L
Disallow: /*size_XL
Disallow: /*/size_*--
Disallow: /*/priceasc
Disallow: /*/pricedesc
Disallow: /*/newdesc
Disallow: /*/popnewsizes
Disallow: /*/price_min-*-max
Disallow: /en/
Disallow: /en/*/page
# Sitemap and Host (for Yandex) directives
Sitemap: https://www.oodji.com/sitemap.xml
Host: www.oodji.com
# robots.txt for CDN Domain (f97o6kd8uk.a.trbcdn.net)
# Purpose: Allow indexing of static assets (CSS, JS, images); block any HTML content.
# Allow all static file types (CSS, JS, images, fonts, etc.)
Allow: /*.css$
Allow: /*.css?*$
Allow: /*.js$
Allow: /*.js?*$
Allow: /*.jpg$
Allow: /*.jpeg$
Allow: /*.png$
Allow: /*.gif$
Allow: /*.svg$
Allow: /*.jpg*?$
Allow: /*.jpeg*?$
Allow: /*.png*?$
Allow: /*.gif*?$
Allow: /*.svg*?$
Allow: /*.ico$
Allow: /*.woff$
Allow: /*.woff2$
Allow: /*.ttf$
Allow: /*.woff?*$
Allow: /*.woff2?*$
Allow: /*.ttf?*$
Allow: /*resize*$