Jump to content

Crawlers

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Can crawlers like Google bot crawl the links generated by the buttons? SO let's say that clicking a button will take you to the page 'buttonpressed.html', will the bot 'click' the button and will crawl 'buttonpressed.html'?

#2
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
A crawler never sees the actually webpage. What I mean by that is the visual look of the page, generated by the browser. The crawler will only go trough the sourcecode for every page.
So yes, I'll find the link from the button, because the address the button links to is freely available in the sourcecode.

#3
Chan

Chan

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 204 posts
Yup, it sure will. You should add a link for good measure though.

#4
kisna

kisna

    Learning Programmer

  • Members
  • PipPipPip
  • 76 posts
Yes it does.
It crawls all the links inside the webpage.
It looks at the sourcecode so all buttons will be crawled because they uses html.

#5
pipeten

pipeten

    Newbie

  • Members
  • Pip
  • 6 posts
Some engines follow forms, other don't. I wouldn't suggest using such things in navigation for example without having appropriate text links also.

#6
pipeten

pipeten

    Newbie

  • Members
  • Pip
  • 6 posts
Some engines do, some don't (in terms of forms). Obviously the link is king where ever possible.

#7
DevilsCharm

DevilsCharm

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 884 posts
Crawlers can find links no matter what form they are in, but only in text form do they help with SEO.