springdoc.org

Обзор веб-сайта springdoc.org

OpenAPI 3 Library for spring-boot

 Сгенерирован 17 Марта 2026 08:08

Устаревшие данные? ОБНОВИТЬ !

Набрано баллов: 49/100

СЕО Контент

Заголовок страницы

OpenAPI 3 Library for spring-boot

Длина : 33

Замечательно, Ваш заголовок страницы содержит от 10 до 70 символов.

Описание страницы

OpenAPI 3 Library for spring boot projects. Is based on swagger-ui, to display the OpenAPI description.Generates automatically the OpenAPI file.

Длина : 144

Замечательно, Ваше описание страницы содержит от 70 до 160 символов.

Ключевые слова

Очень плохо. Мы не нашли ключевых слов на Вашем веб-сайте. Используйте бесплатный генератор мета-тэгов, чтобы сгенерировать ключевые слова.

Og Meta Properties

Замечательно, Вы используете преимущества Og Properties.

Свойство Контент
title OpenAPI 3 Library for spring-boot
locale en_US
description Library for OpenAPI 3 with spring boot projects. Is based on swagger-ui, to display the OpenAPI description.Generates automatically the OpenAPI file.
url http://springdoc.org/
site_name OpenAPI 3 Library for spring-boot
image https://springdoc.org/img/banner-logo.svg

Заголовки

