Welcome to the staging ground for new communities! Each proposal has a description in the "Descriptions" category and a body of questions and answers in "Incubator Q&A". You can ask questions (and get answers, we hope!) right away, and start new proposals.
Are you here to participate in a specific proposal? Click on the proposal tag (with the dark outline) to see only posts about that proposal and not all of the others that are in progress. Tags are at the bottom of each post.
Is the TITLE tag or the H1 tag more important for SEO? Question
I've heard that for good SEO you need both a <title> tag and an <h1> tag on each page. I have pages that are very visual, think full screen map or full screen images. I'm not sure that I have room in my site design for a heading tag. Could just a title tag suffice?
If I do have both, can I make the H1 tag significantly shorter than the title tag so that it takes up very little room?
1 answer
you seem to be conflating the purpose of title and headings.
title is literally what you refer to as the location of a webpage.
here is an example image with large red arrows pointing to various browser tabs each with unique and descriptive titles. regarding its importance,
The contents of a page title is very important for search engine optimization (SEO)! The page title is used by search engine algorithms to decide the order when listing pages in search results.
headings, what you referred to as <h1>, are designed to provide structured indexing of documents.
Search engines use the headings to index the structure and content of your web pages. Users often skim a page by its headings. It is important to use headings to show the document structure. h1 headings should be used for main headings, followed by h2 headings, then the less important h3, and so on.
this is an exmaple from W3 School's HTML Headings,
some differences exist between browsers with rendering, but that is generally how they appear.
to answer your question, it is necessary to have a title, but depending on the displayed context, it is not always necessary to have headings.

1 comment thread