top of page

Accessibility Statement

Effective Date: June 5, 2025
Last Updated: June 5, 2025

1. Introduction and Purpose

edverd.com (“Site”) aims to ensure that all users — regardless of whether they are disabled or not — have equal access to the content, services and features offered on the Site. This accessibility statement provides information about the Site’s accessibility principles, compliance standards, technical and administrative measures put in place and existing restrictions. Our aim is to facilitate the use of the Site for every individual, in line with the relevant legislation in Türkiye (especially the European Union Accessibility Directive 2005/210/EC; efforts to ensure compliance with the Turkish regulations that have just entered into force) and the internationally accepted Web Content Accessibility Guidelines (WCAG 2.1 Levels A and AA).

2. Scope

1. This declaration only covers the main domain of edverd.com ( www.edverd.com ) and its subpages.

2. The following pages and elements are fully accessible:

  • Home Page (navigation menu, banner, basic contents)

  • Membership / Login Forms (HTML coded input fields, labels, error messages)

  • Product and Subscription Pages (product listings, detail pages, payment buttons)

  • Account Management and Profile Page (domains, tab navigation, notification panels)

  • Blog / News / Announcement Sections (headings, subheadings, paragraphs, images)

  • FAQ and Contact Form (descriptive texts, form field labels, confirmation messages)

  • Live Chat Widget (chat window available via Wix Chat or Tawk.to plugins)

  • HTML Coded Calculation Tools (visual interface and keyboard accessible form controls)

3. The following items are not currently fully compliant with accessibility standards and are in the process of being improved:

  • Üçüncü Taraf Entegrasyonları: Bazı Google AdSense reklam birimleri, Facebook Pixel geri dönüşüm izleme kodları ve Mapbox harita bileşenleri, ek erişilebilirlik katmanları gerektirebilir.

  • Dinamik Popup İçerikler: Ürün tanıtım pencereleri ve kampanya popup’ları, tam odak yönetimi (focus management) desteği kazanmayı beklemektedir.

  • Video İçerikleri: Gelecekte ek alt yazı (closed caption) ve anlatımlı ses (audio description) desteği planlanmaktadır; şu anda yazılı özet ve açıklayıcı metinler yoluyla alternatif erişim sağlanmaktadır.

3. Compliance Standards and Applicable Legislation

 1.WCAG 2.1 Seviyeleri A ve AA

  • edverd.com strives to be compliant with Web Content Accessibility Guidelines 2.1 (published by W3C) levels A and AA. These include;

  • Texts must have sufficient color contrast (at least 4.5:1 ratio),

  • Adding alternative text (alt text) to images,

  • Fully accessible navigation with keyboard (all interactive elements can be accessed with Tab, Shift+Tab and triggered with Enter/Space),

  • Correct labeling of form fields (association with label),

  • The focus order is logical and visible (focus outline style),

  • Dynamic content changes have basic requirements such as using ARIA (Accessible Rich Internet Applications) roles and features.

2. Turkish Legislation

  • Türkiye’de, e-Devlet Kapısı, kamu kurumları ve bilgilendirmeye açık web siteleri için (Resmî Gazete’de yayımlanan “Elektronik Haberleşme Sektöründe Erişilebilirlik” Tebliği ve “Kamu Hizmetlerine Erişimde Engellilere Sağlanan Kolaylıklar ve Kamu Hizmetlerinin Sunuluş Biçimleri Hakkında Yönetmelik”) zorunlu erişilebilirlik kuralları bulunur. edverd.com özel sektör kapsamında olsa da, Kurumsal Kamu Yönetişimi ve e-Devlet entegrasyonları gereği benzer inisiyatifler alınmaktadır.

  • Ayrıca, 5070 sayılı Elektronik İmza Kanunu’na göre dijital imzalı belgelerin, eklerdeki içeriğin erişilebilir olması için metin tabanlı özeti ya da içerik hiyerarşisinin korunması tavsiye edilir. edverd.com’da üyelere sunulan dijital fatura ve abonelik onayları PDF formatında olup, erişilebilirlik açısından ek açıklayıcı metin özetleri (fatura özeti) sunulmaktadır.

4. Technical and Administrative Measures Taken for Accessibility

4.1. Tasarım ve Kodlama Aşamasındaki Prensipler

