Müvekkilim, ürün sayfalarını bağımsız sayfaya almak yerine bir açılır (URL’si olacak) olarak yapmak istiyor. İyi ya da kötü bir uygulama olup olmadığına dair herhangi bir kaynağa işaret edemem ama minimum bilgi ile kötü bir uygulama olabileceğini düşünüyorum? Kesinlikle% 10000 yanlış olabilirim, ancak SEO perspektifinden- ana listeleme sayfaları, listeleme sayfalarının performansını daha da etkileyecek daha az ve daha az tıklama ve görünüm alacaktır. Buraya eklenecek bir şey var mı? Yanlış olsam bile herhangi bir girdi var mı? Yardımın gerçekten minnettarım, teşekkür ederim!
Sounds like they want it in an IFRAME, Google iframe SEO.
If you implement it correctly, it’s not bad for SEO at all.
What you need to do is use real `<a>` tags with proper `href` values, so when search engines render the page, they see actual clickable links.
Then, in your JavaScript, add an event listener to those `<a>` tags and use `e.preventDefault()` to stop the default navigation. Instead, open the modal as you want, and **push the new URL to the browser’s history**.
This way, if the user refreshes the page, they’ll land directly on the listing page, giving you both SEO and UX benefits 🙂
This is the exact strategy used by sites like Dribbble and Product Hunt**,** and clearly they’re doing fine SEO-wise.
You’re not wrong
Pop-ups with urls can work but they often mess with crawlability, internal linking and user flow
Google prefers full pages it can parse cleanly
if users never leave the main page, that page hogs all the signals
feels flashy but bad for long term seo health