UX: Complete remaining page updates with user-friendly text
PLANNER MODULE: - Ideas: 'Content Ideas' → 'Article Ideas' - Dashboard: 'Planner Dashboard' → 'Planning Dashboard' - Keyword Opportunities: 'Keyword Opportunities' → 'Discover Keywords' LINKER MODULE: - Content List: 'Link Content' → 'Add Internal Links' - Dashboard: 'Linker Dashboard' → 'Internal Linking Dashboard' OPTIMIZER MODULE: - Content Selector: 'Optimize Content' → 'Improve Your Articles' - Dashboard: 'Optimizer Dashboard' → 'Optimization Dashboard' All page titles now use clear, action-oriented language that non-technical users can easily understand.
This commit is contained in:
@@ -98,12 +98,12 @@ export default function LinkerContentList() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<PageMeta title="Link Content" description="Process content for internal linking" />
|
||||
<PageMeta title="Add Internal Links" description="Connect your articles with internal links" />
|
||||
|
||||
<div className="space-y-6">
|
||||
<PageHeader
|
||||
title="Link Content"
|
||||
description="Add internal links to your content"
|
||||
title="Add Internal Links"
|
||||
description="Connect your articles to improve SEO"
|
||||
navigation={<ModuleNavigationTabs tabs={[
|
||||
{ label: 'Content', path: '/linker/content', icon: <FileIcon /> },
|
||||
]} />}
|
||||
|
||||
@@ -64,12 +64,12 @@ export default function LinkerDashboard() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<PageMeta title="Linker Dashboard" description="Internal linking overview and statistics" />
|
||||
<PageMeta title="Internal Linking Dashboard" description="Track your internal linking progress" />
|
||||
|
||||
<div className="space-y-6">
|
||||
<div className="flex items-center justify-between mb-6">
|
||||
<PageHeader
|
||||
title="Linker Dashboard"
|
||||
title="Internal Linking Dashboard"
|
||||
lastUpdated={new Date()}
|
||||
badge={{
|
||||
icon: <PlugInIcon />,
|
||||
|
||||
Reference in New Issue
Block a user