# SEO Management

## **SEO Tips**

Search engine optimization is often about making small modifications to parts of your website. When viewed individually, these changes might seem like incremental improvements, but when combined with other optimizations, they could have a noticeable impact on your site’s user experience and performance in organic search results.

The following is a list of tips for Editors to follow as a guideline when adding content to the site:

| Tip                                   | Description                                                                                                                                                                                                                                                                                                                                                                                             |
| ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Use Semantic HTML Elements            | <p>\*Use headings properly: H1, H2, H3 …</p><p>\*Avoid using more than one H1 in each page. Each page already is set to have the page title as H1 therefore, in the rich text you should use H2 and below.</p><p>\*Avoid not specifying a hierarchy in headings in your page. In the rich text it is best to have subtitles within your text and use headings to do this.</p>                           |
| Proper and Unique Page Title Patterns | <p>Every single page has a different title</p><p>\*Keep it short, direct, and concise </p><p>\*Keep it relevant </p><p>\*Avoid overly long title (more than 65 characters) </p><p>\*Avoid stuffing keywords in titles </p><p>\*Avoid choosing a title that has no relation to the content on the page </p><p>\*Avoid using a single title across all of your site’s pages or a large group of pages</p> |
| Metadata, Meta Tags                   | <p>Meta tags describe the pages’ content to search engines </p><p>\*Avoid duplicating description across all or some pages </p><p>\*Avoid overly long meta descriptions </p><p>\*Avoid irrelevant meta descriptions</p>                                                                                                                                                                                 |
| Image ALT Attributes are Required     | <p>Alt text (alternative text), also known as "alt attributes" or “alt descriptions”. </p><p>\*Describes the appearance and function of an image on a page </p><p>\*Important for “Accessibility” - screen readers - and “Image SEO” </p><p>\*Avoid missing alt text </p><p>\*Avoid stuffing alt text with keywords</p>                                                                                 |
| Use Human-Friendly URLs               | <p>A URL that is human-friendly, is search engine friendly </p><p>\*Avoid URLs with a lot of query strings <http://www.mysite.com/SubPage.aspx?PageId=303&#x26;MenuId=83> </p><p>\*Avoid stuffing keywords in URLs </p><p>\*Avoid spaces and special characters in URLs</p>                                                                                                                             |
| Make Your Site Secure - HTTPS         | <p>\*Google announced on August 06, 2014 that HTTPS is ranking signal </p><p>\*Increases visitor confidence </p><p>\*Improves security </p><p>This will be technically done on the server directly.</p>                                                                                                                                                                                                 |
| Prevent URLs Pitfalls                 | <p>Each unique page should be accessed from a single URL only </p><p>\*Use redirects to maintain a single domain (with or without www) </p><p>\*Use redirects to maintain a single page URL \*Do not create duplicate content</p>                                                                                                                                                                       |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.varbase.vardot.com/10.1.x/content-designers/search-engine-optimization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
