I am looking for a programmer for an HTML website built on WordPress Elementor.
https://drive.google.com/drive/u/0/my-drive
The first problem is technical, not software-related.
My system was unable to access the content of the article itself, even after two attempts. The reason: the site menu is huge — hundreds of navigation links that appear at the beginning of the HTML code, pushing the content down so deeply that automated tools get cut off before reaching it.
This is a critical discovery in itself, not just my "mistake." Consider who else "encounters" your page in the same way:
Google bots
AI-based crawlers (e.g., GPTBot, ClaudeBot, PerplexityBot, GeminiBot)
Indexing systems using the RAG algorithm
When an AI model receives a page, it sees a huge pile of links before it gets to the content. Even if it doesn't get cut off, the weight of the content relative to the weight of the navigation is very low — and this is a negative signal. Modern models try to determine the "main content," but this is not always successful, especially on Hebrew WordPress sites.
This is one of the likely reasons why your site is probably indexed by AI models worse than it should be, even if the content itself is good.
What to do about it:
Ask the developer if it's possible to change the order of the HTML code so that the main content is placed before the menu (semantic HTML with <main> and <nav> in their places).
Add aria-label and role="navigation" attributes to the menu.
Add a "skip to content" link — you have it, but you need to ensure it works.
Consider creating a more "flat" menu instead of the current green one with more than 50 links.
Here is what you currently have — a real problem
The menu is displayed three times in the original HTML code:
One version for desktops
One version for tablets
One version for mobile devices
Each version contains more than 50 identical links. This means that the bot reading the page sees the same menu printed three times in the code, even if the user sees only one on any screen.
Options that do not require changing the navigation itself:
A. One menu with responsive CSS instead of three menus
Instead of Elementor printing three separate HTML versions and hiding/showing them with classes, you can print one menu that visually changes depending on the screen size using CSS. This reduces the HTML size by about three times without affecting the number of links or the navigation structure.
This requires developer work, as this is not a setting that can be changed from the Elementor interface — it requires modifying the template code or replacing the menu widget.
B. Lazy loading of the mobile menu
The mobile menu (hamburger) does not necessarily need to be fully printed in the original HTML. It can be dynamically loaded when the user clicks on the hamburger. This significantly reduces the HTML code without changing the navigation content.
C. Fixing the hidden H1
We've already talked about this — there is an H1 that is hidden on desktops and only displayed on tablets. Fixing just this is a task separate from reducing the menu size.
D. Removing unnecessary inline JavaScript from <head>
I looked at the code again — there is a lot of inline JavaScript in <head>, including whole scripts for the table of contents, internal AI scripts, and more. Most of this can be moved to a separate file or loaded at the end of the page. This does not change the navigation but reduces the amount of code that bots have to go through before reaching the content.
Risk assessment of these options:
A (one menu with CSS) — low-medium risk. A developer who understands what they are doing is required. The risk is that Elementor may not work well with the changes. After making changes, thorough testing on all devices is necessary.
B (lazy loading of the mobile menu) — low risk. If implemented correctly, the menu will still be accessible to bots through static links, it will just load later.
C (fixing H1) — minimal risk, we've already discussed this.
D (migrating JavaScript) — low risk, a standard optimization measure.
Important note: Before discussing options A and B, clarify with your developer whether this is even possible within the template you are using (Hello Elementor Child + PowerPack Elements). Some of the options proposed here may require relatively complex changes or replacement of the menu widget.
-
2 days200 USD2 days200 USD
Hello!
My name is Evgeny, and I have been professionally developing mobile applications, websites, web services, and web applications for 7 years.
*The cost I indicated is for 1 hour of work. To provide a more detailed price, I would like to contact/call and discuss the details.
- You can review my portfolio, testimonials, and awards in my profile.
Why should you choose me?
… - I have taken 1st and 2nd places in international championships and competitions in the IT field
- I have verified video testimonials and letters of appreciation
- I am always available, honest, and reasonable
- I work under a contract
- I lead my own development team
I would be happy to talk to you in more detail about the project.
-
2 days200 USD2 days200 USD
Hello!
I am ready to help with the technical optimization of a WordPress / Elementor site and fixing issues that hinder proper page reading by bots, search engines, and AI crawlers.
From the description, I see that the problem is not only in SEO but specifically in the HTML structure: the menu is duplicated several times for different devices, there are too many navigation links in the code before the main content, there is an issue with a hidden H1 and unnecessary inline JavaScript. This can indeed interfere with proper indexing and determining the main content of the page.
What I can do:
— make a backup of the site before changes;
— check the current structure of the Hello Elementor Child theme + PowerPack Elements;
— analyze the HTML code of the pages and the order of block output;
— check if it is safe to output the main content before navigation;
— add or correct semantic tags, role="navigation", aria-label;
… — check and configure the "skip to content" link;
— resolve the issue with the hidden H1;
— if possible, replace the three versions of the menu with one responsive menu via CSS;
— if it is safer, suggest an option for lazy loading the mobile menu;
— remove unnecessary inline JavaScript or move it lower if it does not break functionality;
— test the site after changes on desktop / tablet / mobile;
— ensure that Elementor and the current widgets do not conflict with the changes made.
I propose to do the work in stages:
Technical audit of the current template and HTML code.
Determining a safe option for fixing the menu.
Corrections of H1, semantics, navigation, and skip-link.
Optimization of unnecessary JS in the head.
Testing responsiveness and functionality.
I would like to note right away: if the site is heavily tied to Elementor / PowerPack, not all options can be correctly implemented only through settings from the admin panel. It may require editing the child theme, replacing the menu widget, or a custom template. Therefore, we need to look at the site from the inside first and determine the safest option.
Cost: from 8,000 UAH for basic corrections of H1, semantics, skip-link, and JS.
If a redesign of the menu to a single responsive one or a custom implementation of the mobile menu is required — approximately 12,000–18,000 UAH.
Hourly rate: 600 UAH/hour.
Timeline:
— audit and work plan: 1 day;
— basic corrections: 1–2 days;
— more complex menu redesign: 3–5 days.
Portfolio:
Freelancehunt
I am ready to look at the site, theme, and Elementor structure, after which I will be able to accurately say which option is best.
-
30 days500 USD30 days500 USD
I will optimize the DOM structure of your website by merging three duplicate menus into one responsive block and moving blocking JavaScript to the footer to restore the semantic weight of the content.
How many potential clients have you already lost because search bots and AI crawlers are "choking" on your code, stopping indexing at the hundredth navigation link before they even see a single word of your article?
Budget and deadlines will be discussed in private correspondence. 🤝
-
7 days200 USD7 days200 USD
It seems that your problem is not with the content, but with how WordPress/Elementor delivers the page to bots. I would start with an HTML audit: remove duplicate menu items from the code, check for hidden H1, eliminate unnecessary inline-JS, and keep one responsive navigation without losing UX. I have made such adjustments on e-commerce and corporate websites — after them, pages load faster and are indexed better. If you provide access, I can quickly tell you what can be realistically fixed in your template without unnecessary risk.
-
1 day25 USD1 day25 USD
Good day, I really want to collaborate with you. Experience of more than 5 years. Write to me and we will discuss all the details)
-
3 days90 USD3 days90 USD
Good day.
I studied the audit - everything is clear: three duplicate menus, hidden H1, inline JS. I will fix it: I will create one responsive menu through CSS in the child theme (without changes to the template), I will move JS to defer, and I will tidy up the H1.
I take RTL specifics into account - I will test on iOS and Android.
-
10 days150 USD
210 10 days150 USDGood day! Thank you for sending such a detailed analysis — it is truly valuable. I have read everything carefully. The issue with the huge menu that is duplicated three times in HTML, and the content that "drowns" in the code — this is a serious technical problem, especially for AI crawlers and overall SEO. My proposal: I can fix these issues:
- Redesign the menu — create one responsive menu instead of three duplicates (desktop + tablet + mobile). This will significantly reduce the volume of HTML.
- Move the main content higher in the code (using + correct semantics).
- Optimize JavaScript — remove unnecessary parts, defer loading.
- Fix the hidden H1.
- Implement lazy loading for the mobile menu (if necessary).
I will do all this carefully, with subsequent testing on all devices and checking to ensure nothing is visually "broken." This is exactly what critically affects how Google and AI models see the site right now.
…
Are you ready for me to take on the optimization? I can do this as a separate phase. I will prepare an exact cost and timeline after a quick review of your site (or child theme). Please share your thoughts. Best regards, Daria.
-
3 days500 USD
400 3 days500 USDGood day! HTML/CSS/JS, landing pages, websites. Python backend, Telegram bots. freeCodeCamp certificates. Ready to discuss and get started!
-
4 days150 USD
259 4 days150 USDHello! I am ready to eliminate the menu duplication in Elementor, implement inline scripts, and fix the H1 for faster indexing. As a specialist in JS and DOM optimization, I will make the solution as lightweight as possible.
What I can offer right now:
- Conduct a quick analysis of header.php and functions.php of your theme for clean code implementation.
- Check the current logic of the mobile menu for implementation in clean CSS.
- Create a precise work plan to minimize risks for Elementor layout.
Could you let me know which caching plugins (WP Rocket, etc.) are currently active?
-
10 days190 USD
368 10 days190 USDGood day! I have reviewed the description of the problem with Elementor and the HTML structure.
1. Is there access to the staging dev version of the site for safe testing of changes?
2. Is a custom Elementor menu used or the standard Nav Menu widget?
3. How critical is it to maintain the current menu structure without visual changes?
4. Is only a technical audit and recommendations needed, or is implementation of corrections also required?
5. Is there access to Search Console and PageSpeed, Lighthouse reports?
-
5 days180 USD
2341 73 0 5 days180 USDGood day! I specialize in creating high-quality websites on WordPress for over 8 years. My work is characterized by full cross-browser compatibility, responsiveness to any devices, clean and valid code, as well as high loading speed. I am ready to start working immediately after agreeing on all project details.
✉️ Always available and open to communication
🎨 Cross-browser and responsive layout
Creating plugins/widgets/themes from scratch
🧩 WooCommerce | Contact Form 7 | Elementor | Yoast SEO | ACF | Polylang
🎯 Proper SEO optimization
-
22 days1250 USD
988 9 0 22 days1250 USDGood day!
We have reviewed your project and have relevant experience.
I would estimate such a project at 55,000 UAH.
This includes:
- structure development;
- text writing;
… - design;
- layout;
- making corrections and fixing bugs;
- technical settings;
- consultations and training on working with the admin panel;
- domain and hosting.
Here are examples of work on WordPress:
https://www.bizlg.com
https://www.iholz.ch
https://www.ics-market.com.ua
https://solarenergo.ua
https://piwott.com
This is a package offer. If you cover any of the components on your side, please write to me privately to discuss the cost.
-
2 days200 USD
334 2 days200 USDHello! I can check the HTML structure of the pages and remove technical issues that prevent bots and AI crawlers from properly accessing the main content: menu duplication, order /, hidden H1, skip-link, unnecessary JS in . I will start with an audit of the current Elementor template and will immediately indicate what changes can be made without risking the design and functionality of the site.
-
7 days200 USD
396 7 days200 USDHello!
My name is Alex, and I represent NC-1, a development group with over five years of experience in building high-performance e-commerce products and complex web systems.
I have carefully reviewed your technical audit regarding the HTML structure and indexing issues. The problem you've identified—the "Triple Menu" redundancy in Elementor and the excessive DOM depth—is a critical bottleneck for modern AI crawlers and RAG-based indexing.
I would like to propose our Middle+ Full Stack Developer for an outstaff role to resolve these specific challenges. He brings over 3 years of extensive experience in web optimization and bespoke WordPress development.
How he can address your specific requirements:
… DOM Thinning (Option A): He can replace redundant Elementor widgets with a single, responsive CSS-based menu, cutting the navigation code by 66% without losing functionality.
Lazy Loading Navigation (Option B): Implementing dynamic loading for mobile menus via JavaScript/jQuery to ensure bots prioritize your primary content over navigation links.
Code Clean-up & SEO (Options C & D): Fixing the H1 hierarchy and migrating inline JavaScript from the to external files or the footer to improve LCP and crawler efficiency.
Semantic Integrity: Implementing aria-labels, role="navigation", and ensuring the "Skip to Content" link is fully functional for both accessibility and SEO.
Core Technical Stack:
Backend: PHP (Laravel, WordPress Custom Development), SQL.
Frontend: JavaScript (ES6+), Vue3.js, TailwindCSS, Vite.
Tools: Git, Docker, Composer, npm, Jira.
Optimization: Expertise in improving Core Web Vitals and streamlining bloated CMS outputs.
Our developer is not just a coder, but an outcome-driven professional who understands that clean code is a prerequisite for successful SEO and AI-driven discovery. He is ready to integrate with your team and start optimizing your "Hello Elementor" environment immediately.
Are you available for a brief technical call to discuss how we can help optimize your site’s performance?
Best regards,
Alex
NC-1 Development Group
-
2 days200 USD
309 2 days200 USDHello, we are a small team that has been developing complex web systems for over 4 years and we know how to adapt your website to the requirements of modern RAG algorithms and AI indexers. We will rewrite the template structure to display the main block before the navigation links, add a working "go to content" function, and optimize PowerPack widgets to reduce DOM load. You will receive clean semantic code that is equally well perceived by both users and search engines. You can see our results here: freshagro.com.ua, farfieworldwide.com, rivnekolo.com.
-
3 days200 USD
184 3 days200 USDGood day, my colleague and I have over 4 years of experience in technical SEO and WordPress development, so we are ready to professionally optimize your Hello Elementor template. We will solve the issue of "content pushing" by refactoring the navigation, implementing lazy loading for the mobile menu, and moving heavy JavaScript from the head section to the footer of the page. This will significantly ease the work of crawlers and improve the weight of the content relative to the code, which will positively affect the ranking. Check out our recent works: drkukharevich.rivne.ua, crave-agency.com.ua, jk-solution.com.ua.
-
2 days100 USD
1182 13 0 3 2 days100 USDHello, my partner (designer + full-stack) and I are ready to eliminate the critical SEO blockers of your website, having over 4 years of joint experience in deep optimization of Elementor. We will replace three versions of the menu with one responsive solution using CSS, which will reduce the HTML volume by three times, adjust the semantic order of the code prioritizing the main content over navigation, and fix the logic of displaying the H1 tag. We will ensure correct indexing for Google and AI bots without changing the visual structure of the site. You can review our joint cases at the following links: hyperfi.tech, espressolab.com.ua, hudi.com.ua.
-
5 days120 USD
283 5 days120 USDThank you for the detailed description — I have reviewed it and confirm that I understand the main issues: duplicated menu (desktop/tablet/mobile), a large number of links rendered before the content, hidden H1, and excess inline JavaScript. All these elements can indeed affect indexing and how AI bots read the page.
To precisely plan the work, I need a few pieces of information:
1. Do you have access to the template files (Hello Elementor Child) and the ability to modify the menu widget?
2. Is the menu generated by Elementor, PowerPack, or another plugin?
3. Does the site use WPML/Polylang?
4. Is there a testing environment?
5. Can I receive the correct link to the project?
…
I am interested in carrying out the assignment — the issues are clear and solvable, and with access to the code, I can prepare a more detailed action plan.
-
5 days200 USD
10345 30 0 3 5 days200 USDGood day! I develop in Python, have worked on similar projects with React/Node.js, and am ready for collaboration.
-
3 days200 USD
322 3 days200 USDGood day. I know how to solve your problem, I have some clarifications regarding the execution. Write to me privately, we will discuss the details, and I will present a detailed plan for the correction.
-
2 days120 USD
361 2 1 2 days120 USDHello!
Your analysis is absolutely correct: modern AI crawlers and Google algorithms (especially considering Mobile-First indexing) are extremely sensitive to "junk" code. Tripling the menu in HTML is a critical error of Elementor that dilutes the weight of the content and hinders the operation of RAG systems.
We specialize in "clean" development within builders and are ready to offer a technical solution that will preserve your design but make the code lightweight and understandable for bots.
How we will solve your task:
Eliminate duplication: We will replace three heavy Elementor widgets with one responsive structure in pure CSS. This will reduce the HTML code of the menu by 60-70%.
…
Content priority: We will set up the correct loading order (Semantic HTML) so that the bot sees the article before the endless list of links.
Lazy Loading for the menu: We will implement dynamic loading of the mobile menu so that it does not weigh down the page's source code.
Head cleanup: We will move unnecessary embedded JS to separate files or the footer, freeing up the "first screen" for crawlers.
Collaboration options:
Basic ($120): Fixing the heading hierarchy (H1), optimizing and moving JavaScript. Deadline: 2 days.
Standard ($180): Basic package + complete redesign of the menu structure (combining 3 into 1 via CSS). Deadline: 4 days.
Full "AI-Boost" ($250): All of the above + lazy loading of the menu + implementation of semantic markup and ARIA attributes for perfect readability by bots. Deadline: 6-7 days.
We work through child themes, so your Elementor settings will not be lost during updates.
Your content deserves to be read not only by people but also by algorithms. Ready to start the code audit right now!
-
1 day50 USD
3006 24 0 1 day50 USDHello! I noticed a critical issue on your website: the menu is rendered in HTML three times (desktop, tablet, mobile), creating 150+ unnecessary links before the content. This is choking the indexing — Google bots, GPTBot, ClaudeBot do not reach the text. Plus, there is a hidden H1 and a ton of inline JS.
I will create one responsive menu instead of three (or lazy load for mobile), fix the H1, remove the JS, add semantics and aria attributes. Hello Elementor + PowerPack — I know this combination, the risks are manageable. Deadline — 1 day, price — $50.
Write to me in private messages — will you provide access for review? We will discuss the details and get started right away.
-
1 day250 USD
234 1 day250 USDHello! I have reviewed the description - the problem is clear. I can fix this: create one responsive menu instead of three, move the main content higher in the code, adjust the H1, optimize the scripts and the overall volume of HTML. After this, the page will be readable both by bots and AI.
-
4 days150 USD
256 4 days150 USDHello! We are a team of developers with 4 years of experience. We specialize in support, refinement, and creation of websites of any complexity. Your project requires a careful approach to the existing code, and we are ready to provide that. Our experience in projects farfieworld.com and freshagro.com.ua confirms that we know how to work with design and layout at the highest level.
We offer:
- Quick implementation of technical adjustments in HTML/CSS code.
- Setting up responsiveness for all types of screens.
- Optimization of website loading speed.
- Adding new functional blocks or feedback forms.
We work clearly, meet deadlines, and are always in touch. We are ready to discuss the task list right now. Price: from $100 to $200 (depending on the volume of adjustments and design changes). Deadline: 3–5 days (we perform promptly).
-
10 days300 USD
404 2 0 10 days300 USDHello! I am interested in your offer: - I am looking for a programmer for an HTML website built on WordPress Elementor!
-
10 days300 USD
2928 81 0 10 days300 USDWe can do it.
Payment upon verification.
I guarantee the quality.
-
10 days300 USD
2013 59 0 10 days300 USDHello! The task is more related to WordPress/Elementor than to pure HTML layout: it is necessary to reduce the duplication of the menu in the DOM (3 copies), increase the useful signal for crawlers/bots, and improve the semantics (/, skip link, aria). I can conduct an audit on staging, then proceed step by step: first quick fixes (H1, head/JS where possible), then one responsive menu or lazy mobile menu with tests on desktop/tablet/mobile. I will confirm the exact amount after reviewing the header in Elementor and the list of plugins (PowerPack, etc.).
-
4 days200 USD
289 4 days200 USDВітаю! Готова виконати та прибрати помилки на сайті Wordpress
Роботи:
🔗 elenis.com.ua
🔗 kontur-sb.com.ua
🔗 www.dosvit.com.ua
🔗 berberis.agency
🔗 avic.ua
🔗 ald.com.ua
… 🔗 diy-ceiling.com.ua/
🔹 Дизайн сайтів з нуля/редизайн
🔹 Верстка: HTML, CSS, JS, SQL, Sass
🔹 Розробка мобільних додатків та Telegram-ботів
Працюю з:
🔹 WordPress — Elementor — WooCommerce
🔹 OpenCart
🔹 Shopify
🔹 Webflow
🔸 Laravel • React Native JS • Vue
-
5 days200 USD
2163 14 0 1 5 days200 USDHello! I am Roman, an individual developer with 4 years of professional experience in full-stack development and technical optimization of high-load websites on WordPress. With technical expertise in working with Hello Elementor Child and PowerPack Elements, I will conduct a technical audit and fix critical issues on your website shivtaya.co.il. I will professionally eliminate HTML code duplication in the menu, set up a semantic structure for better indexing by Google bots and AI crawlers, as well as optimize JavaScript loading and fix H1 tag errors. I work exclusively as a freelancer through FOP, which guarantees you direct communication, legal transparency, and no agency markups when implementing complex edits to the template or replacing menu widgets to reduce page weight. My experience in technical SEO and Core Web Vitals will ensure "clean" code, where the main content will be prioritized for RAG algorithms and search engines; you can familiarize yourself with my approach to architecture and optimization at the following links: https://3magency.co/, https://jk-solution.com.ua/, https://farfieworldwide.com/,
Behance.
-
2 days70 USD
399 1 0 2 days70 USDHello.
I understand the problem: bloated HTML due to three menus + main content shifted down. This really interferes with both indexing and overall performance.
I can carefully redo it: keep one menu with responsiveness, fix the structure (main/nav, H1), lighten the head, and if necessary, move part of the logic. I will do it with consideration for Elementor, so nothing breaks.
-
3 days60 USD
433 3 days60 USDHello, I am ready to take on the project. I am waiting for the details.
Arthur Babara
-
5 days70 USD
2803 15 0 1 5 days70 USDGood day!
I am ready to rewrite the header from scratch.
___________________________________
-
3 days75 USD
1249 7 0 3 days75 USDGood day! I see that the problem is with the menu - it is duplicated three times in HTML, which harms indexing. I suggest combining the menu into one responsive menu through CSS and fixing the order of the content. I will also add lazy load for the mobile menu and move the JS from the header. Experience working with Elementor and Hello Child, timeframe 3 - 5 days. What approximate cost would suit you? I will clarify the price after gaining access to the site.
-
5 days90 USD
533 28 7 1 5 days90 USDReady to perform.
Experience working with Wordpress for more than 12 years.
Portfolio https://koder.pp.ua/portfolio/
-
4 days200 USD
1771 3 0 4 days200 USDHello,
I’ve reviewed the issue it’s a structural problem (duplicate menus, heavy HTML before content) affecting SEO and AI indexing.
I can fix this by cleaning the code, using a single responsive menu, improving content placement, and optimizing scripts — without breaking your current design.
Here are a few examples I recently created.
https://www.dothenorth.com/?r=0 ..(Wordpress)
https://thefoxesphotography.com/ ..(Wordpress)
… https://www.tonal.com/workouts/ ..(Wordpress)
https://www.chia.com/ ..(Wordpress)
https://www.thegreatfroglondon.com/ ..(Wordpress)
-
3 days200 USD
772 1 0 3 days200 USDHi! I can fix these technical SEO issues on your WordPress (Elementor) site.
Clean HTML (move main content before menu)
Remove menu duplication (1 responsive menu)
Fix hidden H1 + accessibility (ARIA, skip link)
Optimize scripts (reduce heavy code in head)
Result: better indexing + faster page.
Need WP + theme access
…Freelancehunt
-
7 days200 USD
483 8 0 7 days200 USDHello!
If I understood everything correctly - you need optimization of the current website.
I can help you with this, unfortunately, I do not know Hebrew, but even in this case, I can involve a friend from Israel and solve this problem.))
If you need to make sure that the pagespeed is in the green zone - we will do it, but there will be additional questions, VPS server, VDS?
Feel free to reach out - we will figure it out!
-
3 days250 USD
976 4 0 3 days250 USDGood day
My name is Dmytro, I have reviewed your analysis — the problem is clear and it is indeed more technical than "content-related."
In short: yes, you currently have overloaded HTML due to menu duplication and this really affects indexing (both for Google and for AI bots).
I can fix this without "breaking" the site and the design.
What I will do:
— remove the menu duplication (we will keep one responsive version through CSS)
— optimize the HTML structure (move the main content higher)
— check and correct the H1
— clean up unnecessary JS from the head and relocate it properly
… — add correct semantics (main, nav, aria, etc.)
All of this will be done carefully, so nothing gets broken in Elementor.
Essentially — the site will become lighter, faster, and "more understandable" for search engines and AI.
I can take a closer look at your site and provide more precise recommendations on what should be done first.
I would be happy to help.
-
3 days70 USD
306 3 days70 USDHello! I have reviewed the audit of the website shivtaya.co.il. The problem is clear: excessive code duplication in the header and a "heavy" menu hinder indexing by bots and AI crawlers.
I am ready to implement the following fixes:
Menu optimization: I will rewrite the logic of the header so that instead of three duplicated menus in the code, there will be only one responsive menu. This will critically reduce the size of the HTML.
Cleanup: I will move secondary scripts down the page to speed up bot access to the content.
SEO fix: I will correct the issue with the hidden H1 header and configure the proper functioning of "Skip to content."
…
Semantics: I will add the necessary ARIA attributes and roles for better recognition of the website structure by RAG algorithms.
I work with child themes (Hello Elementor Child), so all changes will be safe for future updates. I can start working after discussing the technical details.
Current freelance projects in the category HTML & CSS
Setting up a fabric online store on WordPress + WooCommerce using the Astra template
330 USD
It is necessary to set up and prepare an online store for furniture fabrics for the Norwegian market. The domain, hosting, and WordPress are already installed: eximtextilnordiq.com The site should not be created from scratch and without custom programming, but on the ready-made… Content Management Systems, HTML & CSS ∙ 1 hour 32 minutes back ∙ 33 proposals |
Rib restaurant-pizzeria websiteThe client side — a dynamic menu with Firebase, categories with tabs, dish cards with photos and prices, support for two sizes (pizza 30/40 cm), responsive mobile design, a sidebar menu with contacts and location. The admin panel — authorization, management of categories and… HTML & CSS ∙ 5 hours 23 minutes back ∙ 59 proposals |
Need to make improvements on the Modx Evolution CMS 3.1.7 site.
22 USD
The design refinement and layout of the website are being developed, and these works will need to be implemented on the site.Also, some adjustments need to be implemented on the site. HTML & CSS, PHP ∙ 6 hours 4 minutes back ∙ 20 proposals |
Development of a Minecraft Java Seed Map / Seed Viewer for the websiteDevelopment of Minecraft Java Seed Map / Seed Viewer for the websiteProject Description A browser-based tool Minecraft Java Seed Map / Seed Viewer needs to be developed, which will work on our website and allow the user to enter a seed from Minecraft Java Edition and view an… C & C++, HTML & CSS ∙ 22 hours 37 minutes back ∙ 12 proposals |
Transfer of a small business card website with 58 pages from Joomla 1.5 to Joomla 6There is a small business card website made on Joomla 1.5 with 58 pages (if counted in two languages), which contains small texts with photos. One page has a table. Two pages have PDF files that take up the entire page in a frame. The site is made in two languages with a… Content Management Systems, HTML & CSS ∙ 1 day 6 hours back ∙ 33 proposals |