1. Use of Semantic HTML
  • Elements such as headings (<h1>–<h6>), paragraphs (<p>), lists (<ul>, <ol>, <li>), tables (<table>), form elements (<label>, <input>, <button>, <select> etc.) are coded with tags appropriate for their purpose.

  • Page sections are separated by semantic containers such as <header>, <nav>, <main>, <section>, <aside>, <footer>.

2. Color and Contrast Management
  • All text and background color combinations provide a contrast ratio of at least 4.5:1.

  • Links, buttons, or focusable elements are designed to have a visually distinct difference between hover and focus states (e.g. underline, background color change).

3. Alternative Text for Images (Alt Text)
  • All informative and functional images are added with a descriptive alt attribute.

  • Using alt="" (empty alt text) on decorative images prevents screen readers from providing unnecessary information.

  • For video content, a written summary or text version (transcript) is provided attached to each video.

4. Keyboard Access and Focus Management
  • All interactive elements (button, link, form element, drop-down menu) can be accessed with the Tab key and activated with Enter or Space.

  • During opening modals, popups, or dynamic content updates, the focus is moved to the first accessible element within the modal/popup (focus trap). After closing, the focus is returned to the element that opened the modal.

  • The “Skip to Content” link allows you to quickly get rid of the navigation menu at the top of the page and focus on the main content.

5. Form Labeling and Error Notifications
  • A descriptive <label> tag or the aria-label/aria-labelledby attribute is added to each <input> or <textarea> element.

  • Required fields use aria-required="true"; in case of form validation error, aria-invalid="true" and aria-describedby are used to associate the error message for screen readers.

  • In addition to color, error messages are also highlighted with icons and text; for example, descriptive sentences such as “This field is required” or “Invalid email format”.

4.2. Velo by Wix and Platform-Based Accessibility

1. Wix Accessibility Tools
  • The Wix engine integrates the “Wix Accessibility Checker”, which provides accessibility checks and automatic suggestions. This checker detects common errors such as color contrast, form labels, lack of alt text, and generates alerts for developers.

  • Site pages are controlled via the Wix Editor via the “Alt Text” and “Accessibility Settings” tabs.

2. Velo by Wix Custom Coding
  • The JavaScript codes, API calls and dynamic content generation processes running in the Velo backend were written with accessibility libraries (e.g. ARIA specifications) in mind.

  • For example, dynamic result boxes for calculation tools have been updated to be read to screen readers with the aria-live="polite" specification when the result is generated.

4.3. Live Chat (Wix Chat / Tawk.to) Accessibility

1. Wix Chat
  • Wix’s own live chat plugin is designed for keyboard navigation. Once the chat box is open, it is possible to access the “Send” button with the keyboard instead of the mouse.

  • Visual elements (icon, emoji) are supported in chat only with annotations (alt text).

  • The team regularly evaluates feedback from disabled users to improve focus order and sound notification options.

2. Tawk.to Live Chat
  • The Tawk.to widget is accessible using ARIA rate limiters (aria-controls, aria-expanded) and role assignments (role="dialog").

  • Focus management when the widget is opened and closed has been adjusted according to the sample code suggested by Tawk.to.

  • In the Tawk.to chat window, there is the phrase “Keyboard Accessible” next to the mouse cursor and information text about keyboard shortcuts.

4.4. Third Party Videos and Media Content

  • If the Site includes YouTube or Vimeo integrated videos, for each video, within the framework of accessibility:

  • Closed Caption: Each video content available is accompanied by accurate subtitles that reflect the audio narration and dialogues.

  • Transcript/Summary: Alternatively, written text summaries of all or portions of the video content are presented immediately below the video or in a separate text block titled “Video Summary.”

  • Controls: Play/Pause/Rewind/Fast-forward buttons, accessible via keyboard navigation; aria-label attribute added for each function.

4.5. Mobil ve Duyarlı Tasarım (Responsive Design)

  • edverd.com uses a fully compatible and flexible design (responsive layout) for mobile devices (smartphones and tablets).

  • All browser sizes have been tested to ensure that there are no accessibility issues in horizontal and vertical rotations.

  • Mobile keyboard navigation has been tested with a screen reader (TalkBack, VoiceOver) and the focus order is set correctly for elements such as navigation menus, form fields, buttons, etc.

