Questions tagged [render]
20 questions
5
votes
0 answers
Does a ` with a non-matching media value download sync or async, render-blocking or non-render-blocking?
I'm looking for an authoritative reference with regard to whether with a non-matching media attribute value downloads synchronously or render-blocking or neither.
MDN helpfully draws attention to Scott Jehl's experiments from…
Rounin
- 2,385
- 2
- 17
- 35
5
votes
3 answers
Does rendered HTML from an angular app need to be styled and pretty when shown just to search engine bots?
I have an angular app, and while google does index those now, many other sites do not.
I have built some middleware that intercepts requests from crawlers and serves static HTML pages that those crawlers can use for indexing.
My question is this:…
Chris Kooken
- 51
- 4
5
votes
1 answer
Google Pagespeed asks to eliminate "above the fold" files that are required for the page to render
I have run my website into Google Pagespeed and it returned
"Eliminate render-blocking JavaScript and CSS in above-the-fold content"
The problem is that those "render blocking" assets are required for the rendering. As in:
Google Fonts CSS (Google…
Bar Akiva
- 237
- 1
- 4
4
votes
1 answer
Google Search Console is rendering the home page from our old site without any CSS rather than the new site
Recently, my client's hosting provider migrated http://kastenhandelaars.nl to http://indoorhomeline.nl. (both Wordpress websites) Appropriate redirects were placed and we changed the homepage.
Although after the migration, I'm experiencing a…
Ernest
- 51
- 1
3
votes
1 answer
Will search engines understand the HTML template tag with client side rendering?
I have a page that uses HTML tags. I don't know the page length like this.
Some Html
Some Html2
Some Html3
...
...
...
Some Html
I render them via JS…
Arman Oganyan
- 31
- 2
3
votes
2 answers
Search Console fetch doesn't render the bottom of a very long page. Is that a problem?
I use Google Search Console to see how the crawler sees my page with a "Fetch & Render" option.
In the results:
Fetching tab: I can see the whole valid HTML without any errors
Rendering tab: The top of the page renders fine, but it stops rendering…
wscourge
- 171
- 6
2
votes
1 answer
Is it a violation of adense policies if I blank the screen for 200ms?
At this point, I'm working on the internal user experience of my site when it loads. I already got things better by making DOM elements hidden while changes are being applied to them, whilst being careful not to modify the adsense DIV box on my…
Mike -- No longer here
- 13,650
- 5
- 29
- 63
2
votes
2 answers
Google Blocked Resources - Images - Cannot figure out where it's coming from
I just discovered the google blocked resources, and it shows that for about 45 items, when I click on the fetch and render, that it's partial, and it shows that a resource is blocked and it shows that it's images, and the resource is showing…
user53324
- 21
- 1
2
votes
2 answers
Excluding homepage from Rewrite rules in htaccess
I would like to have this new prerendering service I'm using NOT apply its magic to the homepage and basically only to pages that begin with https://thechartcast.com/episodes/. Below is the relevant section of htaccess that controls the URL rewrites…
I Capulet
- 853
- 4
- 14
2
votes
1 answer
How to fix Mobile Usability Issues (page resources are not loaded) in Google Search Console
Our website is responsive but it is showing the below mobile usability issues at Google search console.
Content wider than screen
Clickable elements too close together
Text too small to read
When we try to test live page URL in Google search…
user101070
- 33
- 2
2
votes
3 answers
Is the time PHP takes to render a page and serve it to the client ever a problem?
PHP is a ubiquitous language that among other things allows a server to render a webpage on request and serve the resulting HTML to the client.
For example, the served page might be different for different clients and the server "builds" the HTML…
gota
- 121
- 4
2
votes
1 answer
"Fetch as Google" renders any link as the home page in a single page application built using Angular 2
I have Angular 2 app (SPA) running on (let's say) www.example.com.
In Google Search Console when I run fetch as Google I have the following result:
www.example.com - renders correctly
www.example.com/user-profile - renders as www.example.com page…
Tomas Marik
- 171
- 3
1
vote
1 answer
Reducing waiting delay to webpage rendering time?
I ran a few tests on my website at webpagetest.org and while the Time to First Byte is under 200ms, it seems that in all tests I have run in different browsers at different locations, the page is presented to the screen much later after the first…
Mike -- No longer here
- 13,650
- 5
- 29
- 63
1
vote
0 answers
How can I distinguish users from robots to use server side rendering with all bots?
How can I reliably distinguish users from robots?
We have an ecommerce shop that goes through some heavy traffic peaks at some times. We would like to move some/all of the load during these peaks to client side rendering (CSR), while also allowing…
Qwerty
- 111
- 4
1
vote
0 answers
Does "Last Painted Hero" time have an impact on SEO and search engine rankings?
Does "Last Painted Hero" (LPH) time have an impact on SEO and search engine rankings?
For instance, a 3rd party vendor decreased our LPH time from 16.200s to 1.200s.
We're running a separate SEO campaign at the same so it is hard to measure impact…
Insight
- 199
- 8