Page Settings
Page Settings is where you configure everything behind the scenes of a page — SEO, pixels, custom code, redirects, page speed, and more.
Access it from the gear icon (⚙️) in the builder's top toolbar.
SEO Tab
Optimize your page for search engines.
| Field | Description |
|---|---|
| Page Title | The <title> tag shown in browser tabs and search results. Keep under 70 characters. |
| Meta Description | Short summary shown in search results. Keep under 155 characters. |
| Keywords | Comma-separated keywords relevant to the page. |
| Author | Name of the content author — improves Google's credibility signals. |
| Language | The page language (affects SEO language targeting). |
| OG Title | Title shown when sharing on social media. |
| OG Description | Description shown on social shares. |
| Share Image | Image shown on social media previews (Facebook, Twitter, LinkedIn). |
| Canonical Links | Add canonical URL if this page has duplicates. |
| Custom Meta Tags | Add any custom <meta> tags by entering Name + Content. |
| Hide from Search Engines | Adds noindex to the page — use for thank-you pages, upsells, etc. |
Generate SEO with AI
Click Generate SEO with AI and Atomicat will:
- Analyze your page content.
- Generate an optimized title, description, and keywords.
- Show you a preview — accept or adjust before saving.
Pixel Tab
Configure Facebook / Meta Pixel tracking on this page.
| Field | Description |
|---|---|
| Pixel Name | Internal label for this pixel |
| Pixel ID | Your Facebook Pixel ID |
| Conversions API Token | Optional but highly recommended for server-side events |
| Events | Select which events to fire (PageView, Lead, Purchase, etc.) |
| Event Value / Currency | Set the value and currency for purchase events |
Adding the Conversions API token enables server-side event tracking, which is more reliable than browser-only tracking — especially with ad blockers and iOS privacy changes.
Multiple Pixels: You can add more than one pixel per page. Each pixel can fire different events.
Utmify: Atomicat supports Utmify pixels as an alternative to direct Facebook Pixels. Note: Meta and Utmify pixels cannot be active simultaneously.
Codes Tab
Inject custom HTML, CSS, or JavaScript into specific positions on the page.
| Slot | Position |
|---|---|
| Head (top) | Top of the <head> tag |
| Head (bottom) | Bottom of the <head> tag |
| Body (top) | Immediately after <body> opens |
| Footer | Bottom of the page, before </body> |
Atomicat validates code slots on save. If your code has a syntax error, you'll be warned before saving.
Features Tab
| Setting | Description |
|---|---|
| Pass URL Parameters | Passes UTM parameters (utm_source, etc.) through to the next page |
| Back Redirect | When a visitor clicks the browser Back button, redirect them to a fallback URL instead of leaving |
| Back Redirect URL | The URL to redirect to when back button is pressed |
| Page Protection | Disables right-click and text selection on the page |
| Privacy & Terms Pages | Configure the privacy policy and terms pages linked in your forms |
Delay Tab
Used for VSL (Video Sales Letter) pages where elements appear after a specific time.
| Setting | Description |
|---|---|
| Delay Time | Time in HH:MM:SS format (e.g., 00:01:30 = 90 seconds) |
| Sync with Video | Syncs the delay to match a specific video timestamp |
| Scroll to Element ID | After the delay, automatically scroll to a specific element |
Optimizer Tab
Fine-tune your page for specific ad platforms.
| Option | Description |
|---|---|
| This page is an ad campaign destination | Adds security headers required by most ad platforms |
| Optimize for Meta Ads | Sets Open Graph tags for Facebook/Instagram ad previews |
| Optimize for Google Ads | Removes Open Graph, sets proper meta for Google Ads |
| Allow iframe embedding | Allows this page to be embedded in other websites (off by default for security) |
Meta Ads and Google Ads optimizations cannot be active at the same time — they have conflicting requirements.
Page Speed Tab
Audit and optimize your page's loading performance.
Atomicat checks for:
- Image formats — recommends WebP/AVIF over PNG/JPEG
- Image count — warns if you have more than 15 images
- Lazy loading — verifies offscreen images are deferred
- Font count — warns if you're loading too many custom fonts
- Animations — identifies non-essential animations that slow mobile performance
Each issue shows a fix button or an explanation of what to do.
Revisions
Every time you save, a revision is created. Under the Revisions tab you can:
- See all saved versions with timestamps
- Preview any revision
- Restore a previous version with one click