diff --git a/CODEOWNERS b/CODEOWNERS index db728ae584..f0a1afd242 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -7,6 +7,8 @@ source/content/guides/domains/ @pantheon-systems/platform-edge-routing # The Platform-Edge-Routing team is responsible for traffic limits source/content/guides/account-mgmt/traffic/ @pantheon-systems/platform-edge-routing +# The Platform-Edge-Routing team is responsible for bots and indexing +source/content/bots-and-indexing @pantheon-systems/platform-edge-routing # The FileSystem team is responsible for managing static files on Pantheon source/content/guides/filesystem/ @pantheon-systems/filesystem # The lifecycle-ops team is responsible for Integrated Composer diff --git a/source/content/bots-and-indexing.md b/source/content/bots-and-indexing.md index 16c999a7b5..38e38b0968 100644 --- a/source/content/bots-and-indexing.md +++ b/source/content/bots-and-indexing.md @@ -63,6 +63,8 @@ User-agent: SiteAuditBot User-agent: SplitSignalBot User-agent: PowerMapper User-agent: Swiftbot +User-agent: lyticsbot +User-agent: Dubbotbot Allow: / ``` @@ -80,6 +82,8 @@ To support pre-launch SEO and site search testing, we allow the following bots a - [Dotbot](https://moz.com/help/guides/moz-procedures/dotbot) by Moz - [PowerMapper](https://www.powermapper.com/products/mapper/) - [Swiftbot](https://swiftype.com/swiftbot) by Swiftype +- [lyticsbot](https://docs.lytics.com/docs/enrichment#lyticsbot-directive-configurations) +- [Dubbotbot](https://help.dubbot.com/en/) Some tools (like [Siteimprove](https://siteimprove.com/) or [ScreamingFrog](https://www.screamingfrog.co.uk/seo-spider/)) can be set to ignore `robots.txt` when scanning. If you're testing links or SEO with other tools, you may request the addition of the tool to our `robots.txt` file by [contacting support](/guides/support/faq/#can-i-request-a-feature-be-added-to-the-platform) to create a feature request. Otherwise, you can connect a custom domain (like `seo.example.com`) to the Live environment and test your links following the alternative domain. diff --git a/source/content/caching-advanced-topics.md b/source/content/caching-advanced-topics.md index 000cd8a053..1c82450215 100644 --- a/source/content/caching-advanced-topics.md +++ b/source/content/caching-advanced-topics.md @@ -148,7 +148,7 @@ A site may need to deliver different content to different users without them log ### Using Modernizr -[Modernizr](https://modernizr.com/) is a JavaScript library that detects HTML5 and CSS3 features in the user's browser. This will also allow requests to have the benefit of being saved in the Global CDN and rendering correctly, depending on the requirements. Modernizr is available as a [Drupal module](https://www.drupal.org/project/modernizr) or a [WordPress plugin](https://wordpress.stackexchange.com/questions/62340/loading-modernizr-or-other-javascript-libraries-for-use-in-a-plugin/62362#62362). +Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user's browser. This will also allow requests to have the benefit of being saved in the Global CDN and rendering correctly, depending on the requirements. Modernizr is available as a [Drupal module](https://www.drupal.org/project/modernizr) or a [WordPress plugin](https://wordpress.stackexchange.com/questions/62340/loading-modernizr-or-other-javascript-libraries-for-use-in-a-plugin/62362#62362). ### Device Detection diff --git a/source/content/drupal-cloudfront.md b/source/content/drupal-cloudfront.md index a4bf5b334b..ec89c04a69 100644 --- a/source/content/drupal-cloudfront.md +++ b/source/content/drupal-cloudfront.md @@ -56,7 +56,7 @@ A CloudFront distribution is not a Drupal distribution. A CloudFront distributio 2. Go to admin/config/development/cdn to get to the General Configuration tab. 3. Select **Enabled** and click **Save Configuration**. 4. Go to the Details tab. There are a couple of items to address: - * **Mode:** Origin Pull. For the CloudFront configuration, use Origin Pull mode. File Conveyor mode allows integration with [File Conveyor](http://fileconveyor.org) for more complicated configurations. Pantheon does not support File Conveyor. + * **Mode:** Origin Pull. For the CloudFront configuration, use Origin Pull mode. Pantheon does not support File Conveyor. Return to the CloudFront distributions table and copy the domain name for your new distribution. * **CDN Mapping:** `https://my.cloudfrontcdndomain.net`. Be sure to add the protocol in front of the domain name. For example, `https://my.cloudfrontcdndomain.net` will work but `my.cloudfrontcdndomain.net` may cause problems. Be sure to use HTTPS. diff --git a/source/content/guides/support/02-contact-support.md b/source/content/guides/support/02-contact-support.md index 09213fe93a..0be655c1dd 100644 --- a/source/content/guides/support/02-contact-support.md +++ b/source/content/guides/support/02-contact-support.md @@ -71,7 +71,7 @@ You can download a transcript of your chat with the -Some in-browser ad or tracking blockers can interfere with the **Launch Chat** button. If you don't see it, try allowlisting `pantheon.io` or disabling the browser extension. Intercom has posted more details on [why this happens](https://www.intercom.com/help/en/articles/1200-why-am-i-missing-users-that-are-showing-up-on-my-own-system) on their site. +Some in-browser ad or tracking blockers can interfere with the **Launch Chat** button. If you don't see it, try allowlisting `pantheon.io` or disabling the browser extension. Intercom has posted more details on [why this happens](https://www.intercom.com/help/en/articles/2546256-troubleshooting-when-the-messenger-doesn-t-appear) on their site.