mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-05 17:31:22 +02:00
#705 - UX improvements for SEO panel
This commit is contained in:
@@ -1448,18 +1448,6 @@ export enum LocalizationKey {
|
||||
* Actions
|
||||
*/
|
||||
panelActionsTitle = 'panel.actions.title',
|
||||
/**
|
||||
* More details
|
||||
*/
|
||||
panelArticleDetailsTitle = 'panel.articleDetails.title',
|
||||
/**
|
||||
* Type
|
||||
*/
|
||||
panelArticleDetailsType = 'panel.articleDetails.type',
|
||||
/**
|
||||
* Total
|
||||
*/
|
||||
panelArticleDetailsTotal = 'panel.articleDetails.total',
|
||||
/**
|
||||
* Headings
|
||||
*/
|
||||
@@ -1613,9 +1601,9 @@ export enum LocalizationKey {
|
||||
*/
|
||||
panelSeoDetailsRecommended = 'panel.seoDetails.recommended',
|
||||
/**
|
||||
* Keyword usage {0} *
|
||||
* Keyword density
|
||||
*/
|
||||
panelSeoKeywordInfoDensity = 'panel.seoKeywordInfo.density',
|
||||
panelSeoKeywordsDensity = 'panel.seoKeywords.density',
|
||||
/**
|
||||
* Used in heading(s)
|
||||
*/
|
||||
@@ -1639,19 +1627,15 @@ export enum LocalizationKey {
|
||||
/**
|
||||
* * A keyword density of 1-1.5% is sufficient in most cases.
|
||||
*/
|
||||
panelSeoKeywordsDensity = 'panel.seoKeywords.density',
|
||||
panelSeoKeywordsDensityDescription = 'panel.seoKeywords.density.description',
|
||||
/**
|
||||
* Recommendations
|
||||
* Insights
|
||||
*/
|
||||
panelSeoStatusTitle = 'panel.seoStatus.title',
|
||||
/**
|
||||
* Property
|
||||
*/
|
||||
panelSeoStatusHeaderProperty = 'panel.seoStatus.header.property',
|
||||
/**
|
||||
* Length
|
||||
*/
|
||||
panelSeoStatusHeaderLength = 'panel.seoStatus.header.length',
|
||||
/**
|
||||
* Valid
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user