mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-08-02 19:46:40 +08:00
contents: improve SEO of coding interview pages
This commit is contained in:
@ -145,6 +145,7 @@ export default React.memo(function SidebarAd() {
|
||||
path.includes('coding') ||
|
||||
path.startsWith('/best-practice-questions') ||
|
||||
path.startsWith('/cheatsheet') ||
|
||||
path.startsWith('/mock-interviews') ||
|
||||
path.startsWith('/algorithms')
|
||||
) {
|
||||
return (
|
||||
|
@ -274,7 +274,7 @@ function HowToUseStep({index, title, ctaLink, contents}) {
|
||||
</div>
|
||||
<div class="card__footer">
|
||||
<a
|
||||
class="button button--secondary button--block"
|
||||
class="button button--primary button--block"
|
||||
href={useBaseUrl(ctaLink)}>
|
||||
Read now →
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user