Title Tag
Give every product detail page a tab title containing its product name, while keeping the H1 in the page.
Give every product detail page a tab title containing its product name, while keeping the H1 in the page.
<head><title>Noise-cancelling headphones · Pine Store</title></head><h1>Noise-cancelling headphones</h1>pine.example/products/headphonesThe H1 and document title can be related, but they are separate objects to verify.
It first serves the browser tab: The title lives in the document head and identifies the current document in the browser. A detail page should include a name that distinguishes the object rather than reuse one generic title everywhere.
Search results are not a fixed echo: A search system may use the title, page text, or other signals to generate a result title. Verify the browser tab and source metadata; do not treat exact search echoing as guaranteed.
Give each product detail page a distinct title that includes the product name, while keeping the page H1. Switch between two products and verify that the browser tab changes; do not promise that search results will copy the title exactly.