Page 1 of 1
are s9y blog entries search engine aware?
Posted: Tue Nov 27, 2012 4:33 am
by shsp
Because the html is stored in the database rather than as searchable text, how do search engines index the blog entries?
Re: are s9y blog entries search engine aware?
Posted: Tue Nov 27, 2012 8:46 am
by garvinhicking
shsp wrote:Because the html is stored in the database rather than as searchable text, how do search engines index the blog entries?
Through normal HTTP requests, so all is fine.
Regards,
Garvin
Re: are s9y blog entries search engine aware?
Posted: Sun Dec 02, 2012 3:50 pm
by shsp
All is not fine because the individual blog entry does not show in the log.
Re: are s9y blog entries search engine aware?
Posted: Sun Dec 02, 2012 4:17 pm
by garvinhicking
shsp wrote:All is not fine because the individual blog entry does not show in the log.
Please be specific. Your blog entry like
http://blog.s9y.org/archives/242-Greeti ... arvin.html comes from the database, but is a distinct, specific URL.
Regards,
Garvin
Re: are s9y blog entries search engine aware?
Posted: Sun Dec 02, 2012 4:27 pm
by shsp
My logs only say domainname.com/blog/index.php. There is no url like the one you wrote showing a specific entry.
Re: are s9y blog entries search engine aware?
Posted: Sun Dec 02, 2012 6:26 pm
by garvinhicking
Hi!
Please see your other thread, you need to enable URL rewriting (and your server needs to support mod_rewrite or apache errorhandling...)
Re: are s9y blog entries search engine aware?
Posted: Mon Dec 03, 2012 1:19 am
by shsp
I see the choices are 'Use Apache Error handling' and 'Use mod-rewrite'.
Which one?
Thanks.
Re: are s9y blog entries search engine aware?
Posted: Mon Dec 03, 2012 2:29 am
by yellowled
shsp wrote:I see the choices are 'Use Apache Error handling' and 'Use mod-rewrite'.
Which one?
If your server supports mod_rewrite, you'll probably want to use that. If not, Apache error handling is an alternative.
YL