SEO - Crawlers and Modal forms

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • drexl
    Whale Hunter
    • Jan 2016
    • 964

    #1

    SEO - Crawlers and Modal forms

    Hi,

    My site has a "you must be over 18" modal form.

    It seems crawlers see my site as just that (example: when I use Fetch and Render in Google Console, it sees the modal form, not sure about the site content).


    - Is this causing issue for proper indexing?
    - How to fix that?

    Thanks
    May the Adult Force be with you!
  • AdultKing
    Raise Your Weapon
    • Jun 2003
    • 15601

    #2
    Originally posted by drexl
    Hi,

    My site has a "you must be over 18" modal form.

    It seems crawlers see my site as just that (example: when I use Fetch and Render in Google Console, it sees the modal form, not sure about the site content).


    - Is this causing issue for proper indexing?
    - How to fix that?

    Thanks
    Use Javascript and a DIV to display the modal.

    Comment

    • j3rkules
      VIP
      • Jul 2013
      • 22111

      #3
      Originally posted by AdultKing
      Use Javascript and a DIV to display the modal.
      This. Fancybox-app can grab a hidden divs content and display it as a modal form.

      Comment

      Working...