This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sitemap: https://www.nydailynews.com/arcio/sitemap-index/ | |
# Googlebot | |
User-agent: Googlebot | |
Disallow: /autos/*/details/ | |
Disallow: /dealers/* | |
Disallow: /directory | |
Disallow: /events/ | |
Disallow: /new-york/events/ | |
Disallow: /search-results |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ---------------------------------------------------------------------------- | |
# BASICS | |
# ---------------------------------------------------------------------------- | |
# Colors - declare them to make it easier to use | |
COLOR_DEFAULT="\[\033[m\]" | |
COLOR_RED="\[\033[31m\]" | |
COLOR_GREEN="\[\033[32m\]" | |
COLOR_YELLOW="\[\033[33m\]" | |
COLOR_BLUE="\[\033[34m\]" |