Linux 软件免费装
Banner图

Spectare Personalisation

开发者 nigemchugh
更新时间 2026年9月19日 02:40
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

marketing ai dynamic content personalization personalisation

下载

1.11.3

详情介绍:

Spectare reads where each visitor came from (referrer, UTM parameters, page context) and silently assembles a personalised version of your page from a library of content blocks called atoms. No surveys, no cookies, no asking visitors who they are. You write your content once as atoms: a pricing block, a feature explanation, a case study, a FAQ. Spectare picks the right 3 to 5 atoms for each visitor and slots them into your page in milliseconds. How it works
  1. A visitor arrives on your site. Spectare reads their referrer URL, UTM parameters, and page content.
  2. An AI classifies their likely audience (developer, executive, manager) and buyer stage (awareness, consideration, decision).
  3. Spectare selects the most relevant atoms from your library and assembles them into named slots on the page.
  4. The assembled content is cached so repeat visitors are served instantly.
Two ways to personalise The plugin supports two integration paths. You can use either, or both on different pages. What this plugin does Client-side slots (Option A) Slots are named placeholders the widget script fills in the browser. Slot names map to positions in your assembled layout: Use the Spectare Slot block in Gutenberg or the shortcode in the classic editor: [spectare_slot name="primary"] [spectare_slot name="supporting"] [spectare_slot name="secondary"] You can reserve vertical space to prevent layout shift while content loads: [spectare_slot name="primary" height="200"] Server-side zones (Option B) Zones are rendered by PHP before the page is sent, using your API key. Each zone renders a different kind of personalised component: hero banners at the top, body content in the middle, social proof and calls to action further down. There are four zones: [spectare_zone zone="hero"] [spectare_zone zone="body"] [spectare_zone zone="proof"] [spectare_zone zone="cta"] Server-side zones need your API key in Settings → Spectare (find it in your Spectare admin under Settings). Any page using a zone sends Cache-Control: no-store automatically. Requirements A Spectare account is required. Sign up at spectare.ai. Spectare is free to start with a 14-day trial; paid plans start at $19/month. See spectare.ai/pricing for current plans and limits.

安装:

  1. Download the plugin zip from your Spectare admin under Settings, or from the WordPress plugin directory.
  2. In your WordPress dashboard, go to Plugins → Add New → Upload Plugin and upload the zip file.
  3. Click Install Now, then Activate Plugin.
  4. Go to Settings → Spectare and enter your organisation slug (found in your Spectare admin under Settings). For server-side zones, also enter your API key.
  5. Add a Spectare Slot block (client-side) or a Spectare Zone block (server-side) in the Gutenberg editor, or use the [spectare_slot] or [spectare_zone] shortcode wherever you want personalised content to appear.
That is all. Spectare handles everything else automatically.

屏幕截图:

  • The settings page: your organisation slug, API key, and the toggles that control the plugin.
  • A page assembled by Spectare: personalised hero, content, and call to action rendered in zones.

常见问题:

Do I need to write code?

No. The plugin handles script injection and slot rendering. You write your content atoms in the Spectare admin and the plugin takes care of the rest.

What is an atom?

An atom is one focused piece of content: a feature explanation, a pricing block, a FAQ, a case study. You write atoms in the Spectare admin. Spectare assembles the right combination for each visitor.

How many atoms should I write?

Ten is enough to see meaningful personalisation. The recommended starting set covers your core feature, your main differentiator, pricing, a common objection, a competitor comparison, a developer how-to, a customer outcome, a pricing FAQ, your data handling stance, and your integration story.

Does Spectare use cookies or track personal data?

No cookies are set and no personal data is collected. Spectare reads only the HTTP referrer header, UTM parameters already present in the URL, and the text content of the current page. Nothing is stored on the visitor's device.

Should I use slots or zones?

Use client-side slots (Option A) if you want the simplest setup and your pages are served from a cache: personalisation happens in the browser, so it is safe with any caching plugin or CDN. Use server-side zones (Option B) if you want the personalised content baked into the HTML with no flash of default content, for example on a landing page where above-the-fold speed matters. Zones need an API key and send a no-store header, so the page is not cached. You can mix both: zones for the hero, slots lower down.

Can I use Spectare with a page builder?

Yes. Any builder that supports shortcodes (Elementor, Divi, WPBakery, Beaver Builder) can use [spectare_slot]. The Gutenberg block works natively in the block editor.

What if I want to load the script manually?

Disable auto-inject in Settings → Spectare → Auto-inject widget. Then add the script tag yourself: <script src="https://spectare.ai/spectare.js" data-org="your-slug" async></script>

What is the agent entry point (llms.txt) feature?

Spectare generates an llms.txt file from your published content and the plugin can serve it at your-domain.com/llms.txt. It is a curated entry point that maps your content, so an AI agent reading your site extracts accurate facts from a few fetches instead of guessing from a scraped page, and it keeps agent crawl cost down as pay-per-crawl arrives. It also documents your qualify endpoint, so an assistant helping someone can send them on to a page built for their intent. It is off by default: turn it on with the "Serve llms.txt" setting. Once on, it updates automatically as you edit content, and "Refresh llms.txt" pulls the latest immediately. Only published atoms are included, never drafts. Requires pretty permalinks (Settings → Permalinks, any option other than Plain).

Does this slow down my site?

The Spectare script loads asynchronously and does not block page rendering. Personalised content fills slots after the page is visible. Cached assemblies (repeat visitors with the same intent profile) are served in under 100ms.

What WordPress versions are supported?

WordPress 5.8 and above. The Gutenberg block requires the block editor introduced in WordPress 5.0, but the shortcode works in any editor version.

更新日志:

1.11.3 1.11.2 1.11.1 1.11.0 1.10.0 1.9.0 1.8.2 1.8.1 1.8.0 1.7.0 1.6.1 1.6.0 1.5.4 1.5.3 1.5.2 1.5.1 1.5.0 1.4.1 1.4.0 1.3.1 1.3.0 1.2.0 1.1.0 1.0.0