Surely this has already been asked before but I cannot clarify myself by reading the FAQ.
As can be seen in the following spoiler image, all the steps are in green except two in blue, which refers to the fact that the *.ico / *.png resources are not in the root.
:arrow_forward: iOS Safari
:information_source: There is no Touch icon in the root directory
:arrow_forward: Classic, desktop browsers
:information_source: There is no favicon.ico in the root of your web site
:arrow_down: Click to see checker report :arrow_down:
![checker foodify](https://user-images.githubusercontent.com/3125580/132099271-33a04a09-9594-42ad-a66a-c347a728ec47.png)
The manifest,browserconfig and favicon.ico its sure there are in the root and everything else in /assets/favicon of the project.
:arrow_down: Click to see website folder structure :arrow_down:
![image](https://user-images.githubusercontent.com/3125580/132099642-09b2ff93-bb9d-4d9c-8a78-be416b5a7210.png)
Also comment that the site is not in the root of the domain, only a one step below path. Is there any drawback in having it like this or should everything go in the root of the domain or either in the app?
And last question.... Does the order in which you put the tags in the header matter?
:arrow_down: Click to see the HTML snippet we use :arrow_down:
```html
Some app
```
If necessary, I put the link to site so that contributes to be clearer.
Dear team
Surely this has already been asked before but I cannot clarify myself by reading the FAQ.
As can be seen in the following spoiler image, all the steps are in green except two in blue, which refers to the fact that the
*.ico / *.png
resources are not in the root.favicon.ico
in the root of your web site:arrow_down: Click to see checker report :arrow_down:
![checker foodify](https://user-images.githubusercontent.com/3125580/132099271-33a04a09-9594-42ad-a66a-c347a728ec47.png)The
manifest
,browserconfig
andfavicon.ico
its sure there are in the root and everything else in/assets/favicon
of the project.:arrow_down: Click to see website folder structure :arrow_down:
![image](https://user-images.githubusercontent.com/3125580/132099642-09b2ff93-bb9d-4d9c-8a78-be416b5a7210.png)Also comment that the site is not in the root of the domain, only a one step below path. Is there any drawback in having it like this or should everything go in the root of the domain or either in the app?
And last question.... Does the order in which you put the tags in the header matter?
:arrow_down: Click to see the HTML snippet we use :arrow_down:
```htmlIf necessary, I put the link to site so that contributes to be clearer.
Thanks in advance.
David.