/Dynamic Routing

A new way to browse #sections on Carrd

<script src="https://dr1.casellas.workers.dev"></script>

What is /Dynamic Routing?

Dynamic Routing is a free service tailored for Carrd users, offering clean URLs with multi-page support. It eliminates traditional anchor-based navigation, transforming it into seamless directory-based routing for a smoother, more modern browsing experience.

Carrd vs. /Dynamic Routing

FeatureCarrd/DRURL
Pages12+domain.ext/page
Scroll PointsHash-based (#)Path-based (/)/page#scrollpoint
Directory/page/subpage
SEOLimitedCompleteFully Indexed
  • Pages - Sections are dynamically processed into pages with slashes (/) from their fragment identifiers (#) within the same DOM document, providing a cached website within one request

  • Scroll points - Appended to the active section, enhancing navigation without replacing the section itself. By default, scroll points do not appear in the URL, preserving a clean structure

  • Directory - Folder-style directories are supported, enabling the organization of pages and subpages for better content hierarchy and management.

  • SEO - Linking subdomains to pages/subpages as canonical URLs allows search engines to discover and index multi-page domains (subdomain URL manipulation not supported)

FAQ

How do I integrate /Dynamic Routing with my Carrd website?

You can copy the script that is found on the home page of this website and paste it on your Carrd website via a head, hidden script on a custom embed.

Is /Dyanmic Routing compatible with all Carrd plans?

You will need a Pro Plus plan to fully utilize its features.

Can /Dynamic Routing handle large websites?

Yes, Dynamic Routing is designed to scale, handling websites of all sizes while maintaining quick load times.

Does /Dynamic Routing support SEO improvements?

To fully optimize your website with SEO, you will have to add section redirections for each fragment identifier, and route subdomains to pages or subpages via canonical URLs.

What naming convention do you recommend I should use for subdomains?

You may choose whatever naming convention you want for your subdomains. I recommend the following:Website: domain.extPage Subdomain: page.dr.domain.ext => Page: domain.ext/page
Subpage Subdomain: subpage.page.dr.domain.ext => Subpage: domain.ext/page/subpage

I don't have a custom domain. Can I still have pages and subpages?

You can still achieve pages and subpages on one website, but it will be only discoverable and not indexed by search engines. You must separate your domain origins by sites to fully achieve SEO.

My page(s) are requested as not found.

You will need to go to your website's settings and add a redirection for each section. Here are a few redirects you can use for path-based directories:Page: /page=#page
Subpage: /page/subpage=#page---subpage
Wildcard: /*=/
3 hyphens (---) represent a (/).
Always keep the wildcard as the last redirection to prevent other pages from being redirected to the home page.

What technologies are used?

Carrd for the front-end design, and Cloudflare for caching content.

How is the content cached?

On the first request, the website's content at the specified URL is cached long-term and is stored in a KV database, incrementing against a predefined storage limit. If any dynamic data (such as an API response or XML updates) is parsed afterwards, the cached content is invalidated, and a fresh request is made to retrieve the updated content.

What are the Cloudflare' limitations?

This service uses Cloudflare Workers and a KV database under their free plan.

Please refer to the Cloudflare Workers and KV documentation for information on usage and rate limits.

Are there any bandwidth and request limitations?

The dynamic router has a daily cap of 90,000 requests with unmetered bandwidth across all websites.

When does the daily cap reset?

The daily cap resets at 12:00 AM UTC.

What was the project's biggest challenge?

The biggest challenge for me was implementing a condensed and concise codebase while following ECMAScript standardization and maintaining code functionality.

Who created /Dynamic Routting?

Marc A. Casellas is the creator of /Dynamic Routing.

Status