@lightupai/polaris 0.0.62 → 0.0.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -43,7 +43,7 @@
43
43
  ]
44
44
  },
45
45
  "description": "Capture every AI coding session. Stream prompts, responses, and tool calls to Slack in real time. Collaborate across agents. Nothing is lost.",
46
- "favicon": null,
46
+ "favicon": "https://app.withpolaris.ai/favicon.svg",
47
47
  "meta_keywords": null,
48
48
  "canonical": "https://app.withpolaris.ai/",
49
49
  "internal_links_count": 7,
@@ -51,19 +51,19 @@
51
51
  "inbound_links_count": 0,
52
52
  "images_count": 0,
53
53
  "images_size": 0,
54
- "scripts_count": 1,
54
+ "scripts_count": 0,
55
55
  "scripts_size": 0,
56
56
  "stylesheets_count": 0,
57
57
  "stylesheets_size": 0,
58
58
  "title_length": 49,
59
59
  "description_length": 141,
60
- "render_blocking_scripts_count": 1,
61
- "render_blocking_stylesheets_count": 0,
60
+ "render_blocking_scripts_count": 0,
61
+ "render_blocking_stylesheets_count": 1,
62
62
  "cumulative_layout_shift": 0,
63
63
  "meta_title": null,
64
64
  "content": {
65
65
  "plain_text_size": 5565,
66
- "plain_text_rate": 0.0824627695043343,
66
+ "plain_text_rate": 0.10715317223452392,
67
67
  "plain_text_word_count": 909,
68
68
  "automated_readability_index": 8.19262715768782,
69
69
  "coleman_liau_readability_index": 11.131434977578476,
@@ -90,21 +90,21 @@
90
90
  }
91
91
  },
92
92
  "page_timing": {
93
- "time_to_interactive": 966,
94
- "dom_complete": 966,
93
+ "time_to_interactive": 262,
94
+ "dom_complete": 263,
95
95
  "largest_contentful_paint": 0,
96
96
  "first_input_delay": 0,
97
- "connection_time": 28,
98
- "time_to_secure_connection": 16,
99
- "request_sent_time": 0,
100
- "waiting_time": 18,
101
- "download_time": 9,
102
- "duration_time": 967,
97
+ "connection_time": 27,
98
+ "time_to_secure_connection": 21,
99
+ "request_sent_time": 1,
100
+ "waiting_time": 39,
101
+ "download_time": 4,
102
+ "duration_time": 263,
103
103
  "fetch_start": 0,
104
- "fetch_end": 967
104
+ "fetch_end": 263
105
105
  },
106
106
  "onpage_score": 100,
107
- "total_dom_size": 67534,
107
+ "total_dom_size": 51984,
108
108
  "custom_js_response": null,
109
109
  "custom_js_client_exception": null,
110
110
  "resource_errors": {
@@ -117,16 +117,16 @@
117
117
  "duplicate_description": false,
118
118
  "duplicate_content": false,
119
119
  "click_depth": 0,
120
- "size": 67534,
121
- "encoded_size": 51810,
122
- "total_transfer_size": 51810,
123
- "fetch_time": "2026-06-18 17:46:26 +00:00",
120
+ "size": 51984,
121
+ "encoded_size": 9662,
122
+ "total_transfer_size": 9662,
123
+ "fetch_time": "2026-06-18 20:38:46 +00:00",
124
124
  "cache_control": {
125
125
  "cachable": false,
126
126
  "ttl": 0
127
127
  },
128
128
  "checks": {
129
- "no_content_encoding": true,
129
+ "no_content_encoding": false,
130
130
  "high_loading_time": false,
131
131
  "from_sitemap": false,
132
132
  "is_redirect": false,
@@ -149,7 +149,7 @@
149
149
  "meta_charset_consistency": true,
150
150
  "has_meta_refresh_redirect": false,
151
151
  "has_render_blocking_resources": true,
152
- "low_content_rate": true,
152
+ "low_content_rate": false,
153
153
  "high_content_rate": false,
154
154
  "low_character_count": false,
155
155
  "high_character_count": false,
@@ -169,7 +169,7 @@
169
169
  "no_image_title": false,
170
170
  "no_description": false,
171
171
  "no_title": false,
172
- "no_favicon": true,
172
+ "no_favicon": false,
173
173
  "seo_friendly_url": true,
174
174
  "flash": false,
175
175
  "frame": false,
@@ -179,7 +179,7 @@
179
179
  "seo_friendly_url_keywords_check": true,
180
180
  "seo_friendly_url_relative_length_check": true
181
181
  },
182
- "content_encoding": null,
182
+ "content_encoding": "zstd",
183
183
  "media_type": "text/html",
184
184
  "server": null,
185
185
  "is_resource": false,
package/docs/seo-geo.md CHANGED
@@ -15,6 +15,8 @@
15
15
  - [x] **Lighthouse performance audit** — `make perf` runs mobile+desktop against prod and local, checks Google "good" budgets (score≥90, FCP≤1.8s, LCP≤2.5s), saves JSON to `docs/audits/`
16
16
  - [x] **DataForSEO on-page audit** — `make seo` runs 20 SEO checks via DataForSEO API, saves JSON to `docs/audits/`
17
17
  - [x] **Heading hierarchy** — verified: 1×h1, 7×h2, 18×h3, proper structure (DataForSEO score 100/100)
18
+ - [x] **Favicon** — SVG favicon (polaris-600 hub icon) with immutable cache, favicon.ico redirects to it
19
+ - [x] **gzip/zstd compression** — enabled in Caddy, page size over the wire: 51KB→9KB
18
20
 
19
21
  ## SEO — To Do
20
22
 
@@ -31,14 +33,6 @@
31
33
  - Cloudflare Web Analytics (free, built into Cloudflare dashboard)
32
34
  Add the tracking script to the layout.
33
35
 
34
- - [ ] **Favicon**
35
- No favicon set. Flagged by DataForSEO audit. Add one for browser tabs and bookmarks.
36
- Use the Polaris hub icon or a simplified version.
37
-
38
- - [ ] **Enable gzip/brotli compression**
39
- DataForSEO flagged `no_content_encoding`. Caddy should be compressing responses.
40
- Add `encode gzip zstd` to the Caddyfile.
41
-
42
36
  ### Medium Priority
43
37
 
44
38
  - [ ] **Schema markup (JSON-LD)**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightupai/polaris",
3
- "version": "0.0.62",
3
+ "version": "0.0.63",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "polaris": "bin/polaris",