Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/pages/paper/[id]/[[slug]].vue
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ const setMetaData = () => {
}
else {
pageTitle.value = baseTitle
pageDescribe.value = `Free download of ${title} – ${base_title}, ${section_title} curriculum. Ideal for quick revision, practice, and exam prep.`
pageDescribe.value = `Download ${title} – ${base_title}, ${section_title} curriculum. Ideal for quick revision, practice, and exam prep.`
}

const ogImage = dto.thumb_pic
Expand Down
12 changes: 6 additions & 6 deletions app/pages/search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -742,25 +742,25 @@ const metadata = computed(() => {

const descriptionTemplates = {
learnfiles: {
dynamic: `Free download list of ${joinTextTitles} multimedia. ${descAppendText}`,
dynamic: `Download ${joinTextTitles} multimedia. ${descAppendText}`,
},
test: {
dynamic: `Free download list of ${joinTextTitles} ${appendText}. ${descAppendText}`,
dynamic: `Download ${joinTextTitles} ${appendText}. ${descAppendText}`,
},
question: {
dynamic: `Free download list of ${joinTextTitles} Forum. ${descAppendText}`,
dynamic: `Download list of ${joinTextTitles} Forum. ${descAppendText}`,
},
azmoon: {
dynamic: `Free download list of ${joinTextTitles} Online test. ${descAppendText}`,
dynamic: `Download list of ${joinTextTitles} Online test. ${descAppendText}`,
},
dars: {
dynamic: `Free download list of ${joinTextTitles} Textbook. ${descAppendText}`,
dynamic: `Download list of ${joinTextTitles} Textbook. ${descAppendText}`,
},
teacher: {
dynamic: `Browse qualified teachers and explore their profiles, experience, and subjects they teach.`,
},
default: {
dynamic: `Free download list of ${joinTextTitles} ${appendText}. ${descAppendText}`,
dynamic: `Download list of ${joinTextTitles} ${appendText}. ${descAppendText}`,
},
}

Expand Down
Loading