Read a Book 88 Light Poster

Hello again from me, long time user of this forum and i was just visiting and wondering why the forum does not have an AI section where users can share news and learn tools and stuff...

I recommend creating AI section where users can talk about that since AI is skyrocketing these days...

Read a Book 88 Light Poster

But i am generating the JSON code dynamically. If there is no video than i hide the VideoObject tag with if statement.
Should i just remove the itemscope itemtype="http://schema.org/VideoObject"

Dani commented: Yes, exactly +34
Read a Book 88 Light Poster

Alright, got it! So Google is smart enough to realize that pametno-indukcisko-resho and паметно-индукционо-решо mean the same in my language.

Thank you so much for the help Dani!

Read a Book 88 Light Poster

I have made a change to my website from non-www to www since i saw many google owned websites use www in front of the domains.. so i though why not me too. But after making the change i did a google search on the same topic and came up to many different answers from the communities.

I also ask BARD and ChatGPT about the same topic and they both gave me same positive answers, that this change may be good for long run SEO.

So why not ask DaniWeb community too? :)

What do you guys thing about this? Did i make good choice for this or not?

P.S: CloudFlare team recommended me this change since i was getting errors Invalid SSL Certificate (Error 526)
I am still getting the error but they are 100% sure it will not show up anymore if i wait few days.

AussieWebmaster commented: Either works just don't have both - redirect one to the other - and hope you have https not http +5
Read a Book 88 Light Poster

@rproffitt

I tried it with various higher numbers than 0 and it did no helped...

How can this be so big problem i don't understand :/

The products with videos in them are hurting my SEO...

Screenshot_2024-03-21_093154.png

rproffitt commented: That tells us that the object is not a slide/carousel or wrong object. Why not use a static image instead? +17
Read a Book 88 Light Poster

I saw that the slideDelay is already set to 0. I uploaded the full code from the file lightgallery.min.js
here is the pastebin link to it
https://pastebin.com/v4qKbwVd

https://www.kupisi.mk/vendor/lightgallery/lightgallery.min.js

There are three files in the lightgallery folder
lightgallery.min.js
lightgallery.umd.js
lightgallery.es5.js

Please take a look and tell me if i am wrong

rproffitt commented: Try a rather large value. +17
Read a Book 88 Light Poster

Hello everyone i want to disable the automatic swipe effect on my product page on this site https://kupisi.mk
the lib is called lightgallery i am not able to find the line of code to turn it off for 2 days i need fresh pair of eyes !! :S

i made the link accessible for the libraries i use on the site
https://kupisi.mk/vendor/

the theme is called Mooncart and their customer support is non-existent i am trying to reach them for 1 week via messanger, phone, email ... but they never reply back .. I NEED HELP!! :S

Read a Book 88 Light Poster

Hello everyone, i am in some kind of testing stage where i want to test some security flaws on websites/browsers with the cookies.
I want to generate google cookies with a different time period. (older than 2 months).
Firstly I will try to integrate into the browser via JS
Secondly i will try to integrate them manually via the browser
Thirdly i will try to integrate them via chrome plugin called EditThisCookie
Forth i will try to integrate via chromium automated browser.
I will post the updates here as i am getting results from them.
If anyone with the knowledge can help me how to generate this kind of real cookies please reply.

Here is a google cookie from my browser taken with the plugin EditThisCookie

[
{
    "domain": ".google.com",
    "expirationDate": 1720692511.866038,
    "hostOnly": false,
    "httpOnly": false,
    "name": "__Secure-1PAPISID",
    "path": "/",
    "sameSite": "unspecified",
    "secure": true,
    "session": false,
    "storeId": "0",
    "value": "jwwodBB_Lh0Hs7ZS/AC4Ex9QlednbpdGgQ",
    "id": 1
},
{
    "domain": ".google.com",
    "expirationDate": 1720692511.865889,
    "hostOnly": false,
    "httpOnly": true,
    "name": "__Secure-1PSID",
    "path": "/",
    "sameSite": "unspecified",
    "secure": true,
    "session": false,
    "storeId": "0",
    "value": "XQjJqisiNRlJO_VKG3ZJM2C2rx_IME4xK-WcnU1tb4wpgUAlwOr34jllGr6pPvSdox7iQA.",
    "id": 2
},
{
    "domain": ".google.com",
    "expirationDate": 1717692417.861374,
    "hostOnly": false,
    "httpOnly": true,
    "name": "__Secure-1PSIDCC",
    "path": "/",
    "sameSite": "unspecified",
    "secure": true,
    "session": false,
    "storeId": "0",
    "value": "AP8dLtzow1zA6ZFmHY6wJ4_cUZ0-VqJvipkRP4a_DdORG4jwJ_rD-US9F9CGQxssZ-TgNRa4Nw",
    "id": 3
},
{
    "domain": ".google.com",
    "expirationDate": 1717692032.138858,
    "hostOnly": false,
    "httpOnly": true,
    "name": "__Secure-1PSIDTS",
    "path": "/",
    "sameSite": "unspecified",
    "secure": true,
    "session": false,
    "storeId": "0",
    "value": "sidts-CjEBLFra0pi602FUuDQKuuGJ9hYiBaOo75-qG7xARkL1xHY7CvNGqYWLysWOesogZD0FEAA",
    "id": 4
},
{
    "domain": ".google.com",
    "expirationDate": 1720692511.866049,
    "hostOnly": false,
    "httpOnly": false,
    "name": "__Secure-3PAPISID",
    "path": "/",
    "sameSite": "no_restriction",
    "secure": true,
    "session": false, …
AndreRet commented: Not sure what your question is? +15