> For the complete documentation index, see [llms.txt](https://mtrsolution.gitbook.io/eventic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mtrsolution.gitbook.io/eventic/settings/layout-parameters-and-seo.md).

# Layout, Parameters and SEO

Now, go to the Settings > Layout, Parameters and SEO section in your dashboard

![](/files/-MJIBrtLhJpC85Gsm5Qc)

We are going to explain the available settings in this section:

## **App Environment**

* **Production:** If your platform is currently visible to customers, pages loading time is faster and debugging messages are displayed
* **Development:** If you are modifying the source code or debugging some functionnalitites, the Symfony profiler will appear at the right bottom corner of all the pages

## **App Debugging**

* **Enable:** If you want to display error messages (if any), you should use this along with the Development Environment
* **Disable:** Disable all debugging messages, you should use this along with the Production Environment

## **App Secret**

This is a string that should be unique to your application and it is commonly used to add more entropy to security related operations

## **Maintenance mode**

Enable maintenance mode to display a maintenance page for all users but the users who are granted the ROLE\_ADMINISTRATOR role, if you lost your session, you can edit the MAINTENANCE\_MODE parameter directly in the .env file

## **Maintenance mode custom message**

Enter a custom message that will appear in the maintenance mode page

## **Date and time format**

Project wide date and time format, follow this link for a list of supported character&#x73;**:**

&#x20;<https://unicode-org.github.io/icu/userguide/format_parse/datetime/> .&#x20;

Please make sure to keep the double quotes " " around the format string.&#x20;

The default format used by Eventic is: "eee dd MMM y, h:mm a z"

## **Alternative date and time format**

Used in some specific cases, follow this link for a list of supported characters:

&#x20;<https://www.php.net/manual/en/datetime.format.php> .&#x20;

Please make sure to keep the double quotes " " around the format string.&#x20;

The default format used by Eventic is: "d/m/Y, g:i A T"

## **Date only format**

Used in some specific cases, follow this link for a list of supported characters:&#x20;

<https://www.php.net/manual/en/datetime.format.php> .&#x20;

Please make sure to keep the double quotes " " around the format string.&#x20;

The default format used by Eventic is: "D j M Y"

## **Timezone**

Choose the timezone that applies to all the dates in the platform&#x20;

## **Default language**&#x20;

Choose the default language that is used if no locale is passed to the homepage url

## **Available languages**

Choose the languages that users can change to

## **Website name**

This is the platform name that is used platform wide (reports, payments, emails...)

## **Website slug**

Enter the chosen website name with no spaces and no uppercase characters (for SEO purposes)

## **Website url**

Enter the full website url

## **Website root url**

Enter the platform url without www nor http(s)

## **Website description**

Enter the platform description, will be used in the meta description tag, the bottom of ticket&#x73;**,** emails...

## **SEO keywords**

Enter some keywords that represent your website, will be used in the meta keywords tag

## **Contact email**

Enter the email that contact emails will be sent to, will be used in the contact form, displayed in the contact us page...

## **Contact phone**

**D**isplayed in the contact us page

## **Contact fax**

Displayed in the contact us page

## **Contact address**

Displayed in the contact us page

## **Facebook url**

Displayed in the footer

## **Instagram url**

Displayed in the footer

## **Youtube url**

Displayed in the footer

## Twitter url

Displayed in the footer

## **Application theme**

Choose a color that will be used as the platform theme

## **Primary color code**

Read only field, will be updated automatically when you choose a new color

## **No reply email address**

Enter an email address that will be used to send outgoing emails like order confirmation, account activation link on registration...

## **Logo**

Choose a 200x50 image size to ensure compatibility with the website design

## **Favicon**

We recommend a 48x48 image size

## **Show the back to top button**

Displays a back to top button at the right bottom corner of every page

## **Show the terms of service page link**

Shows the terms of service page link in the footer

## **Privacy policy page slug**

Select the privacy policy page from the list of pages created in the Pages Section

## **Show the cookie policy page link**

Shows the cookie policy page link in the footer

## **Cookie policy page slug**

Select the cookie policy page from the list of pages created in the Pages Section

## **Show the cookie policy bar at the bottom**

Shows a bar at the bottom of every page containing a link to cookie policy page

## **Show the GDPR compliance page link**

Shows the GDPR compliance page link in the footer

## **Gdpr compliance page slug**

Select the Gdpr compliance page from the list of pages created in the Pages Section

## **Custom css**

Add a custom CSS code that will be applied to all the platform pages

## **Google analytics code**

Add your Google Analytics Tracking ID to view detailed statistics about your website visitors&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://mtrsolution.gitbook.io/eventic/settings/layout-parameters-and-seo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
