Skip to main content

Questions tagged [javascript]

JavaScript is a dialect of the standardized ECMAScript programming language, primarily used for scripting web-pages. Use this tag for questions regarding ECMAScript and its dialects/ implementations: JavaScript, JScript, etc., excluding ActionScript.

0 votes
0 answers
8 views

I'm just starting JavaScript and I can't declare a variable. Possible that it is being declared but when I use the variables in a math equation there is no output from that equation. For example: ...
selectstart's user avatar
1 vote
1 answer
116 views

I inherited a website which has an embedded tracking script like the following: <script type="text/javascript" src="https://secure.smart-enterprise-52.com/js/144709.js" ></...
WackGet's user avatar
  • 121
0 votes
0 answers
20 views

I have a client that wants to update and add properties and property details including images via an excel spreadsheet. They are using Wordpress as a CMS but I want to keep the property section ...
Justin's user avatar
  • 23
0 votes
0 answers
29 views

I have been loading GA4 by loading two external scripts, one <script async src="https://www.googletagmanager.com/gtag/js?id=[TAG-ID]"></script> as (in Wordpress) ...
Chris Pink's user avatar
0 votes
1 answer
92 views

I'm trying to add structured data to my product page on Shopify in a json+ld file But when it comes to the reviews, I'm using stamped.io and to get all reviews array I needed to fetch data from their ...
Hiba abdel karim's user avatar
0 votes
4 answers
58 views

I used the demo version of PowerMapper tools online to scan my pages and it presents the following issue to a page I'm about to explain. Basically, a page that I have is a fall-back page for clients ...
mike_s's user avatar
  • 149
2 votes
1 answer
34 views

We have a category page with linked products. Linked products are usual a href links to pages like Category: /category Product: /product1 After clicking /product1 there is a Javascript redirect to /...
Evgeniy's user avatar
  • 10.2k
1 vote
2 answers
38 views

I have a website in React, and it's a E-commerce website. On SERP when a catagory page renders, it shows images of popular products. What can I do ? Nothing is wrong with the website; all images are ...
Krishna Murari's user avatar
0 votes
1 answer
105 views

The webdriver read-only property of the navigator interface indicates whether the user agent is controlled by automation. Source I couldn't find anywhere if it includes indexing crawlers such as ...
Destroy666's user avatar
1 vote
1 answer
182 views

I am building a dashboard with ChartJS and OpenLayers installed through NodeJS, so I install packages locally with npm. OpenLayers also must be installed locally through npm, as there is no CDN link ...
Jinglelocks's user avatar
1 vote
1 answer
138 views

I have an back button on each page and subpage on my website. I always takes the user to the previous page, no matter how many posts and redirects etc. happened on the subpage the user is on Now I'm ...
mowgli's user avatar
  • 321
0 votes
1 answer
46 views

My client previously had issues with their self-referring canonicals not set up correctly. After they implemented the corrections, I verified the changes through a combination of methods. I conducted ...
Tony's user avatar
  • 1
1 vote
0 answers
28 views

I am sending custom event through code to Google Analytics. gtag("event", "my_custom_event", { field1: "value1", field2: "value2", }); I am unable to ...
EresDev's user avatar
  • 111
0 votes
1 answer
144 views

The content on my site is primarily PDFs. I would like to get more accurate information as to whether actual humans are accessing them. I thought to add a javascript click handler on the links that ...
KevinHJ's user avatar
  • 147
0 votes
1 answer
68 views

I'm not sure anyone has asked this but here goes. I made a website where the goal is to sell tickets. The pages are as follows: The main page that's loaded contains the event name, location basic ...
mike_s's user avatar
  • 149

15 30 50 per page
1
2 3 4 5
55