• Projects -
  • Rating -
  • Rating 491

Budget: 400 PLN Deadline: 5 days

Good day, I have over 5 years of experience in development, having worked extensively on the refinement and optimization of WordPress and WooCommerce sites.

I will implement the technical SEO adjustments based on your audit: I will set up redirects, update the sitemap, close utility pages, and fix URL and indexing errors. I also have experience with Rank Math, multilingual stores, and reporting.

Approximately 5 days for the implementation and testing of adjustments, after which I will provide a detailed report. I will provide the exact cost after a few clarifications or in private messages.

I will run the Python script myself and provide the results in CSV.

What other SEO tasks or adjustments need to be considered beyond the current audit?

Dental clinic website — migration and improvements
  • Projects 16
  • Rating -
  • Rating 1 442

Budget: 820 PLN Deadline: 6 days

Hello, Roman!

First, I will correct myself: in the first version of the bid, I indicated the amount in hryvnias, not noticing that the project is in zlotys. The correct price is 820 PLN. I apologize for the confusion.

Regarding the list of tasks, everything is clear; this is a standard technical migration cleanup. A few important points from practice:

1. I make redirects at the server level (.htaccess or nginx), not with a plugin in WordPress. A plugin with hundreds of rules noticeably slows down the site because each request goes through PHP.

2. For language pages: it is important not just to make a 301 to the Polish equivalents, but to ensure that the old language URLs are not left in hreflang and sitemap. Otherwise, Google continues to crawl them for months and spends crawling budget on redirects instead of live pages.

  • Projects 16
  • Rating 5.0
  • Rating 1 013

Budget: 700 PLN Deadline: 4 days

Roman, based on your audit, I can specifically address all technical SEO issues on WordPress/WooCommerce: 301 redirects for old URLs, correct 404/410 for deleted pages, redirects for language addresses, cleaning up noindex and sitemap in Rank Math. I will make the changes and recheck the results. Afterwards, I will provide a clear report on all URLs and their statuses.

  • Projects 21
  • Rating 5.0
  • Rating 4 257

Budget: 1000 PLN Deadline: 5 days

Good day, Roman!

The task is clear: it is important not just to "set up redirects," but to carefully organize the entire logic of indexing and server responses, so that after the corrections, there are no conflicts between 301/404/410, the sitemap, and the settings of Rank Math.

I will take the work on a turnkey basis according to your audit and will separately work on the mandatory block with the script check_language_pages.py:
— I will run the script and analyze language_pages_report.csv;
— I will process all 105 old language URLs: either 301 to the relevant Polish page, or a correct 404/410 if there is no equivalent;
— I will check old/deleted products and set up the correct logic for them;
— I will standardize URLs with a slash and remove redirect chains;
— I will check noindex for service pages like /kontakt/ and /dostawa/;

Turnkey Website Development • SEO • Google Ads • Meta Ads. I help businesses attract new customers and grow online.
Oleksii Myronenko Portfolio
  • Projects 6
  • Rating 4.7
  • Rating 1 208

Budget: 650 PLN Deadline: 3 days

For pochoinke.pl, correct pairs for 105 language URLs are critical: 301 to Polish equivalents or 404/410 without chains. On the first day, I will show the solution table and the first verified rules. I have experience implementing catalogs with cards and filters; I will make all edits in WordPress/WooCommerce, Rank Math, and sitemap, rerun the script, and provide a CSV with the report. Deadline: 3 days.

  • Projects -
  • Rating -
  • Rating 390

Budget: 2000 PLN Deadline: 12 days

Good day! Just a week ago I tasted honey cake)))

I am ready to complete your project. I work with web development and design, have practical experience and a portfolio.

I have worked with clients from Ukraine and Europe, adhere to deadlines, and am always in touch.

I am ready to discuss the details and offer the best solution for collaboration.

I can provide examples of my work in personal messages - please write to me)

  • Projects 25
  • Rating 5.0
  • Rating 6 837

Budget: 900 PLN Deadline: 20 days

My name is Yulia, I am a web designer with 5 years of experience in creating attractive and functional websites that combine modern design and usability. I am ready to create a website for you that will exceed your expectations. Contact me for a detailed discussion. Here is my portfolio: Behance

  • Projects -
  • Rating -
  • Rating 264

