Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
1.0k views
in Q2A Core by

I want to delete these files for SEO

  • www.mywebsite.com/qa-content/jquery-1.7.2.min.js
  • www.mywebsite.com/qa-content/qa-page.js?1.5.4

If I delete them is my website works normal?

1 Answer

0 votes
by
What type of SEO issue you are having with these javascript files?

You should not delete any of these files and both are required files.
by
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Your page has 2 blocking script resources and 1 blocking CSS resources. This causes a delay in rendering your page.
None of the above-the-fold content on your page could be rendered without waiting for the following resources to load. Try to defer or asynchronously load blocking resources, or inline the critical portions of those resources directly in the HTML.

Remove render-blocking JavaScript:
http://www.cavabtap.com/qa-content/jquery-1.7.2.min.js
http://www.cavabtap.com/qa-content/qa-page.js?1.5.4
Optimize CSS Delivery of the following:
http://www.cavabtap.com/qa-theme/Candy/qa-styles.css?1.5.4
by
That's not a problem with SEO, that's site speed. It is a small factor in Google but definitely not enough to have any effect on your ranking.
...