Hello,
I have a travel blog website with travel informations about the whole world.
The structure of the website more or less is:
-Homepage
-Country travel blogs
-City travel blogs
-blogs
So for example if someone writes a blog about Paris, I made a php script that finds in the text the word France and links to the France travel blog page. And if in the text he writes about the Paris the php script insert automatically a link to the page of all the travel blog of Paris.
At the end of the travel blog the user wrote I also link 10 blogs about the same city.
This happen on all the 10000 pages user wrote.
Do you think this is a good idea?
Would it be better if instead of linking the city or the country I directly link another blog?
And the keyword in the link is for just Paris, would it be better if I insert a title in the link writing for example title="Title blogs about Paris"?
Thanks for your suggestions.