Budget: 380 PLN Deadline: 2 days

These redirects from old language pages often get stuck in a loop if the plugin tries to process them on the fly. I usually handle such things at the theme or server level to avoid overloading the database. With WooCommerce, it's also classic — when a product is deleted, Rank Math may return a 404 instead of the needed 410, causing Google to take a long time to bypass broken links. I did a similar case where we filtered out the excess through template_redirect:
add_action('template_redirect', function() {
if (is_page(array('kontakt', 'dostawa'))) {
header('X-Robots-Tag: noindex, follow');
}
});
The plan to solve the task is as follows: first, I run your script check_language_pages.py and analyze the CSV report to gather a complete picture of 105 addresses, then I set up 301 redirects and return a 410 status for deleted products, clean up the chains, and configure noindex for technical pages, and finally, I clean the sitemap in Rank Math, remove junk from the index, and run the script again to verify the results. Let me know if you have any questions.

  • Projects 172
  • Rating 4.8
  • Rating 4 476

Budget: 380 PLN Deadline: 7 days

Ready to make technical SEO adjustments on the website. I have worked with WordPress + WooCommerce + Rank Math SEO. Feel free to reach out.

  • Projects 67
  • Rating 5.0
  • Rating 12 666

Budget: 500 PLN Deadline: 1 day

Hello! I will complete your task quickly and efficiently.

My recent works
https://indexfast.pro - fast website indexing
https://mono-bank.pp.ua - everything about Monobank
https://mamamia.pp.ua - online store
https://programist.pp.ua/ua/portfolio/ - portfolio of works
https://monitortest.pp.ua - monitor testing
https://keytest.pp.ua - keyboard testing
https://pctest.pp.ua - computer testing

  • Projects 20
  • Rating 5.0
  • Rating 2 364

Budget: 15000 PLN Deadline: 5 days

Good morning!

For this task, it is more appropriate to immediately divide the work into three layers: server/plugin redirects, indexing rules in Rank Math, and final validation through a re-run of your script with CSV analysis. This way, 301, 404/410, noindex, and sitemap will not conflict with each other, and the result can be checked not manually, but based on the actual state of the URLs.

From a technical point of view, two things are important here: to avoid redirect chains and not to create duplicate rules in multiple places simultaneously. Additionally, slashes, old language pages, and removed products need to be handled carefully, because in WordPress/WooCommerce such changes often break precisely at the intersection of canonical, sitemap, and automatic plugin rules. For service pages and technical archives, it is better to check right away that they are excluded from both the index and the sitemap, not just closed with meta noindex.

Our team can take the audit as a starting point, go through 105 language URLs, update redirects, close what should return 410, and prepare a final report with a list of corrected addresses. After the corrections, a re-run of check_language_pages.py and a comparison with language_pages_report.csv will provide clear quality control without assumptions.

If access to the admin panel, Rank Math, and server rules is available, this usually fits within a few working days after the audit analysis. For an accurate estimate, we just need to understand where exactly your redirects are currently managed — at the plugin level, .htaccess, or nginx — and whether additional verification through Google Search Console is required after making corrections.

  • Projects -
  • Rating -
  • Rating 331

Budget: 900 PLN Deadline: 5 days

Roman, it is important here not just to add redirects, but to exclude chains, incorrect matches, and the return of technical URLs to the index. I will start with a backup and fixing the current response map, then I will run check_language_pages.py and divide 105 addresses into three groups: exact Polish equivalent, relevant replacement, and 410 without an equivalent. After implementation, I will check URLs with a slash, old products, noindex, feed/archives/WooCommerce parameters, and the Rank Math sitemap. In the end, I will rerun the script, provide the final CSV and the table "old URL → action → final status," and separately check for the absence of chains. Please clarify whether redirects can be configured at the server level or if a solution is required within WordPress. A relevant example of an online store is GoodLock.

  • Projects 3
  • Rating -
  • Rating 613

Budget: 1000 PLN Deadline: 10 days

