SEO & Tracking
Search engine optimization and visitor tracking are essential for growing your website's reach and understanding your audience. ListHouze provides built-in SEO controls and supports popular analytics platforms.
SEO Settings
Navigate to Website → SEO in your dashboard sidebar.
Configurable SEO Fields
| Field | Recommended Length | Description |
|---|---|---|
| Page title | Under 60 characters | The title shown in browser tabs and search results |
| Meta description | Under 160 characters | The summary text shown below your title in search results |
| Open Graph image | 1200×630px | The image displayed when your site is shared on social media |
| Meta keywords | 5–10 keywords | Keywords relevant to your content and market |
| noIndex | Off by default | Prevent search engines from indexing your site |
| noFollow | Off by default | Prevent search engines from following links on your site |
| Sitemap enabled | On by default | Generate a sitemap for search engine crawlers |
Tip
How SEO Tags Are Rendered
ListHouze automatically injects your SEO settings into the HTML of every page:
<title>tag from your page title<meta name="description">from your meta description<meta property="og:title">,<meta property="og:description">,<meta property="og:image">for social media sharing- Structured data (JSON-LD) for rich search results
Individual pages can override the global SEO settings with their own titles and descriptions.
Tracking Scripts
Navigate to Website → Tracking in your dashboard sidebar.
Supported Platforms
| Platform | ID Format | Example |
|---|---|---|
| Google Analytics 4 | G-XXXXXXXXXX | G-ABC123DEF4 |
| Google Tag Manager | GTM-XXXXXXX | GTM-ABCD123 |
| Facebook / Meta Pixel | 10–20 digit number | 1234567890123456 |
Setting Up Google Analytics 4
- Create a GA4 property in your Google Analytics account
- Copy your Measurement ID (starts with
G-) - Paste it into the Google Analytics 4 field in Website → Tracking
- Save - tracking begins immediately on your next page load
Setting Up Google Tag Manager
- Create a container in Google Tag Manager
- Copy your Container ID (starts with
GTM-) - Paste it into the Google Tag Manager field
- Save - the GTM container loads on all pages
Setting Up Facebook Pixel
- Create a Pixel in your Meta Business Suite
- Copy your Pixel ID (10–20 digit number)
- Paste it into the Facebook Pixel field
- Save - the pixel fires on all page views
Info
Security
Tracking scripts are injected safely using validated IDs only. ListHouze does not accept arbitrary script tags - only the specific tracking platform IDs listed above. This prevents cross-site scripting (XSS) attacks while still supporting the most popular analytics platforms.