# Hyperspeed SEO Features

## Asset Paths

Instead of being prefixed with a generic path like `cdn.prod.website-files.com`, all of your assets are prefixed with your own custom domain.&#x20;

### Advanced Asset Path Options

Suppose your domain is `mysite.com`. Typically Hyperspeed delivers assets as `assets.mysite.com`, but it is possible for us to configure them specially as e.g. `https://www.mysite.com/images/...`&#x20;

## Open Graph&#x20;

* `<og:url>` composed from your canonical URL.&#x20;

### Advanced Open Graph Options

Hyperspeed caches assets for `og:image` however if you've used Webflow's asset optimizaton tool, the underlying asset will be a WEBP.&#x20;

Some social media networks such as LinkedIn do not handle WEBPs well.  In an advanced setup, we can specially prepare a JPEG from your WEBP and deliver that in its place.&#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://hyperflow.sygnal.com/hyperspeed/hyperspeed-seo-features.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.
