[Crawl-Date: 2026-04-05]
[Source: DataJelly Visibility Layer]
[URL: https://chickensaas.com/test-pages]
---
title: Test Pages | ChickenSaaS
description: DataJelly redirect test pages for validating URL redirect behavior across the site.
url: https://chickensaas.com/test-pages
canonical: https://chickensaas.com/test-pages
og_title: Test Pages | ChickenSaaS
og_description: DataJelly redirect test pages for validating URL redirect behavior across the site.
og_image: https://chickensaas.com/og-image.png
twitter_card: summary_large_image
twitter_image: https://chickensaas.com/og-image.png
---

# Test Pages | ChickenSaaS
> DataJelly redirect test pages for validating URL redirect behavior across the site.

---

DataJelly Testing
## Test Pages

These pages are used for DataJelly redirect testing — validating 301s, 308s, chains, loops, query strings, and bot behavior.

## [Flock 1](https://chickensaas.com/flock1)
Content
Small backyard flock guide (3-6 hens)
/flock1 ### [Flock 2](https://chickensaas.com/flock2)
Content
Large homestead flock guide (12-25+ birds)
/flock2 ### [Flock 308](https://chickensaas.com/flock308)
308 Redirect
308 permanent redirect test source
/flock308 ### [Flock Final](https://chickensaas.com/flock-final)
Destination
Redirect destination / landing page
/flock-final ### [Flock Query](https://chickensaas.com/flock-query)
Query String
Query string preservation test
/flock-query ### [Flock Slash](https://chickensaas.com/flock-slash)
Trailing Slash
Trailing slash normalization test
/flock-slash ### [Chain 1](https://chickensaas.com/flock-chain1)
Chain Redirect
Chain redirect step 1 → chain2 → final
/flock-chain1 ### [Chain 2](https://chickensaas.com/flock-chain2)
Chain Redirect
Chain redirect step 2 → final
/flock-chain2 ### [Loop 1](https://chickensaas.com/flock-loop1)
Loop Detection
Loop redirect test A (loop1 ↔ loop2)
/flock-loop1 ### [Loop 2](https://chickensaas.com/flock-loop2)
Loop Detection
Loop redirect test B (loop2 ↔ loop1)
/flock-loop2 ### [Flock Root](https://chickensaas.com/flock-root)
Root Redirect
Root-level redirect test → /
/flock-root ### [Flock Bot](https://chickensaas.com/flock-bot)
Bot UA Test
Bot user-agent redirect behavior test
/flock-bot

## How Redirect Testing Works

These test pages allow you to validate redirect behavior at the edge, including chains, query strings, trailing slashes, and bot handling. Each row below maps a source path to its expected destination and behavior.
## Test Matrix
| Test Type | Source Path | Expected Target | Expected Behavior |
| --- | --- | --- | --- |
| 301<br>Baseline | /flock1 | /flock2 | Simple 301 redirect |
| Query<br>Query Preservation | /flock-query | /flock-final | Query strings should be preserved (?x=1 stays) |
| Slash<br>Trailing Slash | /flock-slash | /flock-final | Both /path and /path/ should redirect |
| Chain<br>Redirect Chain | /flock-chain1 | /flock-chain2 → /flock-final | Multiple redirects should resolve correctly |
| Loop<br>Redirect Loop | /flock-loop1 | ↔ /flock-loop2 | System should prevent infinite loops |
| Root<br>Root Redirect | /flock-root | / | Redirects to homepage should resolve correctly |
| Bot<br>Bot Redirect | /flock-bot | /flock-final | Bots should receive correct redirect behavior |
## How to Test
1. Visit a test URL (e.g. `/flock1`)
2. Confirm it redirects to the expected destination
3. Use browser dev tools or `curl` to inspect status codes
4. Optionally test with a bot user-agent to validate bot-specific handling
## Example Commands

curl -I https://yourdomain.com/flock1

curl -I https://yourdomain.com/flock-query?x=1
## Notes & Guardrails

- All redirects are handled at the DataJelly edge
- Only relative paths are supported
- Redirect loops are automatically prevented
- Query strings are preserved by default

This page is part of the [DataJelly](https://chickensaas.com/datajelly) testing system and may be used for automated validation of rendering, indexing, and redirect behavior.

[← Learn more about DataJelly](https://chickensaas.com/datajelly)

## Discovery & Navigation
> Semantic links for AI agent traversal.

* [Test Pages](https://chickensaas.com/test-pages)