H1 H2 H3 H4 H5 H6
1 13 114 0 0 0
  • [H1] springdoc-openapi v2.8.16
  • [H2] 1. Introduction
  • [H2] 2. Getting Started
  • [H2] 3. Springdoc-openapi Modules
  • [H2] 4. Springdoc-openapi Features
  • [H2] 5. Springdoc-openapi Properties
  • [H2] 6. Springdoc-openapi Plugins
  • [H2] 7. Springdoc-openapi Demos
  • [H2] 8. Migrating from springdoc-openapi v1
  • [H2] 9. Migrating from SpringFox
  • [H2] 10. Other resources
  • [H2] 11. Sponsor
  • [H2] 12. Special Thanks
  • [H2] 13. F.A.Q
  • [H3] 3.1. General overview
  • [H3] 3.2. Spring WebMvc support
  • [H3] 3.3. Spring WebFlux support
  • [H3] 3.4. Swagger-UI support
  • [H3] 3.5. Scalar support
  • [H3] 3.6. Spring Hateoas support
  • [H3] 3.7. Spring Data Rest support
  • [H3] 3.8. Spring Security support
  • [H3] 3.9. Actuator support
  • [H3] 3.10. Spring Cloud Function Web support
  • [H3] 3.11. Kotlin support
  • [H3] 3.12. Groovy support
  • [H3] 3.13. Javadoc support
  • [H3] 3.14. Springdoc-openapi BOM
  • [H3] 4.1. Adding API Information and Security documentation
  • [H3] 4.2. Error Handling for REST using @ControllerAdvice
  • [H3] 4.3. Disabling the springdoc-openapi endpoints
  • [H3] 4.4. Disabling the swagger-ui
  • [H3] 4.5. Swagger-ui configuration
  • [H3] 4.6. Selecting the Rest Controllers to include in the documentation
  • [H3] 4.7. Spring-webflux/WebMvc.fn with Functional Endpoints
  • [H3] 4.8. Integration with WildFly
  • [H3] 5.1. springdoc-openapi core properties
  • [H3] 5.2. swagger-ui properties
  • [H3] 6.1. Maven plugin
  • [H3] 6.2. Gradle plugin
  • [H3] 7.1. springdoc applications demos
  • [H3] 7.2. Source code of the Demo Applications
  • [H3] 10.1. Additional resources to get started
  • [H3] 10.2. Dependencies repository
  • [H3] 11.1. Benefits of being a bronze sponsor
  • [H3] 11.2. Benefits of being a silver sponsor
  • [H3] 11.3. Benefits of being a gold sponsor
  • [H3] 13.1. How can I define multiple OpenAPI definitions in one Spring Boot project?
  • [H3] 13.2. How can I configure Swagger UI?
  • [H3] 13.3. How can I filter the resources documented in the output specification by the provided group?
  • [H3] 13.4. How can I disable/enable Swagger UI generation based on env variable?
  • [H3] 13.5. How can I control the default expansion setting for the operations and tags, in the Swagger UI ,
  • [H3] 13.6. How can I change the layout of the swagger-ui?
  • [H3] 13.7. How can I sort endpoints alphabetically?
  • [H3] 13.8. How can I disable the try it out button?
  • [H3] 13.9. How can I add Reusable Enums ?
  • [H3] 13.10. How can i apply enumAsRef = true to all enums ?
  • [H3] 13.11. How can I explicitly set which paths to filter?
  • [H3] 13.12. How can I explicitly set which packages to scan?
  • [H3] 13.13. How can I set Swagger properties programmatically?
  • [H3] 13.14. How can I ignore some field of model ?
  • [H3] 13.15. How can I ignore @AuthenticationPrincipal parameter from spring-security ?
  • [H3] 13.16. Is there a Gradle plugin available?
  • [H3] 13.17. How can I hide a parameter from the documentation ?
  • [H3] 13.18. Is @Parameters annotation supported ?
  • [H3] 13.19. Does springdoc-openapi support Jersey?
  • [H3] 13.20. Can springdoc-openapi generate API only for @RestController?
  • [H3] 13.21. Are the following validation annotations supported : @NotEmpty @NotBlank @PositiveOrZero @NegativeOrZero?
  • [H3] 13.22. How can I map Pageable (spring-data-commons) object to correct URL-Parameter in Swagger UI?
  • [H3] 13.23. How can I generate enums in the generated description?
  • [H3] 13.24. How can I deploy springdoc-openapi-starter-webmvc-ui behind a reverse proxy?
  • [H3] 13.25. Is @JsonView annotations in Spring MVC APIs supported?
  • [H3] 13.26. Adding springdoc-openapi-starter-webmvc-ui dependency breaks my public/index.html welcome page
  • [H3] 13.27. How can I test the Swagger UI?
  • [H3] 13.28. How can I customise the OpenAPI object ?
  • [H3] 13.29. How can I return an empty content as response?
  • [H3] 13.30. How are endpoints with multiple consuming media types supported?
  • [H3] 13.31. How can I get yaml and json (OpenAPI) in compile time?
  • [H3] 13.32. What are the ignored types in the documentation?
  • [H3] 13.33. How can i disable ignored types:
  • [H3] 13.34. How do I add authorization header in requests?
  • [H3] 13.35. Differentiation to Springfox project
  • [H3] 13.36. How do I migrate to OpenAPI 3 with springdoc-openapi
  • [H3] 13.37. How can I set a global header?
  • [H3] 13.38. Are Callbacks supported?
  • [H3] 13.39. How can I define SecurityScheme ?
  • [H3] 13.40. How can I hide an operation or a controller from documentation ?
  • [H3] 13.41. How to configure global security schemes?
  • [H3] 13.42. Can I use spring property with swagger annotations?
  • [H3] 13.43. How is server URL generated ?
  • [H3] 13.44. How can I disable springdoc-openapi cache?
  • [H3] 13.45. How can I expose the mvc api-docs endpoints without using the swagger-ui?
  • [H3] 13.46. How can I disable springdoc-openapi endpoints ?
  • [H3] 13.47. How can I hide Schema of the the response ?
  • [H3] 13.48. What is the URL of the swagger-ui, when I set a different context-path?
  • [H3] 13.49. Can I customize OpenAPI object programmatically?
  • [H3] 13.50. Where can I find the source code of the demo applications?
  • [H3] 13.51. Does this library supports annotations from interfaces?
  • [H3] 13.52. What is the list of the excluded parameter types?
  • [H3] 13.53. Is file upload supported ?
  • [H3] 13.54. Can I use @Parameter inside @Operation annotation?
  • [H3] 13.55. Why my parameter is marked as required?
  • [H3] 13.56. How are overloaded methods with the same endpoints, but with different parameters
  • [H3] 13.57. What is a proper way to set up Swagger UI to use provided spec.yml?
  • [H3] 13.58. Is there a way to send authorization header through the @Parameter tag?
  • [H3] 13.59. My Rest Controller using @Controller annotation is ignored?
  • [H3] 13.60. How can I define groups using application.yml?
  • [H3] 13.61. How can I extract fields from parameter object ?
  • [H3] 13.62. How can I use the last springdoc-openapi SNAPSHOT ?
  • [H3] 13.63. How can I use enable springdoc-openapi MonetaryAmount support ?
  • [H3] 13.64. How can i aggregate external endpoints (exposing OPENAPI 3 spec) inside one single application?
  • [H3] 13.65. How can use custom json/yml file instead of generated one ?
  • [H3] 13.66. How can i enable CSRF support?
  • [H3] 13.67. How can i disable the default swagger petstore URL?
  • [H3] 13.68. Is @PageableDefault supported, to enhance the OpenAPI 3 docuementation?
  • [H3] 13.69. How can i make spring security login-endpoint visible ?
  • [H3] 13.70. How can i show schema definitions even the schema is not referenced?
  • [H3] 13.71. How to override @Deprecated?
  • [H3] 13.72. How can i display a method that returns ModelAndView?
  • [H3] 13.73. How can i have pretty-printed output of the OpenApi specification?
  • [H3] 13.74. How can i define different schemas for the same class?
  • [H3] 13.75. How can i define different description for a class attribute depending on usage?
  • [H3] 13.76. Customizing swagger static resources
  • [H3] 13.77. Is GraalVM supported ?
  • [H3] 13.78. How to Integrate Open API 3 with Spring project (not Spring Boot)?
  • [H3] 13.79. What is the compatibility matrix of springdoc-openapi with spring-boot ?
  • [H3] 13.80. Why am i getting an error: Swagger UI unable to render definition, when overriding the default spring registered HttpMessageConverter?
  • [H3] 13.81. Some parameters are not generated in the resulting OpenAPI spec.

