Website layout with programming skills is required. I will send the design in personal messages upon request. Please specify your hourly rate! Examples of tasks for layout:
3. sitemap.xml Prohibit generating Categories in the site map, i.e. here https://taxus.tech/wp-sitemap.xml there should not be a link https://taxus.tech/wp-sitemap-taxonomies-category-1.xml
4. "Redirect all site mirrors with a 301 redirect, namely:
a) from http://www.taxus.tech to https://taxus.tech and further according to the pattern, for example, from http://www.taxus.tech/our-expertise/ to https://taxus.tech/our-expertise/
b) all pages with www should be redirected to pages without www, for example, from https://www.taxus.tech to https://taxus.tech, etc."
5. "Set up a redirect from pages written in uppercase to lowercase. This can be done by setting up a redirect from one URL to another using the .htaccess file or server settings. For example, to redirect from the uppercase version of a page to the lowercase version, you can add the following code to the .htaccess file:
RewriteEngine on
RewriteCond %{REQUEST_URI} /PORTFOLIO [NC]
RewriteRule ^(.*)$ https://taxus.tech/OUR-EXPERTISE/ [R=301,L]
In this example, it is specified that all requests with the address /OUR-EXPERTISE/ will be redirected to the address https://taxus.tech/our-expertise/ using a 301 response code (permanent redirect)."
10. A page should never link to itself. Make the logo at the top (header) unclickable on the homepage, and clickable on all other pages. Make the logo at the bottom (footer) unclickable on ALL pages of the site
11. It is not allowed for a page to link to itself in the language switcher. That is, when switching from the English version to the Ukrainian version of the site, the ability to click again on the English language switch should be disabled.
12. "Specify versions of pages for search engines in a specific language using hreflang attributes through html tags <link rel="alternate" hreflang="language code" href="page URL" />
Reference: https://support.google.com/webmasters/answer/189077
Formatting example for the homepage:
<link rel="alternate" hreflang="en" href="https://taxus.tech/" />
<link rel="alternate" hreflang="uk" href="https://taxus.tech/uk/" />
<link rel="alternate" hreflang="es" href="https://taxus.tech/es/" />
<link rel="alternate" hreflang="x-default" href="https://taxus.tech/" />"
15. "Delete pages:
https://taxus.tech/uk/not-found/ and https://taxus.tech/not-found/ and https://taxus.tech/es/not-found/
They should return a server response code 404"
16. "Prohibit the generation of feed pages, such as: https://taxus.tech/uk/author/liubov/feed/
https://taxus.tech/comments/feed/
https://taxus.tech/feed/"