Skip to content

Commit

Permalink
[EDRT-2291]Update bots and indexing.md (#8832)
Browse files Browse the repository at this point in the history
* Add Lytics & Dubbot to the bots and indexing page

* Fix Intercom.com 404

* Add EDRT to codeowners file for bots and indexing doc

* Remove deprecated link to File Conveyor

* Remove deprecated link to modernizr

---------

Co-authored-by: Rachel Whitton <rachel@pantheon.io>
  • Loading branch information
john-lauro and rachelwhitton authored Jan 22, 2024
1 parent 43d13d1 commit dcb5e3d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions source/content/bots-and-indexing.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ User-agent: SiteAuditBot
User-agent: SplitSignalBot
User-agent: PowerMapper
User-agent: Swiftbot
User-agent: lyticsbot
User-agent: Dubbotbot
Allow: /
```

Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion source/content/caching-advanced-topics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion source/content/drupal-cloudfront.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion source/content/guides/support/02-contact-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ You can download a transcript of your chat with the <Icon icon="arrowDownToLine"

<Alert title="Note" type="info">

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.

</Alert>

Expand Down

0 comments on commit dcb5e3d

Please sign in to comment.