5. Known Limitations and Improvements

1. External Advertising and Tracking Codes

  • Google AdSense reklam birimleri, bazen erişilebilirlik gerekliliklerini tam karşılamayan <iframe> yapıları oluşturabilir. Bu nedenle; reklam birimlerine title="Reklam" ve aria-hidden="true" öznitelikleri eklendi.

  • Facebook Pixel kodu, tamamen gizli bir izleme mekanizması olduğundan erişilebilirlik üzerinde doğrudan etkisi sınırlıdır; yine de Site içi başlık hiyerarşisine ve alt metin kullanımına dikkat edilerek olası semantik bozulmalar giderildi.

2. Dynamic Modal and Popup Contents

  • Campaign announcement popups or product recommendation modals may not have full focus management. Currently, focus trap may not be fully activated in some browser and screen reader combinations.

  • Planned improvement: Fully harmonize ARIA implementations (aria-modal, aria-hidden) and inert attributes in CSS and JavaScript layer. This work is targeted to be completed in the third quarter of 2025.

 3. Video İçeriklerinde Sesli Anlatım Eksikliği

  • Some video promotional and educational content on the Site currently do not have the “Audio Description” feature.

  • Improvement plan: Add detailed audio narration throughout for users with low vision by end of 2025; standardize accessibility for all newly added video content by early 2026.

4. Third Party Map Integration (Mapbox / Google Maps)

  • In Mapbox or Google Maps map components, keyboard navigation and screen reader interaction may be limited.

  • Currently; alternative text (e.g. “Map: edverd.com physical store location”) has been added to the map content, but the written address information has been moved to the top for detailed navigation.

  • Improvement plan: Additional JavaScript code will be implemented in map components by the last quarter of 2025 to fully comply with ARIA features (role="application", aria-roledescription) and to enable zooming/editing with the keyboard.

6. User Contribution and Feedback

1. Requests and Suggestions from Disabled Users

  • edverd.com values feedback from disabled users to continuously improve its accessibility process.

  • You can report any accessibility issues, bugs or suggestions through the following channels:

2. Feedback Process

  • Every piece of feedback we receive is evaluated by our Accessibility Officer and tracked with a unique bug/improvement log.

  • Major improvements (e.g. introducing a new subtitle system) will be implemented within 3 months at the latest, and minor fixes (increasing button focus color, adding missing subtitle text) will be implemented within 1 month at the earliest.

7. Sorumluluk Reddi ve Kullanıcı Hakları

1. Limitation of Liability

  • Although edverd.com takes great care in accessibility efforts, it may not be able to completely prevent all accessibility issues that may arise due to third-party tools, browser differences, user devices and assistive technologies (screen readers, magnification software).

  • This declaration constitutes a commitment to make the Site fully accessible; it also indicates that continuous improvement processes will be carried out with the aim of ensuring high quality accessibility.

2. User Rights (Within the Scope of KVKK)

  • In accordance with Articles 11 and 13 of the KVKK, users have the right to learn whether their personal data is being processed, to request correction of incomplete/incorrect data, and to request deletion or anonymization of data.

  • Personal data provided in accessibility feedback will only be evaluated within the scope of this declaration and will be used to correct accessibility errors that need to be corrected.

  • The e-mail address, name-surname or accessibility information you provide to us during the feedback process will be stored in accordance with the provisions of the KVKK and will never be shared for any other purpose.

8. Policy Updates and Communications

1. Update Frequency

  • Bu erişilebilirlik beyanı, Site’nin teknik altyapısında (Wix, Velo by Wix), kanunlarda veya WCAG standartlarında meydana gelen değişiklikler doğrultusunda en geç altı ayda bir gözden geçirilir ve güncellenir.

  • “En Son Güncelleme” tarihi, belgenin en üst kısmında belirtilir; kullanıcılar, Site alt kısmındaki “Erişilebilirlik” bağlantısından veya “Güncelleme Tarihi” bölümünden bu bilgiyi takip edebilir.

2. Contact Information

  • Email: erisim@edverd.com

  • Live Chat (Support Request): You can access it by clicking on the “Get Support” icon in the lower right corner of the site.

bottom of page