SEO Practical
Internal links: what anchor text and direction actually do
An internal link guides a reader and declares a relationship at the same time. The words you link with and the direction you link in are that declaration.
Technote
20 articles· SEO · Marketers
SEO Practical
An internal link guides a reader and declares a relationship at the same time. The words you link with and the direction you link in are that declaration.
SEO Practical
Mark a service up as a Product and you collect warnings instead of rich results. Choosing the right type is very nearly the whole job.
SEO Practical
A single conversion rate only tells you it is low. Divide the path into steps and you can see which stretch loses people — and therefore what to…
SEO Practical
Two keywords with the same volume can need entirely different pages. How to read the intent tools do not show, and how to handle the spelling variation Korean…
SEO Practical
Sometimes the page holding your ranking down is your own. Two ways to spot it, three ways to fix it, and a rule for choosing between them.
SEO Practical
Hundreds of addresses can show the same list in a different order. Nothing looks wrong on screen, which is exactly why the problem is found late.
SEO Practical
An event called "button 3 clicked" loses its meaning the moment the page changes. "Enquiry submitted" still means the same thing after a redesign.
SEO Intro
Search Console has many screens; three are worth a weekly look. Decide which question each answers and the whole routine takes fifteen minutes.
SEO Intro
Tag freely, but do not push every tag into search. Separate subject from audience and difficulty — and decide deliberately which archives get indexed.
SEO Intro
A page blocked in robots.txt can still appear in search. Blocking a crawl and blocking an index are different jobs — miss that and you fix the wrong…
SEO Intro
Form placement is a timing problem, not a design one. Pushed at the wrong moment, a form stops being an invitation and becomes an obstruction.
SEO Intro
A plugin, code in your child theme, or a tag manager. All three work, but they charge different prices: convenience, control, or an extra layer that hides what…
Cited
Topics outside WordPress are collected on Dongji Communication Tech Insights, run by the same team. The summaries below are quoted from the originals; the titles link to them.
Working with AI
Writing a CLAUDE.md — teaching an AI coding assistant your project
AI coding tools such as Claude Code, Cursor and Copilot do better work the more precisely they know your project. Here is a structure and a set of principles that hold up.
Working with AI
Prompting an AI for UI design — drafting with Claude and GPT
Asking an AI to "make a nice button" gets you a disappointing button. Structured prompts that carry constraints, references and a defined role get you the design you meant.
Themes & plugins
SCSS from the ground up — variables through module structure
The core syntax of SCSS (Sass) and what it solves that plain CSS cannot: variables, nesting, mixins, @use and module structure — organised around patterns you can use immediately.
Themes & plugins
Design tokens and theme colour systems — brand identity in SCSS variables
How to turn a colour palette from a pile of hex codes into a system that means something — semantic token structure and SCSS variable patterns, from a real project.
Performance optimization
Designing a responsive typography system — the science of readability
Hard-coded pixel font sizes are over. Type scales, fluid sizing with clamp(), Korean webfont optimisation and line-height ratios — building typography that reads well on any screen.
Development workflow
From Figma to SCSS — a designer-developer handoff guide
Minimising what gets lost between a Figma file and the code: extracting tokens, naming components, keeping the spacing system in sync — the whole workflow, step by step.