0

Simple question: does SEO/Google crawl and read data? Example, would it be able to read this:

<object data="http://blablabla.com/text.html" type="text/html" width="500" style="height: 300px"></object>

If not, what would I have to change to be able to be crawled?

thank you

1

1 Answer 1

1

Google read and crawl the <object> tags but it is not recommended to using that tag, instead of that we can use simple HTML tags so that the content can be effectively crawled and indexed.

Not the answer you're looking for? Browse other questions tagged or ask your own question.