Heu guys,
Maybe someone can help me with this.
Today I have found this in my Webmaster Tools:
The problem is that inside the jezebele.php I have:
So where can I add the title tag!?
In my website I use this code:
I have many links in the same way, but this was the only one that appeared in webmaster tools. Any ideas how to fix It?
What I'm missing?
Thank you guys!
Maybe someone can help me with this.
Today I have found this in my Webmaster Tools:
HTML Improvements
Missing title tags
Your title provides users and search engines with useful information about your site. Text contained in title tags can appear in search results pages, and relevant, descriptive text is more likely to be clicked on. We recommend reviewing the list and updating the title tags wherever possible.
Pages with missing title tags:
/link/jezebele.php
Missing title tags
Your title provides users and search engines with useful information about your site. Text contained in title tags can appear in search results pages, and relevant, descriptive text is more likely to be clicked on. We recommend reviewing the list and updating the title tags wherever possible.
Pages with missing title tags:
/link/jezebele.php
PHP Code:
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.jezebele.com/" );
?>In my website I use this code:
Code:
<a href="http://www.domain.com/link/jezebele.php" target="_blank" title="Jezebele"><span class="li_list">Jezebele</span></a>
What I'm missing?
Thank you guys!
