Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter vectormapper

    (@vectormapper)

    PLUGINS ZOOPARK
    =====
    Here the list of installed plugins AAAAAAAAAAAAAAA

    ————————-
    Bulk Post Update Date
    Classic Editor
    Code Snippets
    Contact Form 7
    Disable Comments
    Display Posts
    Duplicate Page
    Easy Theme and Plugin Upgrades
    Force Regenerate Thumbnails
    FS Poster
    Header Footer Code Manager
    Open Graph and Twitter Card Tags
    Payment Plugins for Stripe WooCommerce
    PayPal Express Checkout Payment Gateway for WooCommerce ( Basic )
    Plugin Groups
    Query Monitor
    Reviews and Rating – Google My Business
    Sassy Social Share
    Smart Custom 404 error page [404page]
    Tags To Keywords
    UpSolution Core
    Visual Term Description Editor
    VS Meta Description
    Webcraftic Clearfy package
    Webcraftic Clearfy – WordPress optimization plugin
    Select WebP Express
    WooCommerce
    WooCommerce Direct Checkout
    WP Mail Gateway
    WP Mail SMTP
    WP Meta SEO
    WP Meta SEO Addon
    WPBakery Page Builder
    WPForms Lite
    XML Sitemap Generator for Google

    Thread Starter vectormapper

    (@vectormapper)

    Great thanks, Senor Milind More)))

    Thread Starter vectormapper

    (@vectormapper)

    In other, similat topic – i see this resolve (for another plugin, AMP-for-WP):

    add_filter(‘ampforwp_the_content_last_filter’,’jc_fix_ampforwp_canonical’,50);
    function jc_fix_ampforwp_canonical($content){
    $content = preg_replace(“/<link rel=\”canonical\” href=\”([^>]*)\/amp\/\” \/>/”, “<link rel=\”canonical\” href=\”$1/\” />”, $content);
    return $content;
    }

    • This reply was modified 1 year, 2 months ago by vectormapper.
    Thread Starter vectormapper

    (@vectormapper)

    UUID ampwp-61464a46-0b0f-5eff-ae91-70f8133c36d4

    Thread Starter vectormapper

    (@vectormapper)

    In this plugin file [class-amp-post-meta-box.php] i found this code in line 192:

    wp_add_inline_script(
    			self::ASSETS_HANDLE,
    			sprintf(
    				'ampPostMetaBox.boot( %s );',
    				wp_json_encode(
    					[
    						'previewLink'     => esc_url_raw( amp_add_paired_endpoint( get_preview_post_link( $post ) ) ),
    						'canonical'       => amp_is_canonical(),
    						'enabled'         => empty( $support_errors ),
    						'canSupport'      => 0 === count( array_diff( $support_errors, [ 'post-status-disabled' ] ) ),
    						'statusInputName' => self::STATUS_INPUT_NAME,
    						'l10n'            => [
    							'ampPreviewBtnLabel' => __( 'Preview changes in AMP (opens in new window)', 'amp' ),

    So, this code fragment show, that AMP as CANONICAL is FORCED.
    What need to change in code?


    vectormapper

    (@vectormapper)

    Hi, Laurent! Thanks!
    It WORK!!!!!!!!!

    Thread Starter vectormapper

    (@vectormapper)

    Но самое, конечно, смешное, если в форму вбить Russia – получается вот что)))
    https://vectormap.info/?s=Russia&post_type=product

    Thread Starter vectormapper

    (@vectormapper)


    То есть, если кратко: отображаются НЕ ВСЕ абсолютно релевантные релевантные результаты, а стопроцентно релевантные – не отображаются.

    Например, по запросу MOSCOW на странице https://vectormap.info/vector-map-navigation-browse-map-catalog-by-country/ мы получаем в выпадающем списке 3 результата, а по тому же запросу https://vectormap.info/?s=Moscow&post_type=product с главной страницы – 11 результатов, но при этом там же откуда-то в конце берется Одесса.
    Очевидно, что ни в тайтлах, ни в дескрипшенах, ни в тегах – Москва и Одесса совершенно не пересекаются, слово МОСКВА не может содержаться в тайтле страницы с картой Одесса, в дескрипшене или в тэгах.

    Как я понимаю, плагин создает свою индексную таблицу, но при этом происходят какие-то непонятные ошибки и путаница. Теоретически можно было бы руками эту таблицу править, но продуктов – сейчас около тысячи, а в полной версии должно быть около 20-30 тысяч.

    В общем, нужна Ваша помощь)))

Viewing 8 replies - 1 through 8 (of 8 total)