Good day, I am interested in your project - therefore I am ready to complete it with quality and according to your wishes. I have extensive experience - over 7 years. I would be happy to help with the project, I can provide more examples of my work in private. Thank you!

  • Projects 16
  • Rating 5.0
  • Rating 6 974

Budget: 1000 PLN Deadline: 10 days

Hello.
I have reviewed the task.
Write to me, and we will discuss the project details!
----------------------------------
Private web developer. Experience – 10 years.
Design, layout, WordPress website development.

  • Projects 5
  • Rating 5.0
  • Rating 2 005

Budget: 700 PLN Deadline: 3 days

Good day! I have experience working with WordPress, WooCommerce, and Rank Math SEO. I am ready to make technical adjustments based on the provided audit: check and configure redirects, old language pages and products, remove technical URLs from indexing and sitemap, fix redirect chains, and check SEO settings.

I will also run the provided Python script, process all 105 language URLs, conduct a re-check after making changes, and provide a final CSV and a clear report on the completed work.

I am ready to start soon. Message me — we will discuss the details.

  • Projects 60
  • Rating 5.0
  • Rating 4 382

Budget: 1000 PLN Deadline: 2 days

Hello.
I deal with solving such tasks on WordPress.
I am ready to do everything right now.
Write to me, I am here, we will discuss everything and start.
Portfolio Freelancehunt

  • Projects -
  • Rating -
  • Rating 407

Budget: 900 PLN Deadline: 7 days

Hello, Roman Panasiuk!
I will complete your project: "Looking for a WordPress/WooCommerce specialist to implement technical SEO adjustments on the website pochoinke.pl"...
Experience in web design in Figma and other editors
Experience in integrations and coding on CMS since 2009
Experience in developing mobile applications for iOS and Android
Confident skills in PHP+MySQL, JavaScript, and CSS3
Message me — let's discuss the details!

  • Projects 3
  • Rating 5.0
  • Rating 1 563

Budget: 600 PLN Deadline: 2 days

I will do everything according to your task. If necessary, I will explain what else needs to be done, if desired.

  • Projects 27
  • Rating 4.6
  • Rating 2 801

Budget: 5555 PLN Deadline: 22 days

Good day!

I liked your project!

Recent works!

https://wall-master.artbud.pro/
https://www.cardanmash.com.ua/
http://floridagardendesigns.com/
http://axiomaplus.com.ua/

  • Projects -
  • Rating -
  • Rating 330

Budget: 700 PLN Deadline: 3 days

Good day. I will take on the technical SEO adjustments on the website pochoinke.pl, including working with redirects, setting up indexing, and launching the script for processing language pages from your audit. Do you have access to the files via FTP, or is the WordPress admin panel sufficient? I would appreciate your feedback, I will answer all questions, and we can better orient ourselves regarding deadlines and other project details. I will be happy to help.

  • Projects 16
  • Rating 4.9
  • Rating 4 213

Budget: 700 PLN Deadline: 4 days

Hello, I am in the TOP 10 freelancers on the platform, I have completed such projects before, I will do it quickly, efficiently, and at a low cost.

  • Projects 80
  • Rating 5.0
  • Rating 5 400

Budget: 800 PLN Deadline: 3 days

Good day, I have reviewed the task and am ready to complete it. The attached audit file is not displaying, only its name is visible. Is there already a mapping of product links (old_url->new_url), or do I need to search for the corresponding ones myself? Everything else is clear, I have no questions. I have repeatedly completed similar tasks, and there are reviews of such on the service as well. I can start immediately after approval. I have over 10 years of experience, most of the sites are implemented on WP, and I am an expert in development on this CMS, so I will complete everything with quality, and you will be satisfied with the result. Feel free to reach out, I will be happy to help.

  • Projects 18
  • Rating 4.3
  • Rating 2 287

Budget: 1111 PLN Deadline: 1 day

Good day.

The task is clear. It is important not just to set up redirects, but to properly handle each type of URL to avoid creating cyclical redirects, soft 404s, duplicates, and additional load on WordPress.

I will carry out the work in stages:

