# Known Plugin Conflicts

### Yoast SEO \[resolved]

When using the Yoast SEO plugin, some templates were not appearing properly. This is because Yoast utilizes `$_SERVER global var` to create page meta details. Naturally, it did not discover a URL for mapped pages, so it created the content using information from the homepage, causing the template to break.&#x20;

### Theme Template Incompatibility (Jupiter theme, etc) \[resolved]

For any theme that is using the `global $post;` method after a tag is closed (which also means the `wp_head` action ends), we are now re-checking `wp_head` with a very late priority (99). Then, we are checking if Yoast is active, and if `global $post;` has changed, we bring back the right post value.&#x20;

### **ASE Plugin causing Redirects**

We've received reports of the [ASE plugin](https://wordpress.org/plugins/admin-site-enhancements/) causing redirects for mapped domains. The best workaround for now is disabling that plugin, as reports did not contain any suggestions about potential plugin settings that would support mapped domains.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://domainmappingsystem.gitbook.io/domainmappingsystem-docs/common-issues/known-plugin-conflicts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
