Reputation: 19
I have tried using microdata in my html to optimize my website for search engines but it didn't work out. Please I need guide lines on how to go about it.
Upvotes: 1
Views: 25
Reputation: 133
Did you mean microdata? This should help you out:
https://schema.org/docs/gs.html
Something like this
<div itemscope itemtype="http://schema.org/Movie">
Or did you mean meta tags, like description, keywords, etc?
Upvotes: 1