L
L
lmln2014-07-03 09:12:33
Sphinx
lmln, 2014-07-03 09:12:33

How to make sphinx database indexed by search engines (Yandex, google)?

Hello!
The situation is the following.
There is a site pnpn.ru/. It has 2 databases, one of them is a sphinx database with 3,000,000 products. The problem is that products from the sphinx database are not indexed by search engines (Yandex, Google).
Unfortunately, I am not a specialist in sphinx (in short, the site has already been received in this form). Tell me how to make the sphinx database indexed by search engines (Yandex, google)?
Or at least where can I find a specialist who could solve this problem ....

Answer the question

In order to leave comments, you need to log in

3 answer(s)
Y
Yakov Akulov, 2014-07-03
@lmln

Search engines index web pages, they can also index documents such as pdf, doc, etc., and images.
Your robots.txt has a prohibition on indexing the /images/ directory - there you have a description of the goods in pdf.
If you want products from sphinx to be indexed, you should make a separate page for each product, and, accordingly, you need a catalog page where there will be links to these product pages.

L
lmln, 2014-07-03
@lmln

How can I make product pages as simple and fast as possible? Can you provide a link for some guide?
The simplest thing seems to be to generate 3.000.000 html pages with the name of each detail...

A
Alexander N++, 2014-07-03
@sanchezzzhak

Your site is written in PHP
Create a table id slug (example 1d200a- 0202014-05-04-11-45-021201473224
-detail ) content - PDF content
the rendered result needs to be written to content.
Or output text from sphinx to the specified entry.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question