856 questions
0
votes
0
answers
9
views
Meta WhatsApp Cloud API: "(#100) Invalid parameter" error while sending template message in Node.js
I'm trying to integrate the Meta WhatsApp Cloud API in my Node.js + Express project to send a registration confirmation message after a user signs up. However, I am encountering an error:
(#100) ...
1
vote
2
answers
78
views
Oxwall - Remove meta tags
How can i remove meta tags in Oxwall software or any software. The Oxwall core loads on auto wrong Facebook meta tags.
Wrong value (generated by Oxwall):
<meta name="og:type" content=&...
1
vote
1
answer
1k
views
Does Meta Tag "Viewport" Property Behave in Emails the Same As the Standard Web Page?
Context: I am trying to maintain some old code (an email template specifically) and I need to make it mobile readable (not necessarily good-looking). The old code I am talking about was basically ...
0
votes
2
answers
990
views
Website assets 'zoomed in' on desktop version, but not mobile
I am using the following viewport meta in my html:
meta name="viewport" content="width=device-width, initial-scale=1
Which works perfectly for mobile devices. However, on the desktop ...
3
votes
0
answers
1k
views
Website looks bigger on server than on localhost
I have seen similar questions asked, but usually the issue people have is the opposite of mine.
I am working on my online portfolio and for some reason when I upload the website to the server in the ...
-1
votes
1
answer
269
views
How can I change the page's resources URL?
I know that there's a meta tag to change the page's resources' incompleted URLs.
For example:
If I were to load a JS file using a <script> tag to get the file main.js, then the page would auto-...
-2
votes
2
answers
530
views
iPhone Mobile Safari meta viewport
when opening a website in iPhone Mobile Safari The full screen does not appear.
I tried this, but the problem still exists.
<meta name="viewport" content="width=device-width; initial-scale=1.0; ...
24
votes
2
answers
31k
views
What is the use of the "msapplication-TileImage" meta tag?
I have come across the following code:
<meta name="msapplication-TileColor" content="#113228">
<meta name="msapplication-TileImage" content="icon-tile.png">
Could someone please explain ...
1
vote
0
answers
112
views
Meta Images Being Dynamically Pulled from MySQL Issue
I'm trying to pull an image (stored in a BLOB) from my MySQL database and set it to the meta image tag for OG and Twitter.
echo '<meta property="og:type" content="article" />';
echo '<meta ...
15
votes
1
answer
9k
views
Side effects of removing "width=device-width" from viewport meta tag when "initial-scale=1.0" is also set
While the <meta name="viewport"> tag is unstandardized, it "is respected by most mobile browsers due to de-facto dominance."
One downside of it not being a true web standard is detailed ...
0
votes
1
answer
430
views
how to block a meta refresh tag?
I was editing a website via its CRM. I put in a
<meta http-equiv="Refresh" content="0; url=https://www.website.com"> in the home body to check if it works.
Now I am unable to get rid of this ...
1
vote
1
answer
93
views
confusion between encoding of a web document and the encoding explicitly used in the document
I know it's a very dumb question but unfortunately couldn't figure it out on my own. I always have a confusion when it comes to encoding and character set topics. I'll explain what I understand from ...
1
vote
1
answer
4k
views
apple-mobile-web-app-status-bar-style on iPhone 11
According to the apple developer guidelines for web apps (found here), there are 3 choices for the status bar in a web app; default, black and black-translucent.
Default results in a white status bar ...
0
votes
1
answer
1k
views
How to enter multiple colors for Google Schema Product?
Some of the products in my shop have multiple colors associated with them. Does Google consider multiple colors in the schema and is this the valid way to do it?
<div itemscope itemtype="http:/...
0
votes
1
answer
657
views
How to display emojis in meta description
I send my sitemap generated by Yoast SEO to Google but somehow, the SEO was sent wrong.
Here is an example of what I send: http://prntscr.com/rqmn9l
Here is what came out in Google: http://prntscr....
2
votes
1
answer
2k
views
Why my Favicon doesn't appear on Google Search Results
I'm stuck for a while on my Favicon issue. Somehow my Favicon does appear on the address bar but doesn't appear on google search results even all files are in the root folder. Here the code I'm using ...
3
votes
0
answers
277
views
Do dynamic meta tags matter in an SPA
Obviously meta tags matter in SSR, but once an SPA has fully loaded in the browser, is there any point in dynamically updating the meta tags?
Let me clarify that I'm asking about meta tags in a ...
1
vote
3
answers
6k
views
VueJS router meta data
I'm trying to change the title and description, tweeter, fb, ig meta tags for an app in Vue JS (single page app ) I successfully got the title to change from page to page by setting it in the meta ...
0
votes
1
answer
312
views
Metadata for PHP files
I'm currently working in a project for my client. I'm creating a website and used header.php and footer.php for separate header and footer and included them on all the files.
But the issue is that ...
4
votes
1
answer
7k
views
How to add meta tag in index.html dynamically with data in angular?
I want to share some content in facebook with title, image and description. For that I need to add meta tag dynamically in index.html. I tried every possible aspects but it's not working. The ...
0
votes
2
answers
1k
views
Turn Js Variable into Meta data
in the head section I have a js:
var product = {
ProductID: '97087',
Thema: '18',
CategoryID: '49',
Region1: ['21'],
...
1
vote
2
answers
4k
views
Favicon/ icon not reflect in google search result
In google search result my website result showing but cant see logo or favicon in left hand side.
My html code inside head tag
<link rel="shortcut icon" type="image/x-icon" href="favicon....
1
vote
1
answer
1k
views
How to make a meta redirect 302?
I am aware of using the meta tag to redirect, like so:
<meta http-equiv="refresh" content="0; url=http://example.com/">
...but how do you specifically make it a 302 redirect?
-3
votes
3
answers
1k
views
Website not scaling correctly when resizing browser & mobile phone
My website isn't scaling correctly when I try to resize it or view it on my phone. I've added the below META tags but it's not working. Please advise, thank you.
http://patricesprojects.info/atlanta/...
1
vote
0
answers
140
views
How to Canonicalise paginated 1st page to original page
I have added the canonical tag in my every page like
in my app.blade.php
<link rel='conanical' href="@yeild('conanical-tags')">
in my other pages
@section('conanical-tags')
{{ url()->...
0
votes
1
answer
551
views
Meta tag 'there is no attribute “class” ' and 'there is no attribute “property” 'and other attribute error
I tried to validate my website and I get the following error :
there is no attribute "class"
<aside class="left-off-canvas-menu">
element "aside" undefined
<aside class="left-off-...
1
vote
1
answer
1k
views
Is it ok to add meta tag in head using jQuery? [duplicate]
I want to add meta tag conditionally in an HTML page, i am not sure if it is ok to do so or not using jQeruy ready even. The example is given bellow.
var myHost = window.location.host;
if(myHost....
1
vote
1
answer
131
views
How to change the page url without reloading the page
I want to know how can I change the page URL without reloading the page or changing the page content.
I already use that code (JavaScript):
if(history.pushState){
window.history.pushState("object ...
0
votes
3
answers
1k
views
How to fix WordPress Website showing Unknown results in Google?
I was exploring my WordPress powered website and I found some unknown results in Google Search which I had never seen before and isn't related to my website.
See the image here
I have also ...
0
votes
2
answers
8k
views
Content security policy allow all
What can I do to prevent this error from occurring? I've already tried the following
default-src * 'unsafe-inline' 'unsafe-eval' data: blob:;
But I keep getting the following error
Refused to ...
3
votes
2
answers
9k
views
Dynamic CSP (Content Security Policy) connect-src in Angular
I defined the CSP within meta tags in my Angulars project index.html file
<meta http-equiv="Content-Security-Policy"
content="default-src 'self';
connect-src 'self' ...
1
vote
1
answer
412
views
Post Inspector (520 error), and how to debug?
When I try to validate social sharing tags using Linked in Post Inspector I get the following error for any page I submit, but no other information, it gives no clue as to what is wrong:
I found this ...
0
votes
1
answer
121
views
Mobile width view not rendering correctly
For some reason I cannot display in mobile version my div as 100% width. Here is my JSX code:
<div>
<div expand="lg" className="login-header">
<h1>logo</...
0
votes
1
answer
1k
views
How to implement http-equiv/refresh with POST request?
<meta http-equiv="refresh" content="99" />
The above html automatically refreshes a page after 99 seconds. I tried to use it for a POST request to prevent a timeout error. However, it doesn't ...
0
votes
1
answer
337
views
Putting meta tag in a div to simulate mobile phone
I'm trying to create a div in the bottom of my page to display an Iphone and simulate my page as if it was in mobile.
<div>
<meta name="viewport" content="width=350, initial-scale=1">
...
1
vote
1
answer
5k
views
my dynamic data not share in fb using angular
i have tried to share my post page data to fb, and my post page data change on product wise, its come from server and after that i want to share this data on fb, but i cant get this data on fb share ...
4
votes
0
answers
720
views
Mobile web app capability and viewport in safari mobile 13
For a webapp, I tried two cool meta tags, namely apple-mobile-web-app-capable and viewport. The first one to allow the web application to be displayed fullscreen in iOS, when the application is added ...
1
vote
1
answer
3k
views
HTML Meta Tags and HTTPS
Currently all my pages are served via HTTP, but I'm looking to update the server to use HTTPS only.
(Possibly detect if the user is connecting via HTTP or HTTPS)
Most pages have META Tags as follows:...
0
votes
1
answer
662
views
Is there a Wordpress function for og:type, og:local, etc.?
I am setting up a custom WordPress site and I want to use my own SEO optimization. I am looking for a WordPress function to fill in for my meta tags so that I don't have to create a different header....
0
votes
1
answer
980
views
if I use <meta http-equiv="refresh" content=""> to force a page refresh without a time value will it work
I have a friend that has customers that have not set their browser properties to view a current page upon load and are looking at dated pages in a cache and getting old information. These people are ...
1
vote
1
answer
87
views
In a <meta>, what is the correct Dublin Core property name to express distinctly spatial and temporal coverage?
I have an application where some <meta> must be included to the pages for RDFa.
I had to merely report the properties stated by my client in its requirement document.
All was fine for many ...
5
votes
1
answer
3k
views
Is <html prefix="og: http://ogp.me/ns#"> mandatory when using the Open Graph Protocol?
Simple question:
Do I need this:
<html prefix="og: http://ogp.me/ns#">
To use this:
<meta property="og:title" content="The Rock" />
<meta property="og:type" content="video.movie" /&...
4
votes
1
answer
608
views
How to control mod_autoindex header to insert <meta> tags?
My web server used mod_autoindex to give access to a directory of downloadable files.
How can I make the generated html include my own tags in the header section?
P.S. What I really want is to ...
0
votes
1
answer
180
views
How to get meta properties of a website and store the values to variables?
I am trying to get a website meta properties such as price, availability, etc and store them to database.
I got the values by array but can't extract it.
What I want to do is, Extract the data from ...
2
votes
1
answer
1k
views
How to change the html meta tags with react function components
I have a simple react app and I am trying to change the meta tags of the html that is generated. I read about React Helmet but the examples there are for classes and not for functions. Any idea how to ...
1
vote
1
answer
1k
views
driver.page_source returns only meta name="ROBOTS" content="NOINDEX, NOFOLLOW" using Selenium
I want to scrape one website, to get the page content with this code:
from selenium import webdriver
from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
driver = webdriver....
-1
votes
1
answer
38
views
What organization creates or is the custodian of HTML meta tags?
Whom or what organization creates html meta tags such ?
I tried researching on Google and posting a similar question on Quora.
<html>
<head>
<title>All our teak ...
0
votes
1
answer
273
views
Why can't Open Graph checkers detect Open Graph data?
My page, after adding an SSL certificate (Let's Encrypt), cannot have preview fetched by Facebook or Twitter when sharing the link. I have followed The Open Graph protocol and include the following ...
0
votes
1
answer
749
views
Will adding a robots meta tag stop Google Analytics from tracking?
My question is pretty a simple one.
I want to stop my entire domain name from being indexed and showing up in search engine results.
However, I Also have Google Analytics on all pages and want to be ...
1
vote
1
answer
4k
views
Which type of og:type value allows the meta property product:retailer_item_id?
Facebook's sharing debugger tool gives me the following error when scraping:
Extraneous properties specified
The following properties are specified on the webpage but NOT supported for the ...