What's new

Welcome to the forum 👋, Visitor

To access the forum content and all our services, you must register or log in to the forum. Becoming a member of the forum is completely free.

Popup images indexed as pages

bdr456

New member
Joined
Jun 16, 2024
Messages
2
Reaction score
0
HTML Coins
0
Hello I have 2 small HTML websites using magnific popup to popup images. They also use isotope to filter the photos.

The 1st website is being indexed properly by Google. The different popup photos are not being indexed as pages on Google Search Console.
The page
Code:
https://kurtfrancois.com/photography.html

Here's a sample of the code:
Code:
<!-- Work Item (Lightbox) --> <li class="work-item mix daylandscape"><a href="images/photography/006-belle-mare-beach.jpg" class="work-lightbox-link mfp-image"> <div class="work-img"><img src="images/photography/006-belle-mare-beach-tb.jpg" alt="Black and White HDR photo of the remaining of roots at Belle Mare Plage beach" /></div> <div class="work-intro"> <h3 class="work-title">Belle Mare Plage beach</h3><div class="work-descr">Black and White HDR photo of the remaining of roots at Belle Mare Plage beach </div></div></a></li><!-- End Work Item -->

The 2nd website is as the 1st website but talking about another topic. It has all photos being crawled as pages on Google Search Console with status "Crawl - currently not indexed"
The page
Code:
https://boudoirphotography.mu/images/photography/nude/nude-photography-10.webp

Here's a sample of the code:
Code:
<li class="work-item mix classic-seminude"><a href="images/photography/nude/nude-photography-01.webp" class="work-lightbox-link mfp-image"> <div class="work-img"><img src="images/photography/nude/nude-photography-01-tb.webp" alt="Close up nude photography of Mauritian model standing up and hiding her tits with her hands" /></div> <div class="work-intro"> <h3 class="work-title">Seminude boudoir</h3><p class="work-descr">A close-up photo capturing a Mauritian model standing, her hands delicately covering her chest.</p></div></a></li>

As such it seems that Google provides low value to its HTML pages. Should I change the way the code is ? Is it because am using webp instead of jpg ? I guess no but I can't find where is the issue.
 
An update:

I've seen somewhere people having similar issues. In order for the images not be crawled / indexed by Google as pages, I have temporarily removed theses URLs in GSC > 'Temporary remove URLs'. However not sure if it's a good idea.
 

Theme customization system

You can customize some areas of the forum theme from this menu.

  • Wide/Narrow view

    You can control a structure that you can use to use your theme wide or narrow.

    Grid view forum list

    You can control the layout of the forum list in a grid or ordinary listing style structure.

    Picture grid mode

    You can control the structure where you can open/close images in the grid forum list.

    Close sidebar

    You can get rid of the crowded view in the forum by closing the sidebar.

    Fixed sidebar

    You can make it more useful and easier to access by pinning the sidebar.

    Close radius

    You can use the radius at the corners of the blocks according to your taste by closing/opening it.

  • Choose the color combination that reflects your taste
    Background images
    Color gradient backgrounds
Back