Картинки

Мы нашли 17 картинок на этом веб-сайте.

10 alt атрибута(-ов) не найдено. Добавив альтернативный текст, поисковые роботы будут лучше понимать содержание картинки.

Соотношение Контент/HTML

Соотношение : 0%

Соотношение текста в коде HTML у этой страницы меньше чем 15 процентов, это означает, что Вашем веб-сайту требуется больше контента.

Flash

Замечательно, мы не нашли Flash контента на странице.

Iframe

Замечательно, мы не зафиксировали Iframe'ов на Вашей странице.

ЧПУ ссылки

Отлично, все Ваши ссылки являются ЧПУ!

Нижнее подчеркивание в ссылках

Прекрасно! Мы не нашли "нижнее подчеркивание" в Ваших ссылках.

Внутренние ссылки

Мы нашли 188 ссылок(-и), включая 11 ссылок ссылок(-и) на файл(-ы).

Анкор Тип Вес ссылки
1. Introduction Внутренняя Передает вес
2. Getting Started Внутренняя Передает вес
3. Springdoc-openapi Modules Внутренняя Передает вес
3.1. General overview Внутренняя Передает вес
3.2. Spring WebMvc support Внутренняя Передает вес
3.3. Spring WebFlux support Внутренняя Передает вес
3.4. Swagger-UI support Внутренняя Передает вес
3.5. Scalar support Внутренняя Передает вес
3.6. Spring Hateoas support Внутренняя Передает вес
3.7. Spring Data Rest support Внутренняя Передает вес
3.8. Spring Security support Внутренняя Передает вес
3.9. Actuator support Внутренняя Передает вес
3.10. Spring Cloud Function Web support Внутренняя Передает вес
3.11. Kotlin support Внутренняя Передает вес
3.12. Groovy support Внутренняя Передает вес
3.13. Javadoc support Внутренняя Передает вес
3.14. Springdoc-openapi BOM Внутренняя Передает вес
4. Springdoc-openapi Features Внутренняя Передает вес
4.1. Adding API Information and Security documentation Внутренняя Передает вес
4.2. Error Handling for REST using @ControllerAdvice Внутренняя Передает вес
4.4. Disabling the swagger-ui Внутренняя Передает вес
4.5. Swagger-ui configuration Внутренняя Передает вес
4.6. Selecting the Rest Controllers to include in the documentation Внутренняя Передает вес
4.7. Spring-webflux/WebMvc.fn with Functional Endpoints Внутренняя Передает вес
4.8. Integration with WildFly Внутренняя Передает вес
5. Springdoc-openapi Properties Внутренняя Передает вес
5.1. springdoc-openapi core properties Внутренняя Передает вес
5.2. swagger-ui properties Внутренняя Передает вес
6. Springdoc-openapi Plugins Внутренняя Передает вес
6.1. Maven plugin Внутренняя Передает вес
6.2. Gradle plugin Внутренняя Передает вес
7. Springdoc-openapi Demos Внутренняя Передает вес
7.1. springdoc applications demos Внутренняя Передает вес
7.2. Source code of the Demo Applications Внутренняя Передает вес
8. Migrating from springdoc-openapi v1 Внутренняя Передает вес
9. Migrating from SpringFox Внутренняя Передает вес
10. Other resources Внутренняя Передает вес
10.1. Additional resources to get started Внутренняя Передает вес
10.2. Dependencies repository Внутренняя Передает вес
11. Sponsor Внутренняя Передает вес
11.1. Benefits of being a bronze sponsor Внутренняя Передает вес
11.2. Benefits of being a silver sponsor Внутренняя Передает вес
11.3. Benefits of being a gold sponsor Внутренняя Передает вес
12. Special Thanks Внутренняя Передает вес
13. F.A.Q Внутренняя Передает вес
13.1. How can I define multiple OpenAPI definitions in one Spring Boot project? Внутренняя Передает вес
13.2. How can I configure Swagger UI? Внутренняя Передает вес
13.3. How can I filter the resources documented in the output specification by the provided group? Внутренняя Передает вес
13.4. How can I disable/enable Swagger UI generation based on env variable? Внутренняя Передает вес
13.5. How can I control the default expansion setting for the operations and tags, in the Swagger UI , Внутренняя Передает вес
13.7. How can I sort endpoints alphabetically? Внутренняя Передает вес
13.8. How can I disable the try it out button? Внутренняя Передает вес
13.9. How can I add Reusable Enums ? Внутренняя Передает вес
13.11. How can I explicitly set which paths to filter? Внутренняя Передает вес
13.12. How can I explicitly set which packages to scan? Внутренняя Передает вес
13.13. How can I set Swagger properties programmatically? Внутренняя Передает вес
13.14. How can I ignore some field of model ? Внутренняя Передает вес
13.16. Is there a Gradle plugin available? Внутренняя Передает вес
13.17. How can I hide a parameter from the documentation ? Внутренняя Передает вес
13.23. How can I generate enums in the generated description? Внутренняя Передает вес
13.27. How can I test the Swagger UI? Внутренняя Передает вес
13.28. How can I customise the OpenAPI object ? Внутренняя Передает вес
13.29. How can I return an empty content as response? Внутренняя Передает вес
13.30. How are endpoints with multiple consuming media types supported? Внутренняя Передает вес
13.31. How can I get yaml and json (OpenAPI) in compile time? Внутренняя Передает вес
13.32. What are the ignored types in the documentation? Внутренняя Передает вес
13.33. How can i disable ignored types: Внутренняя Передает вес
13.34. How do I add authorization header in requests? Внутренняя Передает вес
13.35. Differentiation to Springfox project Внутренняя Передает вес
13.36. How do I migrate to OpenAPI 3 with springdoc-openapi Внутренняя Передает вес
13.37. How can I set a global header? Внутренняя Передает вес
13.38. Are Callbacks supported? Внутренняя Передает вес
13.39. How can I define SecurityScheme ? Внутренняя Передает вес
13.40. How can I hide an operation or a controller from documentation ? Внутренняя Передает вес
13.41. How to configure global security schemes? Внутренняя Передает вес
13.42. Can I use spring property with swagger annotations? Внутренняя Передает вес
13.43. How is server URL generated ? Внутренняя Передает вес
13.44. How can I disable springdoc-openapi cache? Внутренняя Передает вес
13.47. How can I hide Schema of the the response ? Внутренняя Передает вес
13.49. Can I customize OpenAPI object programmatically? Внутренняя Передает вес
13.50. Where can I find the source code of the demo applications? Внутренняя Передает вес
13.51. Does this library supports annotations from interfaces? Внутренняя Передает вес
13.52. What is the list of the excluded parameter types? Внутренняя Передает вес
13.53. Is file upload supported ? Внутренняя Передает вес
13.55. Why my parameter is marked as required? Внутренняя Передает вес
13.56. How are overloaded methods with the same endpoints, but with different parameters Внутренняя Передает вес
13.57. What is a proper way to set up Swagger UI to use provided spec.yml? Внутренняя Передает вес
13.58. Is there a way to send authorization header through the @Parameter tag? Внутренняя Передает вес
13.59. My Rest Controller using @Controller annotation is ignored? Внутренняя Передает вес
13.60. How can I define groups using application.yml? Внутренняя Передает вес
13.61. How can I extract fields from parameter object ? Внутренняя Передает вес
13.64. How can i aggregate external endpoints (exposing OPENAPI 3 spec) inside one single application? Внутренняя Передает вес
13.65. How can use custom json/yml file instead of generated one ? Внутренняя Передает вес
13.66. How can i enable CSRF support? Внутренняя Передает вес
13.67. How can i disable the default swagger petstore URL? Внутренняя Передает вес
13.68. Is @PageableDefault supported, to enhance the OpenAPI 3 docuementation? Внутренняя Передает вес
13.69. How can i make spring security login-endpoint visible ? Внутренняя Передает вес
13.70. How can i show schema definitions even the schema is not referenced? Внутренняя Передает вес
13.71. How to override @Deprecated? Внутренняя Передает вес
13.72. How can i display a method that returns ModelAndView? Внутренняя Передает вес
13.73. How can i have pretty-printed output of the OpenApi specification? Внутренняя Передает вес
13.74. How can i define different schemas for the same class? Внутренняя Передает вес
13.75. How can i define different description for a class attribute depending on usage? Внутренняя Передает вес
13.76. Customizing swagger static resources Внутренняя Передает вес
13.77. Is GraalVM supported ? Внутренняя Передает вес
13.78. How to Integrate Open API 3 with Spring project (not Spring Boot)? Внутренняя Передает вес
13.81. Some parameters are not generated in the resulting OpenAPI spec. Внутренняя Передает вес
Open Collective Внешняя Передает вес
sponsor Внешняя Передает вес
View project on GitHub Внешняя Передает вес
swagger-ui jars Внешняя Передает вес
Swagger UI Внешняя Передает вес
Scalar Внешняя Передает вес
Scalar documentation Внешняя Передает вес
Sample applications with Spring Cloud Function Web Внешняя Передает вес
- Внутренняя Передает вес
https://swagger.io/docs/open-source-tools/swagger-ui/usage/configuration/ Внешняя Передает вес
#25938 Внешняя Передает вес
HelloRouter Внешняя Передает вес
QuotesRouter Внешняя Передает вес
BookRouter Внешняя Передает вес
EmployeeRouter Внешняя Передает вес
PositionRouter Внешняя Передает вес
Sample webflux application using functional DSL Внешняя Передает вес
Sample code with Functional Endpoints documentation Внешняя Передает вес
spring configuration properties Внешняя Передает вес
see Array.prototype.sort() Внешняя Передает вес
swagger.io/docs/open-source-tools/swagger-ui/usage/deep-linking Внешняя Передает вес
See security advisory Внешняя Передает вес
Highlight.js Внешняя Передает вес
https://github.com/springdoc/springdoc-openapi-maven-plugin Внешняя Передает вес
https://github.com/springdoc/springdoc-openapi-gradle-plugin Внешняя Передает вес
Demo Spring Boot 3 Web MVC with OpenAPI 3 and Swagger-UI Внутренняя Передает вес
Demo Spring Boot 3 WebFlux with OpenAPI 3 and Swagger-UI Внутренняя Передает вес
Demo Spring Boot 3 Web MVC with OpenAPI 3 and Scalar Внутренняя Передает вес
Demo Spring Boot 3 WebFlux with OpenAPI 3 and Scalar Внутренняя Передает вес
Demo Spring Boot 3 WebFlux with Functional endpoints OpenAPI 3 Внутренняя Передает вес
Demo Spring Boot 3 and Spring Hateoas with OpenAPI 3 Внутренняя Передает вес
Demo Spring Boot 3 and Spring Cloud Function Web MVC Внутренняя Передает вес
Demo Spring Boot 3 and Spring Cloud Function WebFlux Внутренняя Передает вес
Demo Spring Boot 3 and Spring Cloud Gateway Внутренняя Передает вес
https://github.com/springdoc/springdoc-openapi-demos/tree/master Внешняя Передает вес
how-can-i-deploy-springdoc-openapi-starter-webmvc-ui-behind-a-reverse-proxy Внутренняя Передает вес
how-can-i-configure-swagger-ui Внутренняя Передает вес
how-can-i-hide-an-operation-or-a-controller-from-documentation Внутренняя Передает вес
Springdoc-openapi presentation Внешняя Передает вес
Baeldung Внешняя Передает вес
DZone Part1 Внешняя Передает вес
DZone Part2 Внешняя Передает вес
Extending Swagger and Spring Doc Open API Внешняя Передает вес
Piotrminkowski Blog Внешняя Передает вес
https://central.sonatype.com/search?q=g:org.springdoc Внешняя Передает вес
https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/org/springdoc/ Внешняя Передает вес
springdoc.org Внутренняя Передает вес
The Spring Team Внешняя Передает вес
JetBrains Внешняя Передает вес
https://github.com/springdoc/springdoc-openapi/tree/main/springdoc-openapi-tests/springdoc-openapi-actuator-webmvc-tests/src/test/java/test/org/springdoc/api/app68 Внешняя Передает вес
- Внутренняя Передает вес
- Внутренняя Передает вес
- Внутренняя Передает вес
gradle plugin Внутренняя Передает вес
- Внутренняя Передает вес
- Внутренняя Передает вес
https://github.com/swagger-api/swagger-samples/tree/2.0/java/java-jersey2-minimal Внешняя Передает вес
- Внутренняя Передает вес
- Внутренняя Передает вес
- Внутренняя Передает вес
- Внутренняя Передает вес
RFC7239 "Forwarded Headers" Внешняя Передает вес
- Внутренняя Передает вес
- Внутренняя Передает вес
https://github.com/springdoc/springdoc-openapi/blob/main/springdoc-openapi-starter-webmvc-ui/src/test/java/test/org/springdoc/ui/app1/SpringDocApp1Test.java Внешняя Передает вес
https://github.com/springdoc/springdoc-openapi/blob/main/springdoc-openapi-starter-webflux-api/src/test/java/test/org/springdoc/api/app39/SpringDocTestApp.java Внешняя Передает вес
https://github.com/springdoc/springdoc-openapi-maven-plugin.git Внешняя Передает вес
https://docs.spring.io/spring/docs/5.1.x/spring-framework-reference/web.html#mvc-ann-arguments Внешняя Передает вес
- Внутренняя Передает вес
- Внутренняя Передает вес
- Внутренняя Передает вес
https://github.com/springdoc/springdoc-openapi-demos Внешняя Передает вес
- Внутренняя Передает вес
https://swagger.io/docs/specification/describing-parameters/#header-parameters Внешняя Передает вес
springdoc-openapi-properties Внутренняя Передает вес
- Внутренняя Передает вес
- Внутренняя Передает вес
https://github.com/swagger-api/swagger-ui/blob/main/docs/usage/configuration.md#requestinterceptor Внешняя Передает вес
- Внутренняя Передает вес
- Внутренняя Передает вес
Spring-Boot 3.2.0 Внешняя Передает вес

