You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* extract TokenPageTitle into separate component
* remove dynamic import for TokenPage
* add initialData to tokenQuery
* add ENV variable
* don't update metadata on client
* fix test
Copy file name to clipboardExpand all lines: docs/ENVS.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -172,14 +172,15 @@ By default, the app has generic favicon. You can override this behavior by provi
172
172
173
173
### Meta
174
174
175
-
Settings for meta tags and OG tags
175
+
Settings for meta tags, OG tags and SEO
176
176
177
177
| Variable | Type| Description | Compulsoriness | Default value | Example value |
178
178
| --- | --- | --- | --- | --- | --- |
179
179
| NEXT_PUBLIC_PROMOTE_BLOCKSCOUT_IN_TITLE |`boolean`| Set to `true` to promote Blockscout in meta and OG titles | - |`true`|`true`|
180
180
| NEXT_PUBLIC_OG_DESCRIPTION |`string`| Custom OG description | - | - |`Blockscout is the #1 open-source blockchain explorer available today. 100+ chains and counting rely on Blockscout data availability, APIs, and ecosystem tools to support their networks.`|
181
181
| NEXT_PUBLIC_OG_IMAGE_URL |`string`| OG image url. Minimum image size is 200 x 20 pixels (recommended: 1200 x 600); maximum supported file size is 8 MB; 2:1 aspect ratio; supported formats: image/jpeg, image/gif, image/png | - |`static/og_placeholder.png`|`https://placekitten.com/1200/600`|
182
182
| NEXT_PUBLIC_OG_ENHANCED_DATA_ENABLED |`boolean`| Set to `true` to populate OG tags (title, description) with API data for social preview robot requests | - |`false`|`true`|
183
+
| NEXT_PUBLIC_SEO_ENHANCED_DATA_ENABLED |`boolean`| Set to `true` to pre-render page titles (e.g Token page) on the server side and inject page h1-tag to the markup before it is sent to the browser. | - |`false`|`true`|
0 commit comments