beenotung / ts-liveview

Build hybrid SSG and SSR realtime SPA/MPA with Typescript
https://liveviews.cc
BSD 2-Clause "Simplified" License
168 stars 2 forks source link

demo: tiny seo opt #7

Closed hpvd closed 2 years ago

hpvd commented 2 years ago

Since your tech is great for seo and you are directly referring to it on https://liveviews.cc/home

And it's ideal for SEO.

with one thing it could be improved further: just make this page non-exist, because it's duplicate content: https://liveviews.cc/home https://liveviews.cc

=> menu entry home should directly link to https://liveviews.cc :-)

beenotung commented 2 years ago

Agree your suggestion, that was to demo having multiple route resolve to same content but that seems non-necessary.

beenotung commented 2 years ago

Just updated menu link in the demo.

Thanks for your suggestion and welcome for more ideas :)

hpvd commented 2 years ago

there is as small relic alive: a link on https://liveviews.cc/about pointing to /home 2022-06-02_21h46_31

beenotung commented 2 years ago

Good catch! Also updated the redirection url of source.

(the source link is now pointing to source code when viewing from github, but pointing to live demo of corresponding page when viewing from demo site, as suggested in another issue, future version may really show the source code)

beenotung commented 2 years ago

Thanks for your advice, feel free to re-open this issue when you've further suggestions.