Robots.txt
# For all robots
User-agent: *
# Block access to specific groups of pages
Disallow: /cart
Disallow: /checkout
Disallow: /my-account
Disallow: /login
Disallow: /search
Disallow: /*?=
Disallow: /v12finance*
# Allow search crawlers to discover the sitemap
Sitemap: https://www.goldsmiths.co.uk/sitemap.xml
# Block CazoodleBot as it does not present correct accept content headers
User-agent: CazoodleBot
Disallow: /
# Block dotbot as it cannot parse base urls properly
User-agent: dotbot/1.0
Disallow: /
User-agent: Pinterestbot
Crawl delay: 0.2
(Nice to have)