Skip to content

Commit 8f6726d

Browse files
committed
FAQ Needle Cloud
1 parent 68c452f commit 8f6726d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

documentation/reference/faq.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -801,6 +801,15 @@ These commands serve different purposes:
801801

802802
See the [Needle MCP Server documentation](/docs/ai/needle-mcp-server#advanced-connection-modes) for more details.
803803

804+
# Needle Cloud
805+
806+
## What do the "tags" on Needle Cloud deployments do?
807+
808+
When you set **tags** on a Needle Cloud deployment, they are written as `<meta name="keywords">` in the HTML of your deployed site (if no keywords meta tag already exists). This has two main uses:
809+
810+
- **SEO** — Search engines can use meta keywords to understand your page's topics, improving discoverability.
811+
- **Google Analytics** — You can use these meta keywords as a custom dimension in GA4. In **Google Tag Manager**, create a "DOM Element" variable that reads the `content` attribute from `meta[name="keywords"]`, then send it as a parameter with your GA4 page view tag. This lets you filter and segment analytics by the tags you set in Needle Cloud.
812+
804813
# Still have questions?
805814

806815
- [Ask in our forum](https://forum.needle.tools/?utm_source=needle_docs&utm_content=content)

0 commit comments

Comments
 (0)