VietConnect and TradeWithViet now feed each other, and a new compliance guide closes the loop
We connected the VietConnect platform to its sister content site, TradeWithViet, so readers can dig deeper into the guides and buyers still flow toward the platform, without losing anyone along the way. We also wrote and published a brand-new buyer's guide on EU and US import rules and pointed the platform's compliance tools straight at it.
6-layer thinking chainChuỗi tư duy 6 tầng
"Standing on VietConnect, how do we link back to TradeWithViet?" (đứng tại Vietconnect làm thế nào để back lại tradewithviet)
- The two sites share the same web address family (VietConnect lives at vietconnect.tradewithviet.com), so links between them are NOT the kind of "backlink" that boosts Google ranking. They are an internal funnel, plain and simple.
- VietConnect has no paying customers yet, so every visitor who reaches it is precious. Sending them back out to read a blog can cost a sale.
- Only 3 plain links existed, each typed by hand in a different file, and each opened in the same browser tab, which means the visitor loses their place on the platform.
- The most useful article to link to, a guide on EU and US import rules, did not exist yet.
- Add links everywhere — simple, but bleeds hard-won visitors out of the buying flow.
- Treat it as an SEO backlink play — wasted effort, because same-family web addresses give no ranking boost.
- Selective funnel links, always open in a new tab, all managed from one place — (chosen) more setup, but protects sales and is easy to change later.
- Do nothing — leaves the two sites as strangers and the content gap open.
How the two sites fit together
Think of TradeWithViet as the magazine rack at the front of a shop and VietConnect as the shop floor where the deals happen. The magazine pulls people in off the street; the shop floor is where they buy. The job was to add doors between the two that open the right way.
| Technical termThuật ngữ kỹ thuật | Plain nameTên dễ hiểu | RoleVai trò |
|---|---|---|
src/lib/links.ts | The address book | One file that holds every link to TradeWithViet. Change a link once here and it updates everywhere automatically. |
ExternalLink component | The new-tab door | A reusable button that always opens an outside link in a new browser tab, so the platform stays open behind it and the visitor never loses their place. |
GuideLink + ResourcesHub | The 'learn more' note + the Resources shelf | A small note placed only at trust moments, plus a homepage shelf of three guides, both pointing to real TradeWithViet articles. |
Read it in 30 seconds: the solid arrow is the money flow (content pulls buyers toward the platform). The dashed arrow is the gentle return path (a few 'learn more' links), drawn thin on purpose and always opening in a new tab so it never empties the shop.
Layered decision cardsCác quyết định theo tầng
Artifact mapBản đồ tệp tạo ra
| PathĐường dẫn | WhatLà gì | Who reads itAi dùng |
|---|---|---|
src/lib/links.ts | The single address book of TradeWithViet links | Every part of the platform that links out |
src/components/ui/external-link.tsx | The reusable new-tab door | All outside links |
src/components/shared/guide-link.tsx | The quiet 'learn more' note | Compliance checker, trust page, supplier profiles, RFQ pages |
src/components/home/resources-hub.tsx | The homepage Resources shelf (3 real guides) | Homepage visitors |
Header + footer | Moved Blog out of the top menu, routed remaining links safely | Every page |
tradewithviet.com/blog/eu-us-compliance-vietnam-sourcing/ | New published guide: EUDR, CBAM, PPWR, FDA for Vietnam sourcing | Buyers + the platform's compliance links |
- Optional: the new compliance article can be queued to social (LinkedIn, Facebook, Instagram). That push was deliberately held so you can choose the timing and captions.
- The code changes are not committed to git yet. Because the language-support upgrade is mixed into the same working copy, it is cleaner to commit the two efforts as separate batches.
- Cache note: the new article is live; the site's library and homepage listings will pick it up on their normal refresh.