Skip to main content

Questions tagged [webpage]

A webpage is a document that is loaded into your web browser in a format that the web browser understands.

3 votes
1 answer
66 views

prevent content-security-policy from defeating page caching

I run a website with inline javascript. I created a security policy so javascript can run inline. Then Pagespeed insights shows this issue: When I read about CSP nonces and hashes, it means ...
mike_s's user avatar
  • 139
0 votes
1 answer
35 views

Condensing HTTP headers and maintaining security

When serving the majority of my HTTPS pages, I have these HTTP headers included in the response (to the browser): X-Frame-Options: SAMEORIGIN X-Content-Type-Options: nosniff Strict-Transport-Security: ...
mike_s's user avatar
  • 139
0 votes
1 answer
27 views

HOW TO BRING CENTRE ALIGNMENT IN WEB PAGE USING HTML? [closed]

In html, what can we write in the code to bring the content of my web page in the center ?? I have tried to write the code within "center" tag and "/center" but it's not working. ...
Sanchali's user avatar
3 votes
1 answer
89 views

Should I create a separate webpage for related keywords?

I am setting up a website for a dentist in Turkey, and I'm not sure whether or not I should set up two different webpages for "Dental Veneers Turkey" and "Laminate Veneers Turkey". ...
poyraz04's user avatar
1 vote
1 answer
644 views

Is there any advantage to naming the home page: homepage.php?

For a while now I have been redirecting my index.php page to homepage.php for the sake of my home page actually having homepage as the filename. A disadvantage I am seeing in Google Search Console ...
MWMoriarty's user avatar
2 votes
2 answers
270 views

WordPress permalinks with the category and the postname throw a "Page Cannot Be Found" error

Background: I have developed and managed many WordPress sites over the years. Only one of these sites has this problem, but, based on comments on the WordPress.org forum, others are having the same ...
Nora McDougall-Collins's user avatar
3 votes
2 answers
912 views

When a WebPage (or similar type) uses an ID that matches a breadcrumb ID, why does the WebPage become part of the BreadcrumbList?

Is this what is supposed to happen? If so, why? Here's an example (test code here): <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "WebPage", "@id":...
John R Perry's user avatar
1 vote
1 answer
784 views

Is noscript mandatory for worldwide compliance page compliance?

I tested a random page of mine with javascript on achecker.ca four times: once using the "Stanca Act" guideline in the scanning options, once using the "Section 508" guideline, once using the "WCAG 1....
Mike -- No longer here's user avatar
2 votes
1 answer
46 views

Can it be an issue to search engines if a primary image in a webpage is not declared with an image tag?

I was looking at my reports on google adsense, and on my mobile site, google reports that people see ads about 1% of the time. The stats are much more in my favor on the desktop site where the ads are ...
Mike -- No longer here's user avatar