Ключевые слова

Облако ключевых слов

Содержание ключевых слов

Ключевое слово Контент Заголовок страницы Ключевые слова Описание страницы Заголовки

Юзабилити

Домен

Домен : springdoc.org

Длина : 13

Favicon

Отлично, Ваш сайт имеет favicon.

Пригодность для печати

Плохо. Мы не нашли CSS файл, отвечающий за печать веб-сайта.

Язык

Хорошо, Ваш установленный язык веб-сайта: en.

Dublin Core

Ваш веб-сайт не использует преимущества Dublin Core.

Документ

Doctype

HTML 5

Кодировка

Замечательно. Кодировка веб-сайта: UTF-8.

W3C Validity

Ошибок : 0

Предупреждений : 0

Приватность эл. почты

Внимание! Как минимум 1 адрес эл. почты был найден в контенте. Воспользуйтесь бесплатной защитой от спама, чтобы скрыть адрес от спамеров.

Устаревший HTML

Отлично. Мы не нашли устаревших тэгов в Вашем HTML.

Скорость загрузки

Внимание! Попытайтесь избежать вложенных таблиц.
Слишком плохо. Ваш веб-сайт использует встроенные CSS правила в HTML тэгах.
Замечательно. Ваш веб-сайт имеет мало CSS файлов.
Плохо. Ваш веб-сайт имеет слишком много JavaScript файлов (больше чем 6).
Замечательно, ваш сайт использует возможность gzip сжатия.

Мобильный телефон

Оптимизация под моб. телефон

Apple иконки
Meta Viewport Тэг
Flash контент

Оптимизация

XML карта сайта

Отлично, ваш сайт имеет XML карту сайта.

https://springdoc.org/sitemap.xml

Robots.txt

https://springdoc.org/robots.txt

Отлично, ваш веб-сайт содержит файл robots.txt.

Аналитика

Отлично, на вашем сайте присутствуют аналитические программы.

   Google Analytics

PageSpeed Insights


Устройство
Категории

Free SEO Testing Tool

Free SEO Testing Tool - это бесплатный СЕО инструмент, который поможет вам проанализировать Ваш веб-сайт.