— I will create a backup and, if possible, a staging copy of the site;
— I will analyze the provided SEO audit and the results of check_language_pages.py;
— I will create a table of correspondence between old and current URLs;
— I will set up point 301 redirects at the server level or through WordPress;

  • Projects -
  • Rating -
  • Rating 399

Budget: 1100 PLN Deadline: 5 days

Hello!

I have reviewed the task description. I have extensive experience with WordPress, WooCommerce, and technical SEO.

I work carefully, checking each stage to avoid losing the site's existing positions.

I would be happy to review the SEO audit and get started on the work.

  • Projects 21
  • Rating 5.0
  • Rating 1 555

Budget: 420 PLN Deadline: 4 days

Ready to fix all SEO issues. Huge experience, can start today. Contact me. 4 days, 5,000 UAH.

  • Projects 30
  • Rating 5.0
  • Rating 3 758

Budget: 650 PLN Deadline: 3 days

Hello. I will have no problem making all the technical SEO adjustments based on your audit for WordPress and WooCommerce.

I will run your Python script to analyze 105 language pages, correctly set up 301 redirects, 410 statuses for removed products, and proper handling of slashes without redirect chains. I will configure Rank Math (noindex, sitemap, exclusion of junk WooCommerce parameters) and provide a final report along with a clean CSV after rechecking.

If it's convenient for you, message me privately, and we can discuss the details.

  • Projects 17
  • Rating -
  • Rating 1 081

Budget: 1000 PLN Deadline: 1 day

Ready to collaborate. Since WordPress + WooCommerce is my main specialization, you can be confident in the successful implementation of your SEO edits. The only thing is, since the file with the edits is not visible yet and it's unclear how your script works, I suggest hourly payment for my work.

  • Projects 18
  • Rating -
  • Rating 805

Budget: 5000 PLN Deadline: 5 days

Good afternoon. I am ready to perform the verification and correct configuration of 301/410/404 for old URLs and language pages, check old product cards, remove service pages and parameters from the index and sitemap, update the map in Rank Math, and return the final language_pages_report.csv. It is important to consider a unified approach to the trailing slash and exclude any redirect chains to avoid losing traffic and creating conflicts with canonical. After the corrections, I will send a report listing the corrected URLs, where redirects are set up, and which pages are closed from indexing, as well as the final CSV obtained by rerunning your script. I need access to the WordPress admin panel with permissions for Rank Math, to the site files (FTP/SSH or hosting panel), and to Google Search Console for indexing verification. You have the audit and script, right, and can I get them right now to start the analysis?

  • Projects 62
  • Rating 5.0
  • Rating 3 118

Budget: 5000 PLN Deadline: 5 days

Ready to make SEO adjustments on pochoinke.pl and create a final report on the changes and CSV after running the script. I will execute the attached check_language_pages.py, correct 105 old language URLs, set up proper 301/410/404 for old products and pages, check for trailing slashes and the absence of redirect chains, exclude administrative and technical pages from the index and sitemap, update the sitemap in Rank Math, and rerun the check. Important: it is necessary to consider the possible conflict between redirects set in Rank Math and server rules to avoid creating chains. To get started, please send temporary access: WP-admin with permissions to work with Rank Math, access to the website files (FTP/SFTP or hosting), and access to Google Search Console or viewing rights there; also clarify where to run the Python script — on the hosting or can it be done locally. After access is granted, I will send an action plan and the first interim CSV for approval.

  • Projects 106
  • Rating 5.0
  • Rating 21 402

Budget: 27000 PLN Deadline: 10 days

I have over 5 years of experience working with WordPress and WooCommerce, including implementing technical SEO adjustments. I can help optimize the website pochoinke.pl to improve its visibility in search engines. By working with quality code and an efficient structure, I will ensure compliance with current SEO requirements. My rate is $13/hour.

The list does not show proposals concealed by the client or freelancer with a Plus profile, as well as proposals violating rules

Current freelance projects in the category Web Design

  1. Not specified
  2. Interface Design (UI/UX) 56 proposals 5 August

    Not specified
  3. Interface Design (UI/UX) 41 proposals 4 August

    Not specified
  4. Interface Design (UI/UX) 15 proposals 4 August

    134 USD
  5. Not specified