Setup a website
Website configuration

SEO attributes

7min
search engine optimization (seo) is crucial to ensuring that your website ranks well in search engine results to optimize a website effectively, certain basic seo attributes must be set up correctly these include metadata, content, technical aspects and crawling behavior, especially for production and staging systems this article provides a summary of the key seo attributes to focus on for a summary on seo configurations per view, see seo view configuration docid\ cu7hafs68vq0qcxn8vnpm seo attributes 1\ title tags and meta descriptions title tags ( views json docid\ cemlondywwi8h90reeafd ) and meta descriptions are crucial for both search engine ranking and click through rates the title tag should include relevant keywords and be concise (50 60 characters), while the meta description (around 150 160 characters) should summarise the content of the page and include a call to action in purple, you'll usually configure what data to use on a view, where you will have views json docid\ cemlondywwi8h90reeafd for any type of page on your website 2\ header tags (h1, h2, etc ) header tags structure the content, making it easier for search engines and users to understand the h1 tag should clearly state the main topic of the page, with h2 and h3 tags providing a hierarchy for sub topics proper use of these tags improves content readability and seo ranking h tags must be used in the correct order and there should not be more than one h1 tag on a page 3\ alt text for images search engines can't read images, so providing descriptive alt text helps them understand what an image represents alt text also improves accessibility and is crucial for ranking in image search results an alt tag must be present for every image, but it can be left blank for images that are purely decorative to improve the accessibility of the page 4\ canonical tags if a page has multiple versions (such as when you have dynamic urls or similar content), canonical tags tell search engines which version is the preferred one this helps prevent duplicate content issues that could hurt your seo to properly determine the canonical tag, you'll need to set up the routing accordingly see experience routing docid\ s4eu5ubll5qnrohm3w wo for details 5\ mobile friendliness with google's mobile first indexing, ensuring your website is mobile friendly is paramount responsive design, fast loading times and usability across devices are all crucial to ranking well in mobile search results 6\ xml sitemap and robots txt an xml sitemap helps search engines to discover and index the pages of your website more effectively a well structured sitemap ensures that all important pages are indexed, while the robots txt file is used to control how search engines crawl your site; for details on setting up robots txt, see set crawling behaviour docid\ t6uvcm1csnqvguowp8bkh ensure that production systems allow search engines to crawl and index the site this can be managed using the robots txt file and meta tags such as index and follow the production system should be accessible, with an emphasis on proper sitemaps and canonical urls to guide search engines staging environments should not be crawled by search engines, as this could lead to duplicate content issues and negatively impact seo to prevent this, use noindex meta tags, password protect the site and disallow crawling via the robots txt file staging systems should be invisible to search engines to avoid indexing incomplete or test content 7\ structured data (schema markup) using structured data helps search engines understand the content better and can enhance your listings with rich snippets (such as reviews, prices, and more) schema markup is particularly valuable for e commerce, recipes, events and other specific content types see configure json ld docid c0zytn9qxcadagblugm3 for details 8\ page speed and core web vitals fast page load times and optimal performance scores such as google's core web vitals (which measure loading, interactivity and visual stability) are essential for seo google rewards faster sites with higher rankings