SEO test return ZERO , why?

Posted in: Newsmag
Post count: 115

take a look this test

test

Tested this site
seositecheckup.com

and now?

Post count: 9544

Try with GTmetrix.com

Post count: 9544

Your average score is 93 for PageSpeed
http://gtmetrix.com/reports/www.ohall.com.br/P198SYOf

Looks like you need to better optimize images, add better expiration headers, deal with some issues of duplicate elements loading from 2 different locations, etc.

Post count: 140

12.06 load time. i think so bad.

  • This reply was modified 11 years by Finland.
Post count: 115

hmm
duplicate elements loading from 2 different locations?

let me see what elements

Post count: 9544

FYI, for those curious –
couple of things I’ve noticed

1) ad loading seems to slow down page more than it used to;

2) apparently it is better to use the long https://?= URL for embedding YouTube videos on post vs the http shortcode since it’s a redirect.

3) optimizing font loading is still a huge hairy deal to deal with, and to optimize site one must consider adding font calls to style.css at end and remove from the functions and/or the speedbooster functions file (depending on theme version); theme uses 3 Google fonts by default

4) running 3 ads on page does slow it down vs 2

this page has GTMetrix score of “95” without fully optimizing font loading, and need to remove the redundant images being loaded in footer for latest items.

http://gtmetrix.com/reports/ga-ga.com/drtVe8gF

for
http://ga-ga.com/1890/book-review-people-deserve-a-fighting-chance/
still, page load time is slower than it could be.

When I optimized the crap out of Newspaper a few months back; I optimized font loading, and also had only text ads loading from AdSense. Funky thing with that is Google now loads unoptimized favicons with some text ads which will fail the image dimensions test, and nothing can be done about it. Full stop.

So, I’ll be playing with this a bit more this month, as I did with the Newspaper theme a year ago, and may have a little “insane optimization” guide for y’all.

Like adding expiration headers for the icon font to the htaccess file 😉

(Note: above page is *not* using a WP caching plugin of any kind, btw.)

  • This reply was modified 11 years by simchris.
  • This reply was modified 11 years by simchris.
Post count: 115

Look

Google Pagespeed show this in use; but i am not use this

how remove this .js?
https://maps.google.com/maps/api/js?sensor=false&ver=4.1

look

how add page expiration in htacess? I am using w3 total cache

Post count: 9544

@andirect
be sure to review this in the theme docs:
https://forum.tagdiv.com/page-speed-guide/

Ideally for initial testing of your site you should be testing post page, with all advertising turned off, as half the error messages come from ad networks. This allows you to “see” what is site specific vs external stuff.

The following all hurt your load times and speed:
1) social network “counters”
2) all externally loaded advertising
3) external jetpack elements
4) comments systems like LiveFyre, Disqus, FB comment box, etc.
5) too many images on one page (e.g., as on my page, no need for “latest news” in footer, since already in side bar, loading thumbs in yet another size!).
6) RSS or other syndicated elements loading from external source
7) gravatars for authors and comments (I use a local caching plugin to use local images vs loading from gravatar website)

Hope that helps 🙂

  • This reply was modified 11 years by simchris.
Post count: 115

Good
I go follow step by step

The last!

I did not found this code to remove

<script type=’text/javascript’ src=’https://maps.google.com/maps/api/js?sensor=false&ver=4.1′></script&gt;

Post count: 9544

Might have been from an advertisement loaded on your page.

Post count: 115

advertisement infected?

Post count: 9544

Not sure why it would be infected if the ad is loading from Google and has Google maps included in the ad.

Only you can audit what ad networks you’re using to see if loading any malicious code.

But look at the page source for the page loading that code and then do an on page search to see where that is loading.

Viewing 12 posts - 1 through 12 (of 12 total)
The forum ‘Newsmag’ is closed to new topics and replies.