My website has lots of errors

The issues I have

59 slow pages (Cauae is due to the HTM AND Javascripts)
66 pages with invalid HTML( I have 2 H1 tag on each page and post)
66 pages use a lot of javascript files
66 pages have too much H1 tags

The fix
Remove 1 H1tag from all 66 pages
Remove the invalid HTML
Resolve Javascript issues
Code or how to solve broken archive pages

The links below are broken/ out of place they should look just like the home page.


https://blogbymichelle.com/category/extra-cash/

Hi There,

I recommend you should optimize your website, please follow this guide:

To remove the duplicated H1 tag, please take a look at this ticket:

Let us know how it goes!

  1. I read the article, I have all those plugins etc setup already. The speed issue I am having is due to javascript and html errors.

  2. I do not understand the instructions for removing the H1 tag

  3. You did not provide a solution for the broken archive pages

I used a tool and saw the HTML errors but I have no idea how to fix them and I don’t want to make a mess.

Hello @daintyg,

Thanks for updating the thread. :slight_smile:

  1. I am not quite sure which tool you have used to Analyse the page load time however I used Pingdom and GTmetrix to analyse the page load time. Here’s the result.

https://gtmetrix.com/reports/blogbymichelle.com/23CFrmaN

As you can see the average page load time is around 2.7 sec which in my view is not bad. I also tested your website on Chrome performance analyser and don’t see any major issue with the website. Regarding broken page, I don’t see broken link or 404 error in my testing. In the above test result, if you click on the suggestions especially highlighted in the Red color ex Leverage browser caching and remove query strings from static resources,
that is something you need to focus on to improve the page load time. I am sharing the resource that you can take a look:

https://kinsta.com/knowledgebase/remove-query-strings-static-resources/
https://kinsta.com/blog/leverage-browser-caching/

  1. Please take a relook at the solution given my colleague Runel. You need to update the content of _brand.php file and then upload under /themes/x-child/framework/legacy/cranium/headers/views/global/. Now to upload and download the files you need a FTP program like Filezilla. Please take a look at following tutorial to get started with Filezilla.

https://www.tipsandtricks-hq.com/how-to-use-filezilla-with-wordpress-8956

  1. To fix the Portfolio page layout, please use following CSS under X > Theme Options > CSS:
.hentry {
    clear: both !important;
}

If you would like to learn CSS, I am sharing few resources that you take a look to get started with CSS and an interesting tool that you can use to speed up the development process.

I recommend you to watch following video that will help you to get started with CSS.

https://www.youtube.com/watch?v=MFR4WXiLzpc

Sometimes it can get a bit difficult to find out the right selector to be able to write the required CSS codes. A handy tool that can help you in this is Google Chrome dev tools. I am sharing the resource that you can refer to get started with dev tools.

https://developers.google.com/web/tools/chrome-devtools/css/

https://developers.google.com/web/tools/chrome-devtools/

https://www.youtube.com/watch?v=tP_kXBJWPhQ&t=200s

Thanks.

Hi,

Please let us know if you still need help on this.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.