diff --git a/src/viewpanel/components/SeoFieldInfo.tsx b/src/viewpanel/components/SeoFieldInfo.tsx index e46fa9c0..2b13dd05 100644 --- a/src/viewpanel/components/SeoFieldInfo.tsx +++ b/src/viewpanel/components/SeoFieldInfo.tsx @@ -13,8 +13,7 @@ export const SeoFieldInfo: React.FunctionComponent = ({ titl return ( {title} - {value} - {recommendation} + {value}/{recommendation} { isValid !== undefined ? : - } diff --git a/src/viewpanel/components/SeoStatus.tsx b/src/viewpanel/components/SeoStatus.tsx index e97ecef3..4d555449 100644 --- a/src/viewpanel/components/SeoStatus.tsx +++ b/src/viewpanel/components/SeoStatus.tsx @@ -38,25 +38,24 @@ export const SeoStatus: React.FunctionComponent = (props: React Property Length - Recommended Valid { (title && seo.title > 0) && ( - + ) } { (data[descriptionField] && seo.description > 0) && ( - + ) } { (seo.content > 0 && data?.articleDetails?.wordCount) && ( - + ) }